summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Move fx_skia_device_unittest.cpp to pdfium_embeddertests.Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Restrict fxcrt's visibility to third_party.Lei Zhang
2018-10-15Clone dict before iteration in CJS_Document::get_infoTom Sepez
2018-10-15Use CropBox instead of ArtBox or TrimBoxxlou
2018-10-15Convert %s -> %ls for wide string error format.Tom Sepez
2018-10-15Make core/ pass gn check.Lei Zhang
2018-10-15Use more UnownedPtr in CPDF_FormControl.Lei Zhang
2018-10-15Move CPDF_ModuleMgr methods into cpdf_modulemgr.cpp.Lei Zhang
2018-10-15Make ":pdfium" pass gn check.Lei Zhang
2018-10-15Stop shadowing codec memory size with CCodec_ProgressiveDecoder::m_SrcSizeTom Sepez
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-15Make xfa/ pass gn check.Lei Zhang
2018-10-15Make FlateEncode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-13Fix span / unique_ptr destruction order in PDF_DataDecode().chromium/3581chromium/3580Lei Zhang
2018-10-13Make testing/ pass gn check.Lei Zhang
2018-10-13Fix v8 ToLocalChecked() failure in CJS_Runtime.Lei Zhang
2018-10-13Add missing config to core/fxcrt:seekablemultistream target.Lei Zhang
2018-10-12Add setters/getters for BleedBox and TrimBox.xlou
2018-10-12Beef up coverage in CJS_Field.Tom Sepez
2018-10-12Split core/fpdfapi build rules into various sub-directories.Lei Zhang
2018-10-12Make core/fxcrt pass gn check.Lei Zhang
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-12Beef up CJS_Document method coverage.Tom Sepez
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Add test for CJS_Annot JS callbacks.Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-12Split constants and testing build rules into their own BUILD.gn files.Lei Zhang
2018-10-12Add test for CJS_Color properties.Tom Sepez
2018-10-12Add tests for CJS_Console methods.Tom Sepez
2018-10-12Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.Lei Zhang
2018-10-12Split fxjs build rules into fxjs/BUILD.gn.Lei Zhang
2018-10-12Split xfa build rules into various BUILD.gn files in xfa/.Lei Zhang
2018-10-12Slightly simplify CPDF_FormField's notify methods.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-12Forward declare more in codec code.Lei Zhang
2018-10-12Remove redundent ASSERT + if checks in CPDF_FormControl.Lei Zhang
2018-10-12Split fxbarcode build rules into fxbarcode/BUILD.gn.Lei Zhang
2018-10-12Add minimal pixel test for a rendering bug.Lei Zhang
2018-10-12Fix naming for CPDF_FormField::Type enum.Lei Zhang
2018-10-12Mark the bigint target as XFA only.chromium/3579Lei Zhang
2018-10-12Make PDF_DataDecode()'s buffer out parameter a std::unique_ptr.Lei Zhang
2018-10-11Fix some nits in CJS_Document helpers.Lei Zhang
2018-10-11Use pdfium::Vector2D in CCodec_FaxEncoder ctor.Lei Zhang
2018-10-11Add functions to get/set ArtBox.chromium/3578xlou