Age | Commit message (Expand) | Author |
2018-10-12 | Add test for CJS_Color properties. | Tom Sepez |
2018-10-12 | Add tests for CJS_Console methods. | Tom Sepez |
2018-10-12 | Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk. | Lei Zhang |
2018-10-12 | Split fxjs build rules into fxjs/BUILD.gn. | Lei Zhang |
2018-10-12 | Split xfa build rules into various BUILD.gn files in xfa/. | Lei Zhang |
2018-10-12 | Slightly simplify CPDF_FormField's notify methods. | Lei Zhang |
2018-10-12 | Rename CPDF_{Array,Dictionary}::GetCount() to size(). | Lei Zhang |
2018-10-12 | Forward declare more in codec code. | Lei Zhang |
2018-10-12 | Remove redundent ASSERT + if checks in CPDF_FormControl. | Lei Zhang |
2018-10-12 | Split fxbarcode build rules into fxbarcode/BUILD.gn. | Lei Zhang |
2018-10-12 | Add minimal pixel test for a rendering bug. | Lei Zhang |
2018-10-12 | Fix naming for CPDF_FormField::Type enum. | Lei Zhang |
2018-10-12 | Mark the bigint target as XFA only.chromium/3579 | Lei Zhang |
2018-10-12 | Make PDF_DataDecode()'s buffer out parameter a std::unique_ptr. | Lei Zhang |
2018-10-11 | Fix some nits in CJS_Document helpers. | Lei Zhang |
2018-10-11 | Use pdfium::Vector2D in CCodec_FaxEncoder ctor. | Lei Zhang |
2018-10-11 | Add functions to get/set ArtBox.chromium/3578 | xlou |
2018-10-11 | Add check_targets list to .gn. | Lei Zhang |
2018-10-11 | Sync fx_tiff target conditional with its dependent's. | Lei Zhang |
2018-10-11 | Enable jumbo support for PDFium fuzzers. | Lei Zhang |
2018-10-11 | Mark tests as testonly. | Lei Zhang |
2018-10-11 | Replace most static_library entries with source_set. | Lei Zhang |
2018-10-11 | Make a couple more source_sets into jumbo_source_sets. | Lei Zhang |
2018-10-11 | Rename InterForm classes to InteractiveForm. | Lei Zhang |
2018-10-11 | Rename interform files to interactiveform. | Lei Zhang |
2018-10-11 | Update build rules for CFX_CodecMemory. | Lei Zhang |
2018-10-11 | Fix double V8 initialization with fuzzers. | Lei Zhang |
2018-10-10 | Use optipng to optimize expected .pngs when regenerating them. | Henrique Nakashima |
2018-10-10 | Rename CPDF_ContentMark to CPDF_ContentMarks. | Henrique Nakashima |
2018-10-10 | Create embeddertests for other kinds of actions. | Tom Sepez |
2018-10-10 | Remove more impossible checks in form filler code. | Lei Zhang |
2018-10-10 | Get rid of useless form of CPDFSDK_Widget::GetFormControl(). | Lei Zhang |
2018-10-10 | Document image comparison with safetynet_compare.py.chromium/3577 | Henrique Nakashima |
2018-10-10 | Add Observable::ObservedPtr::HasObservable(). | Lei Zhang |
2018-10-10 | Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). | Lei Zhang |
2018-10-10 | Use pdfium::Optional in CPDFSDK_Widget. | Lei Zhang |
2018-10-10 | Remove impossible nullptr checks in CPDFSDK_InterForm. | Lei Zhang |
2018-10-10 | Fix dangling reference in CFX_CodecMemory. | Tom Sepez |
2018-10-10 | Remove non-const ref parameters in CPDF_IconFit. | Lei Zhang |
2018-10-10 | Simplify some object rect calculations. | Lei Zhang |
2018-10-10 | Fix some random nits. | Lei Zhang |
2018-10-10 | Better test FPDFAction_* public functions. | Tom Sepez |
2018-10-10 | Use std::vector in ccodec_faxmodule.cpp | Tom Sepez |
2018-10-10 | Document how to setup safetynet_job.py nightly. | Henrique Nakashima |
2018-10-10 | Catch SSL errors when fetching Gold JSON data. | Lei Zhang |
2018-10-09 | Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576 | Lei Zhang |
2018-10-09 | Remove some string comparisons in CPDF_Action. | Tom Sepez |
2018-10-09 | Do IWYU for retain_ptr.h and unowned_ptr.h | Lei Zhang |
2018-10-09 | Beef up FPDFTransformEmbedderTest. | Tom Sepez |
2018-10-09 | Copy some fuzzer code from Chromium into PDFium. | Lei Zhang |