1. 5c19c35 Remove DrMemory by dan sinclair · 8 years ago
  2. 1f5e327 Fix recent test suppressions by Nicolas Pena · 8 years ago
  3. 00d4064 Fixup test harness by dan sinclair · 8 years ago
  4. 6438c4f Limit parsing recursion levels in CPDF_StreamParser by Nicolas Pena · 8 years ago
  5. d532036 Add flag to ignore images by their MD5 digest by stephana · 8 years ago
  6. cff5618 Fix CSS fuzzer input size by Dan Sinclair · 8 years ago
  7. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  8. e507dc5 Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. by tsepez · 8 years ago
  9. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 8 years ago
  10. 38c2705 Ensures that the gold output directory exists by stephana · 8 years ago
  11. 6cf5eca Don't put timers with ID == 0 into the global timer map. by tsepez · 8 years ago
  12. 1924971 Custom toString() methods may delete annots. by tsepez · 8 years ago
  13. db76470 Add postscript path by rbpotter · 8 years ago
  14. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 8 years ago
  15. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  16. 9882243 Pass expose-gc flag to pdfium test programs. by tsepez · 8 years ago
  17. fa05e97 Gold support in PDFium by stephana · 8 years ago
  18. 0fdeeb8 Relax the EncryptMetadata check. by tsepez · 8 years ago
  19. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
  20. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
  21. ab5a20d Fix the way to check terminal field in interactive form by weili · 8 years ago
  22. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  23. f6ee820 [android] Make pdfium_unittests work on Android. by jbudorick · 8 years ago
  24. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
  25. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 8 years ago
  26. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  27. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  28. 733e068 Add API for getting page labels. by thestig · 8 years ago
  29. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  30. 06104a8 Remove some WrapUnique() calls by returing unique_ptrs by tsepez · 8 years ago
  31. dc7ec03 Add a regression test for rasterizing PDFs. by thestig · 8 years ago
  32. bcd3e53 Check dimensions and content of bitmaps in EmbedderTests. by thestig · 8 years ago
  33. 80b7608 Unsupress Test_DateField_locale_zh_HK.pdf on Linux. by thestig · 8 years ago
  34. a9c19ea Roll DEPS for testing corpus to 4f292415. by thestig · 8 years ago
  35. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  36. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  37. 6e1d603 Fix unique ptrs in fpdfppo.cpp by tsepez · 8 years ago
  38. 62114cf Compile fuzzer sources in standalone builds. (try 2) by thestig · 8 years ago
  39. 3c669a7 Fix #include after commit c09625ca. by thestig · 8 years ago
  40. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  41. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  42. 9adabf8 Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 of https://codereview.chromium.org/2480043002/ ) by npm · 8 years ago
  43. 470b5fa Compile fuzzer sources in standalone builds. by thestig · 8 years ago
  44. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  45. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  46. c9f94df Fix roll after TRUE conversion by dsinclair · 8 years ago
  47. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  48. 919e48d libfuzzer: FALSE is not a pointer by tsepez · 8 years ago
  49. aeab530 Fix libfuzzer build broken at 9f7f7f8 by tsepez · 8 years ago
  50. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  51. f3c5fc0 Add a test case for bug 494057. by thestig · 8 years ago
  52. ca03f7a Fixup MSan embeddertests by Dan Sinclair · 8 years ago
  53. 968a88f Fix fuzzer paths by dsinclair · 8 years ago
  54. fb40387 Make sure the fuzzer read size does not go negative. by dsinclair · 8 years ago
  55. 78c271d Update test expectations for unexpected successes. by thestig · 8 years ago
  56. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  57. 43c8a6a Fix #includes in libfuzzer so pdfium can be rolled by npm · 8 years ago
  58. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  59. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  60. aca4fc7 Replace a few more std::unique_ptr.reset() with WrapUnique assignments. by thestig · 8 years ago
  61. ec7a945 Add fuzzer for jbig2 parsing by kcwu · 8 years ago
  62. 2ab466e Clean up fx_codec_fax.cpp. by thestig · 8 years ago
  63. a177d1c Add fuzzer for cmap parsing by kcwu · 8 years ago
  64. 4dd613c Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder by kcwu · 8 years ago
  65. da4bd10 Add fuzzer for icc codec by kcwu · 8 years ago
  66. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  67. b1a7134 Add fuzzer for fax codec by kcwu · 8 years ago
  68. 0a17faf Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP by tonikitoo · 8 years ago
  69. 84be3a3 Use ToUnicode mapping even when unicode is 0. by npm · 8 years ago
  70. cb92dc7 Cleanup page when unloading in embedder tests by dsinclair · 8 years ago
  71. c65e11e Roll DEPS for build to b73bafdd. by thestig · 8 years ago
  72. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  73. 5283e67 Fix the test case added in https://codereview.chromium.org/2277063003/ by tonikitoo · 8 years ago
  74. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  75. b7fb1fd Remove most things GYP. by thestig · 8 years ago
  76. 3e98158 Extend pdfium_test capability so that more Javascript can be executed by tonikitoo · 8 years ago
  77. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago
  78. 236e47a Add fuzzer for CPDF_StreamParser by tsepez · 8 years ago
  79. 5b13e1d Add a fuzzer for CPDF_HintTables. by thestig · 8 years ago
  80. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  81. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  82. 7996fe8 Add llvm fuzzer for CPDF_PSEngine by tsepez · 8 years ago
  83. 66c26e8 Hidden annotations should not be drawn by tonikitoo · 8 years ago
  84. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  85. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  86. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  87. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  88. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  89. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  90. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  91. 0fa54b8 Beef up timer cancellation tests by tsepez · 8 years ago
  92. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 8 years ago
  93. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  94. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  95. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  96. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  97. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  98. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  99. c08cd7a Fix memory leaks with V8 startup data. by thestig · 8 years ago
  100. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 8 years ago