1. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  2. 7c1b07f Remove FX_BOOL from core/fpdfapi/font by npm · 8 years ago
  3. 958e57c Fix cmdStageAllocMatrix parameter swap by kcwu · 8 years ago
  4. 98c6c15 Fix ownership when making a private annot dictionary into a shared one. by tsepez · 8 years ago
  5. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  6. 98151ca Cleanup DEPS files by dsinclair · 8 years ago
  7. 968a88f Fix fuzzer paths by dsinclair · 8 years ago
  8. 1c4b767 Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault() by npm · 8 years ago
  9. fb40387 Make sure the fuzzer read size does not go negative. by dsinclair · 8 years ago
  10. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago
  11. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  12. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  13. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  14. 2415435 Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit by dsinclair · 8 years ago
  15. a6c9215 Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps by dsinclair · 8 years ago
  16. 89f9ee3 Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Load by npm · 8 years ago
  17. 78c271d Update test expectations for unexpected successes. by thestig · 8 years ago
  18. 429a9ff update skia to latest sources by caryclark · 8 years ago
  19. 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
  20. ad2b20d Sync pdfium_test version to include updated test file by weili · 8 years ago
  21. aba528a Assert that only 0-numbered objects are Released() by tsepez · 8 years ago
  22. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  23. 76383db Fix potentially uninitialized value. by dsinclair · 8 years ago
  24. abab61a Rename CFX_WeakPtr::Clear() to DestroyObject() by tsepez · 8 years ago
  25. bcf4623 Guard against double deletion of page views. by dsinclair · 8 years ago
  26. d61f958 Detect resursive loading of type3 font char to avoid infinite loop by weili · 8 years ago
  27. e539358 Remove unused CPDFSDK_PageView::ClearFXAnnots by dsinclair · 8 years ago
  28. c934708 Remove _FX_OS_ checks in core/fxge/win32/. by thestig · 8 years ago
  29. 3a88205 Move CPDF_Reference::SafeGetDirect() out of the header. by thestig · 8 years ago
  30. aa69291 Switch CFX_SAXReader to use std::stack. by thestig · 8 years ago
  31. cd5bca4 Fix build of pdf_hint_table_fuzzer. by tsepez · 8 years ago
  32. 43c8a6a Fix #includes in libfuzzer so pdfium can be rolled by npm · 8 years ago
  33. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  34. 202ad72 Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent by dsinclair · 8 years ago
  35. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  36. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  37. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  38. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  39. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  40. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  41. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  42. e030786 Move core/fpdftext/include to core/fpdftext by dsinclair · 8 years ago
  43. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  44. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  45. 61df2c7 Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render by dsinclair · 8 years ago
  46. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  47. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  48. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  49. 1771a71 Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit by dsinclair · 8 years ago
  50. b1469a2 Move core/fdrm/crypto/include to core/fdrm/crypto by dsinclair · 8 years ago
  51. f7a0d69 Check for negative page size in FindTextlineFlowOrientation() by thestig · 8 years ago
  52. 561867e Remove FX_BOOL from font_int.h by npm · 8 years ago
  53. 37fa283 Remove unused CFX_AutoFontCache by thestig · 8 years ago
  54. e53aa57 Update PDFium OWNERS. by thestig · 8 years ago
  55. b036d9c Roll V8 to a964163e. by thestig · 8 years ago
  56. b97e07e Fix leaks in pdfium_test. by thestig · 8 years ago
  57. aca4fc7 Replace a few more std::unique_ptr.reset() with WrapUnique assignments. by thestig · 8 years ago
  58. 3873f30 Roll DEPS for buildtools to 5fd66957f0. by thestig · 8 years ago
  59. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  60. 5ef75ba Fix leaks in CFieldTree::Node. by thestig · 8 years ago
  61. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  62. 4ba37c6 Implement weak pointers by tsepez · 8 years ago
  63. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  64. 8c41b1b Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle" by tsepez · 8 years ago
  65. 3b440ac Made CFieldTree::Node a class. by thestig · 8 years ago
  66. 341422f Remove unused cpdf_generalstatedata.h by tsepez · 8 years ago
  67. 84144e8 Simplify FPDF_RenderPage(). by thestig · 8 years ago
  68. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  69. ec7a945 Add fuzzer for jbig2 parsing by kcwu · 8 years ago
  70. 5060b2e De-virtualize many CFFL_InteractiveFormFiller methods. by tsepez · 8 years ago
  71. 2ab466e Clean up fx_codec_fax.cpp. by thestig · 8 years ago
  72. 2c06532 Clean up xfa_fontmgr.cpp. by thestig · 8 years ago
  73. 5aed021 Strengthen bounds check in CWeightTable::Calc. by stackexploit · 8 years ago
  74. 9c33e89 De-virtualize CPDFSDK_AnnotHandlerMgr by tsepez · 8 years ago
  75. ddf6293 Fix memory leak in cmap parsing by kcwu · 8 years ago
  76. a177d1c Add fuzzer for cmap parsing by kcwu · 8 years ago
  77. 87c658d Fix memory leak in lcms, MPEmatrix_Read by kcwu · 8 years ago
  78. bfe9afc Remove FX_BOOL from cpdf_font by npm · 8 years ago
  79. b4d7c68 Clean CPDF_CIDFont a little by npm · 8 years ago
  80. 7757143 Avoid collisions in CPDF_IndirectObjectHolder::AddIndirectObject() by tsepez · 8 years ago
  81. 4dd613c Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder by kcwu · 8 years ago
  82. 3f4111f Make CPDF_Font::Create() return a std::unique_ptr. by tsepez · 8 years ago
  83. 917d248 Make CPDF_ColorSpace::Load() return a unique_ptr by tsepez · 8 years ago
  84. 39ee9df Fix memory leaks in lcms by kcwu · 8 years ago
  85. fe0179d Rename CPDF_CountedObject to CFX_WeakPtr::Handle by tsepez · 8 years ago
  86. a939bfe Make creation of CPDFSDK_Document clearer by dsinclair · 8 years ago
  87. 6235686 Fix use uninitialized value and stack buffer overflow read by kcwu · 8 years ago
  88. 869a438 Fix infinite loop when calling GrowNamedColorList by kcwu · 8 years ago
  89. fef62e1 Null CPDF_CountedObj::m_pObj prior to deletion by tsepez · 8 years ago
  90. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  91. a4ad595 Simplify memory management for per isolate data by weili · 8 years ago
  92. da4bd10 Add fuzzer for icc codec by kcwu · 8 years ago
  93. 577ad2c Move CPDFSDK_Environment code to cpp file by dsinclair · 8 years ago
  94. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  95. 7149abc Move win_xfa_clang bot back into regular commit queue by weili · 8 years ago
  96. 298880f Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more places by tsepez · 8 years ago
  97. 17103b8 Make ownership explicit in CPDF_ContentMarkItem. by tsepez · 8 years ago
  98. c0f60dc Check for overflow in CMap_GetCode. by dsinclair · 8 years ago
  99. 81d92f8 Avoid static initializers and global variables in 'pdfium_test'. by tonikitoo · 8 years ago
  100. 37f6e2c Clear LeakSanitizer's suppression list by weili · 8 years ago