1. 4e4d1a6 Make CPDF_Image() constructors saner. by tsepez · 8 years ago
  2. 36bad2b Fix nullptr crash inXFA_FFBarcode::UpdateWidgetProperty(). by thestig · 8 years ago
  3. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  4. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  5. 271d9c0 Put CPDF_StreamContentParser into its own .cpp/.h files by tsepez · 8 years ago
  6. aeb44f8 Clean up fx_basic_util a little by npm · 8 years ago
  7. a4060a3 Remove duplicate FWL key flags by dsinclair · 8 years ago
  8. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  9. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  10. d66f9d0 split CPDF_StreamContentParser::AddImage() into 3 overloads. by tsepez · 8 years ago
  11. 6e5239c Verify number of ex flags matches number of ex items. by dsinclair · 8 years ago
  12. f51e4dc Cleanup CPDFXFA_App methods by dsinclair · 8 years ago
  13. f2b940c Reduce missing evt file spam in pdfium_test. by thestig · 8 years ago
  14. 6c659ab Cleanup nits from merge CL by dsinclair · 8 years ago
  15. 52ef14e added SkSL to Skia build by ethannicholas · 8 years ago
  16. 798e18f Convert from int to float values. by dsinclair · 8 years ago
  17. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  18. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  19. 7cc6a32 Reduce code duplication in CPDF_Type1Font::LoadGlyphMap by npm · 8 years ago
  20. 8bc9b8b Check for more undefined behavior in CPDF_PSEngine. by thestig · 8 years ago
  21. 74b8c6e Get rid of CFX_ArrayTemplate<CPDF_Object*> by tsepez · 8 years ago
  22. 47cbc06 Optimize roll operator in CPDF_PSEngine. by thestig · 8 years ago
  23. a30537f Remove unused widget handler overrides by dsinclair · 8 years ago
  24. 7dd285d Fix else-line corrupted by non-ascii character when import by kcwu · 8 years ago
  25. 2bfa222 Delete unused flags from CFX_SubstFont by npm · 8 years ago
  26. 709f5a9 Fixup formfiller cleanup by dsinclair · 8 years ago
  27. cf38161 Remove remaining CPDFSDK_Document references by dsinclair · 8 years ago
  28. 655fcca Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  29. ab36e73 Add CPDF_Object::IsInline() by tsepez · 8 years ago
  30. a91b8d3 Deleted unused members in CTTFontDesc by npm · 8 years ago
  31. f3fbe83 Convert fpdfformfill to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  32. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  33. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  34. 9fa95ef Rename fpdf_page_doc.cpp -> cpdf_docpagedata.h by tsepez · 8 years ago
  35. 4ea4281 Fix negative font rendering on Mac by reversing matrix c component. by npm · 8 years ago
  36. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  37. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  38. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  39. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  40. 232ce93 Slightly simplify CFX_FontMapper::FindSubstFont by npm · 8 years ago
  41. d202317 Fix cmdStageAllocMatrix parameter swap again by kcwu · 8 years ago
  42. 10a2853 Move ToString() and friends from CPDF_Object.h to CPDF_String.h by tsepez · 8 years ago
  43. 836f7d5 Land all the fixes from 5609f39c but don't enable assert by tsepez · 8 years ago
  44. 381fc83 Add method to convert to an indirect object in a dictionary. by tsepez · 8 years ago
  45. 5609f39 Revert "Re-land "Assert that only 0-numbered objects are Released()"" by tsepez · 8 years ago
  46. 24ba0a2 libtiff: Prevent a buffer overflow in function ChopUpSingleUncompressedStrip. by stackexploit · 8 years ago
  47. 3a0a808 Fix assertion failure when decoding malform G4 fax image by kcwu · 8 years ago
  48. 587ec19 Reject JBig2 Huffman table with too large shift value by kcwu · 8 years ago
  49. 065c350 Split m_InstalledTTFonts into two vectors to avoid sketchy logic. by npm · 8 years ago
  50. aa6e8b5 switch to new skia blend mode enum class by caryclark · 8 years ago
  51. ca03f7a Fixup MSan embeddertests by Dan Sinclair · 8 years ago
  52. f7ca730 Remove m_pOccontent from CPDFSDK_Document by dsinclair · 8 years ago
  53. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  54. 2116105 Remove ownership of CPDFSDK_Document from CPDFXFA_Document by dsinclair · 8 years ago
  55. e883afc Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit by npm · 8 years ago
  56. b69a98c Re-land "Assert that only 0-numbered objects are Released()" by tsepez · 8 years ago
  57. 87a8d4c Rework a redundant check when calling ConvertToIndirectObjectAt() by tsepez · 8 years ago
  58. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  59. 7c1b07f Remove FX_BOOL from core/fpdfapi/font by npm · 8 years ago
  60. 958e57c Fix cmdStageAllocMatrix parameter swap by kcwu · 8 years ago
  61. 98c6c15 Fix ownership when making a private annot dictionary into a shared one. by tsepez · 8 years ago
  62. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  63. 98151ca Cleanup DEPS files by dsinclair · 8 years ago
  64. 968a88f Fix fuzzer paths by dsinclair · 8 years ago
  65. 1c4b767 Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault() by npm · 8 years ago
  66. fb40387 Make sure the fuzzer read size does not go negative. by dsinclair · 8 years ago
  67. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago
  68. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  69. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  70. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  71. 2415435 Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit by dsinclair · 8 years ago
  72. a6c9215 Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps by dsinclair · 8 years ago
  73. 89f9ee3 Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Load by npm · 8 years ago
  74. 78c271d Update test expectations for unexpected successes. by thestig · 8 years ago
  75. 429a9ff update skia to latest sources by caryclark · 8 years ago
  76. b73c993 Revert of Assert that only 0-numbered objects are Released() (patchset #7 id:120001 of https://codereview.chromium.org/2375343004/ ) by thestig · 8 years ago
  77. ad2b20d Sync pdfium_test version to include updated test file by weili · 8 years ago
  78. aba528a Assert that only 0-numbered objects are Released() by tsepez · 8 years ago
  79. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  80. 76383db Fix potentially uninitialized value. by dsinclair · 8 years ago
  81. abab61a Rename CFX_WeakPtr::Clear() to DestroyObject() by tsepez · 8 years ago
  82. bcf4623 Guard against double deletion of page views. by dsinclair · 8 years ago
  83. d61f958 Detect resursive loading of type3 font char to avoid infinite loop by weili · 8 years ago
  84. e539358 Remove unused CPDFSDK_PageView::ClearFXAnnots by dsinclair · 8 years ago
  85. c934708 Remove _FX_OS_ checks in core/fxge/win32/. by thestig · 8 years ago
  86. 3a88205 Move CPDF_Reference::SafeGetDirect() out of the header. by thestig · 8 years ago
  87. aa69291 Switch CFX_SAXReader to use std::stack. by thestig · 8 years ago
  88. cd5bca4 Fix build of pdf_hint_table_fuzzer. by tsepez · 8 years ago
  89. 43c8a6a Fix #includes in libfuzzer so pdfium can be rolled by npm · 8 years ago
  90. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  91. 202ad72 Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent by dsinclair · 8 years ago
  92. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  93. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  94. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  95. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  96. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  97. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  98. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  99. e030786 Move core/fpdftext/include to core/fpdftext by dsinclair · 8 years ago
  100. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago