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