Age | Commit message (Expand) | Author |
2017-11-01 | Move some XFA JS code into fxjs/ | Dan Sinclair |
2017-10-31 | Fix FPE in XFACodecFuzzerchromium/3255 | Ryan Harrison |
2017-10-30 | Fix overflow in image size check | Ryan Harrison |
2017-10-27 | Limit the size of images being fuzzed in XFACodecFuzzers | Ryan Harrison |
2017-10-19 | Implement fuzzer for FormCalc parsing | Ryan Harrison |
2017-10-19 | Implement fuzzer for LZW decompressor | Ryan Harrison |
2017-09-29 | Extract test subclasses of IFX_SeekableReadStream | Ryan Harrison |
2017-09-27 | Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_T | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-05 | Remove isDevice parameter from barcode Render(). | Henrique Nakashima |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_BitStream to its own file | Dan Sinclair |
2017-08-28 | Limit pdf_codec_jbig2_fuzzer memory usage. | Lei Zhang |
2017-08-28 | Limit pdf_jpx_fuzzer memory usage. | Lei Zhang |
2017-08-24 | Fix some nits in XFACodecFuzzer.chromium/3196 | Lei Zhang |
2017-08-08 | Move CSS code to core | Dan Sinclair |
2017-07-12 | Cleanup ICC code part 1 | Nicolas Pena |
2017-06-30 | Split CFDE_CSSTextBuf in two. | Lei Zhang |
2017-05-26 | Use proper file names in core/fpdfapi/font | Nicolas Pena |
2017-05-17 | Add font loading fuzzer | Nicolas Pena |
2017-05-17 | Adding CXFA_Parse unittests | Dan Sinclair |
2017-05-17 | Rename formcalc files to better match contents | Dan Sinclair |
2017-05-16 | Update formcalc return types | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-03 | Actually build fuzzers with the pdfium_all target.chromium/3089 | Lei Zhang |
2017-04-27 | Add barcode test skeleton | Tom Sepez |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-18 | Remove IFGAS_Stream::CreateWideStringReadStream | Dan Sinclair |
2017-04-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-12 | Remove MakeSeekableReadStream | Dan Sinclair |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-03-30 | Move CXFA_XMLParser to CFDE_XMLParser | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move CFX files into fxcrt | Dan Sinclair |
2017-03-30 | Rename fgas_stream to ifgas_stream | Dan Sinclair |
2017-03-28 | Init PDFium in fuzzer code | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |