1. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 8 years ago
  2. 0acfff3 Actually build fuzzers with the pdfium_all target. by Lei Zhang · 8 years ago
  3. 5628fd7 Add barcode test skeleton by Tom Sepez · 8 years ago
  4. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  5. 0d86ecb Move fde XML parser to core by Dan Sinclair · 8 years ago
  6. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  7. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 8 years ago
  8. fdf7d40 Remove IFGAS_Stream::CreateWideStringReadStream by Dan Sinclair · 8 years ago
  9. 5111496 Fold CXFA_WideTextRead into IFGAS_Stream by Dan Sinclair · 8 years ago
  10. 9d6a208 Remove MakeSeekableReadStream by Dan Sinclair · 8 years ago
  11. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  12. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  13. ac35589 Split the FDE XML file into indiviual class files. by Dan Sinclair · 8 years ago
  14. bd9237e Move CXFA_XMLParser to CFDE_XMLParser by Dan Sinclair · 8 years ago
  15. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  16. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 8 years ago
  17. 8e5038f Rename fgas_stream to ifgas_stream by Dan Sinclair · 8 years ago
  18. 8149ae1 Init PDFium in fuzzer code by Dan Sinclair · 8 years ago
  19. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  20. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  21. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  22. 4a58d14 Refcount CPDF_CMap all the time. by Tom Sepez · 8 years ago
  23. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  24. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  25. 6438c4f Limit parsing recursion levels in CPDF_StreamParser by Nicolas Pena · 8 years ago
  26. cff5618 Fix CSS fuzzer input size by Dan Sinclair · 8 years ago
  27. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  28. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 8 years ago
  29. db76470 Add postscript path by rbpotter · 8 years ago
  30. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 8 years ago
  31. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
  32. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
  33. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  34. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
  35. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 8 years ago
  36. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  37. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  38. 06104a8 Remove some WrapUnique() calls by returing unique_ptrs by tsepez · 8 years ago
  39. bcd3e53 Check dimensions and content of bitmaps in EmbedderTests. by thestig · 8 years ago
  40. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  41. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  42. 62114cf Compile fuzzer sources in standalone builds. (try 2) by thestig · 8 years ago
  43. 3c669a7 Fix #include after commit c09625ca. by thestig · 8 years ago
  44. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  45. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  46. 9adabf8 Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 of https://codereview.chromium.org/2480043002/ ) by npm · 8 years ago
  47. 470b5fa Compile fuzzer sources in standalone builds. by thestig · 8 years ago
  48. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  49. c9f94df Fix roll after TRUE conversion by dsinclair · 8 years ago
  50. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  51. 919e48d libfuzzer: FALSE is not a pointer by tsepez · 8 years ago
  52. aeab530 Fix libfuzzer build broken at 9f7f7f8 by tsepez · 8 years ago
  53. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  54. 968a88f Fix fuzzer paths by dsinclair · 8 years ago
  55. fb40387 Make sure the fuzzer read size does not go negative. by dsinclair · 8 years ago
  56. 43c8a6a Fix #includes in libfuzzer so pdfium can be rolled by npm · 8 years ago
  57. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  58. ec7a945 Add fuzzer for jbig2 parsing by kcwu · 8 years ago
  59. 2ab466e Clean up fx_codec_fax.cpp. by thestig · 8 years ago
  60. a177d1c Add fuzzer for cmap parsing by kcwu · 8 years ago
  61. 4dd613c Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder by kcwu · 8 years ago
  62. da4bd10 Add fuzzer for icc codec by kcwu · 8 years ago
  63. b1a7134 Add fuzzer for fax codec by kcwu · 8 years ago
  64. b7fb1fd Remove most things GYP. by thestig · 8 years ago
  65. 236e47a Add fuzzer for CPDF_StreamParser by tsepez · 8 years ago
  66. 5b13e1d Add a fuzzer for CPDF_HintTables. by thestig · 8 years ago
  67. 7996fe8 Add llvm fuzzer for CPDF_PSEngine by tsepez · 8 years ago
  68. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  69. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  70. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  71. 5377267 Add CFX_SAXReader fuzzer by dsinclair · 9 years ago
  72. 756d379 Add fuzzer for FDE CSS syntax parser. by dsinclair · 9 years ago
  73. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 9 years ago
  74. 5a5f251 Add GIF, BMP, JPEG and TIFF XFA fuzzers by dsinclair · 9 years ago
  75. f7e108b XFA PNG Fuzzer by dsinclair · 9 years ago
  76. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
  77. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
  78. 038bf0b Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ ) by dsinclair · 9 years ago
  79. 1ae572e Allow overriding GN build flags by dsinclair · 9 years ago
  80. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  81. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  82. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  83. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  84. ae95f76 Remove IFDE_XML* classes. by dsinclair · 9 years ago
  85. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  86. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  87. 238bfb7 Fix BUILD.gn for pdf_jpx_fuzzer. by Oliver Chang · 9 years ago
  88. bf067b4 Add an openjpeg libfuzzer. by Oliver Chang · 9 years ago
  89. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  90. 6cdf084 Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src by Dan Sinclair · 9 years ago
  91. d87b20e Rename png_ functions conflicting with chrome. by Tom Sepez · 9 years ago
  92. 3f157c7 Remove xfa_fm2js.h and IWYU. by Dan Sinclair · 9 years ago
  93. b364301 Remove foxitlib.h and foxitxfa.h and IWYU. by Dan Sinclair · 9 years ago
  94. 4b33779 Remove xfa_common.h and IWYU. by Dan Sinclair · 9 years ago
  95. 53520a1 Fix GYP for nonxfa builds from last commit. by Oliver Chang · 9 years ago
  96. e67d218 Add initial libfuzzers for fm2js transpiling and XML parsing. by Oliver Chang · 9 years ago