1. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  2. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  3. 6e1d603 Fix unique ptrs in fpdfppo.cpp by tsepez · 8 years ago
  4. 62114cf Compile fuzzer sources in standalone builds. (try 2) by thestig · 8 years ago
  5. 3c669a7 Fix #include after commit c09625ca. by thestig · 8 years ago
  6. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  7. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  8. 9adabf8 Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 of https://codereview.chromium.org/2480043002/ ) by npm · 8 years ago
  9. 470b5fa Compile fuzzer sources in standalone builds. by thestig · 8 years ago
  10. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  11. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  12. c9f94df Fix roll after TRUE conversion by dsinclair · 8 years ago
  13. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  14. 919e48d libfuzzer: FALSE is not a pointer by tsepez · 8 years ago
  15. aeab530 Fix libfuzzer build broken at 9f7f7f8 by tsepez · 8 years ago
  16. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  17. f3c5fc0 Add a test case for bug 494057. by thestig · 8 years ago
  18. ca03f7a Fixup MSan embeddertests by Dan Sinclair · 8 years ago
  19. 968a88f Fix fuzzer paths by dsinclair · 8 years ago
  20. fb40387 Make sure the fuzzer read size does not go negative. by dsinclair · 8 years ago
  21. 78c271d Update test expectations for unexpected successes. by thestig · 8 years ago
  22. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  23. 43c8a6a Fix #includes in libfuzzer so pdfium can be rolled by npm · 8 years ago
  24. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  25. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  26. aca4fc7 Replace a few more std::unique_ptr.reset() with WrapUnique assignments. by thestig · 8 years ago
  27. ec7a945 Add fuzzer for jbig2 parsing by kcwu · 8 years ago
  28. 2ab466e Clean up fx_codec_fax.cpp. by thestig · 8 years ago
  29. a177d1c Add fuzzer for cmap parsing by kcwu · 8 years ago
  30. 4dd613c Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder by kcwu · 8 years ago
  31. da4bd10 Add fuzzer for icc codec by kcwu · 8 years ago
  32. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  33. b1a7134 Add fuzzer for fax codec by kcwu · 8 years ago
  34. 0a17faf Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP by tonikitoo · 8 years ago
  35. 84be3a3 Use ToUnicode mapping even when unicode is 0. by npm · 8 years ago
  36. cb92dc7 Cleanup page when unloading in embedder tests by dsinclair · 8 years ago
  37. c65e11e Roll DEPS for build to b73bafdd. by thestig · 8 years ago
  38. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  39. 5283e67 Fix the test case added in https://codereview.chromium.org/2277063003/ by tonikitoo · 8 years ago
  40. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  41. b7fb1fd Remove most things GYP. by thestig · 8 years ago
  42. 3e98158 Extend pdfium_test capability so that more Javascript can be executed by tonikitoo · 8 years ago
  43. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago
  44. 236e47a Add fuzzer for CPDF_StreamParser by tsepez · 8 years ago
  45. 5b13e1d Add a fuzzer for CPDF_HintTables. by thestig · 8 years ago
  46. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  47. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  48. 7996fe8 Add llvm fuzzer for CPDF_PSEngine by tsepez · 8 years ago
  49. 66c26e8 Hidden annotations should not be drawn by tonikitoo · 8 years ago
  50. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  51. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  52. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  53. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  54. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  55. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  56. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  57. 0fa54b8 Beef up timer cancellation tests by tsepez · 8 years ago
  58. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 8 years ago
  59. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  60. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  61. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  62. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  63. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  64. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  65. c08cd7a Fix memory leaks with V8 startup data. by thestig · 8 years ago
  66. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 8 years ago
  67. 5377267 Add CFX_SAXReader fuzzer by dsinclair · 8 years ago
  68. 756d379 Add fuzzer for FDE CSS syntax parser. by dsinclair · 8 years ago
  69. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 8 years ago
  70. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 8 years ago
  71. 9e077d2 Roll V8 and its deps and update ICU initialization call by jochen · 8 years ago
  72. 5a5f251 Add GIF, BMP, JPEG and TIFF XFA fuzzers by dsinclair · 8 years ago
  73. f7e108b XFA PNG Fuzzer by dsinclair · 8 years ago
  74. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  75. 38a1f0a Fix V8 isolate setup in embedder tests and roll V8 to 055bfa7. by jochen · 8 years ago
  76. 27ddf16 Distinguish between user and owner passwords. by thestig · 8 years ago
  77. 849284d Combine corpus runner into test_runner.py by dsinclair · 8 years ago
  78. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 8 years ago
  79. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 8 years ago
  80. f7036ba Templatize CFX_{Byte,Wide}StringC by tsepez · 8 years ago
  81. f0db33f Revert "Reland of relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ )" by weili · 8 years ago
  82. d7725bb Copy the event definition file to the testing directory along with pdf by tsepez · 8 years ago
  83. 10b01bf Fix event sending in pdfium_test. by tsepez · 8 years ago
  84. a031357 Reland of lax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ ) by weili · 8 years ago
  85. 5fc4f31 Revert of Relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1926823002/ ) by weili · 8 years ago
  86. 038bf0b Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ ) by dsinclair · 8 years ago
  87. cd1e9ff Relax a couple checks to allow certain non-standard PDF files. by weili · 8 years ago
  88. 3b5cb78 Remove output redirect from corpus test runner. by dsinclair · 8 years ago
  89. 1ae572e Allow overriding GN build flags by dsinclair · 8 years ago
  90. 43854a5 Standardize on ASSERT. by dsinclair · 8 years ago
  91. 2a8a20c Combine the javascript and pixel test runners. by dsinclair · 8 years ago
  92. 39075a4 Standalone GN on mac by dsinclair · 8 years ago
  93. 90c964f Add a simple check for V4 cross reference table by weili · 8 years ago
  94. fc397dc Pixel tests are all generated, not .pdf files by dsinclair · 8 years ago
  95. 6b2c4d7 Upgrade build and clang. by dsinclair · 8 years ago
  96. 685bb88 Standalone GN build. by dsinclair · 8 years ago
  97. fb0e3d7 Revert of Re-Reland Combined test runner. (patchset #4 id:80001 of https://codereview.chromium.org/1888673003/ ) by dsinclair · 8 years ago
  98. 84b26ec Re-Reland Combined test runner. by dsinclair · 8 years ago
  99. 86d945b Exclude XFA-only corpus from non-xfa and roll corpus. by tsepez · 8 years ago
  100. f09bdfa Allow pdfium_test to send simple events to each page. by tsepez · 8 years ago