Age | Commit message (Expand) | Author |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-11 | Fix unique ptrs in fpdfppo.cpp | tsepez |
2016-11-08 | Compile fuzzer sources in standalone builds. (try 2) | thestig |
2016-11-07 | Fix #include after commit c09625ca. | thestig |
2016-11-07 | Rename CPDF_Linearized to CPDF_LinearizedHeader | tsepez |
2016-11-07 | Reland of Unify some code | art-snake |
2016-11-07 | Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 ... | npm |
2016-11-07 | Compile fuzzer sources in standalone builds. | thestig |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-03 | Fix roll after TRUE conversion | dsinclair |
2016-11-03 | Remove FX_BOOL entirely. | tsepez |
2016-11-01 | libfuzzer: FALSE is not a pointer | tsepez |
2016-10-27 | Fix libfuzzer build broken at 9f7f7f8 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-18 | Add a test case for bug 494057. | thestig |
2016-10-06 | Fixup MSan embeddertests | Dan Sinclair |
2016-10-04 | Fix fuzzer paths | dsinclair |
2016-10-04 | Make sure the fuzzer read size does not go negative. | dsinclair |
2016-10-04 | Update test expectations for unexpected successes. | thestig |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-30 | Fix #includes in libfuzzer so pdfium can be rolled | npm |
2016-09-29 | Move fxjs/include to fxjs | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-27 | Add fuzzer for jbig2 parsing | kcwu |
2016-09-26 | Clean up fx_codec_fax.cpp. | thestig |
2016-09-26 | Add fuzzer for cmap parsingchromium/2873 | kcwu |
2016-09-23 | Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder | kcwu |
2016-09-22 | Add fuzzer for icc codec | kcwu |
2016-09-21 | Set up isolate in CFXJS_Engine's constructor | weili |
2016-09-19 | Add fuzzer for fax codec | kcwu |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Use ToUnicode mapping even when unicode is 0. | npm |
2016-09-07 | Cleanup page when unloading in embedder tests | dsinclair |
2016-08-30 | Roll DEPS for build to b73bafdd. | thestig |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-29 | Fix the test case added in https://codereview.chromium.org/2277063003/ | tonikitoo |
2016-08-26 | Add support to Document::getAnnots method | tonikitoo |
2016-08-26 | Remove most things GYP. | thestig |
2016-08-26 | Extend pdfium_test capability so that more Javascript can be executedchromium/2841 | tonikitoo |
2016-08-23 | Fix page leaks in an embedder test | weili |
2016-08-22 | Add fuzzer for CPDF_StreamParser | tsepez |
2016-08-19 | Add a fuzzer for CPDF_HintTables. | thestig |
2016-08-19 | Stub out Document::syncAnnotScan method.chromium/2834 | tonikitoo |
2016-08-18 | Add initial Document::getAnnot supportchromium/2833 | tonikitoo |
2016-08-18 | Add llvm fuzzer for CPDF_PSEngine | tsepez |
2016-08-16 | Hidden annotations should not be drawn | tonikitoo |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-15 | Move some v8 objects from CJS back into FXJS | tsepez |