summaryrefslogtreecommitdiff
path: root/core
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-15Restrict fxcrt's visibility to third_party.Lei Zhang
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-15Stop shadowing codec memory size with CCodec_ProgressiveDecoder::m_SrcSizeTom Sepez
2018-10-15Make fxjs/ 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-13Add missing config to core/fxcrt:seekablemultistream target.Lei Zhang
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-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
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-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-12Fix naming for CPDF_FormField::Type enum.Lei Zhang
2018-10-12Make PDF_DataDecode()'s buffer out parameter a std::unique_ptr.Lei Zhang
2018-10-11Use pdfium::Vector2D in CCodec_FaxEncoder ctor.Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Rename CPDF_ContentMark to CPDF_ContentMarks.Henrique Nakashima
2018-10-10Add Observable::ObservedPtr::HasObservable().Lei Zhang
2018-10-10Fix dangling reference in CFX_CodecMemory.Tom Sepez
2018-10-10Remove non-const ref parameters in CPDF_IconFit.Lei Zhang
2018-10-10Simplify some object rect calculations.Lei Zhang
2018-10-10Fix some random nits.Lei Zhang
2018-10-10Use std::vector in ccodec_faxmodule.cppTom Sepez
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576Lei Zhang
2018-10-09Remove some string comparisons in CPDF_Action.Tom Sepez
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Clean up CPDF_FormControl.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-10-09Switch to std::vector in ccodec_flatemodule.cpp.Tom Sepez
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-10-09Remove unused CPDF_Dictionary::IsSignatureDict().Lei Zhang
2018-10-06Simplify CFX_FloatRect::Inflate() and Deflate().Lei Zhang
2018-10-06Move CFX_FloatRect method impls out of the header.Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-05Remove optional matrix parameter from CPDF_PageObject::GetBBox().Lei Zhang
2018-10-05Remove one CSection::m_pVT null checkTom Sepez
2018-10-05Tidy CPVT_WordRangeTom Sepez