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