summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-10-22Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589Tom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-22Add k prefixes to CPDF_AAction::AActionType enumeratorsHans Wennborg
2018-10-22Speculative fix for bad FX_Free() under fuzzer.Tom Sepez
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-18Remove unused form of CFX_Matrix::TransformRect().Lei Zhang
2018-10-18Remove some useless calls to the CFX_XMLNode ctor from subclasses.Lei Zhang
2018-10-18Do IWYU in core/fxcrt/css and fix lint errors.Lei Zhang
2018-10-18Add unit tests for CFX_Matrix::TransformRect().Lei Zhang
2018-10-17Optimize appends in CFX_XMLNode::InsertChildNode().Lei Zhang
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-17Fix the static initialization order problem for PartitionAlloc.Lei Zhang
2018-10-17Fix assert failure in CPDF_InteractiveForm::GetControlsForField().Lei Zhang
2018-10-16Pass gn check on Windows.Lei Zhang
2018-10-16Add FxFileCloser for scoped FILE* closing.Lei Zhang
2018-10-16Use PartitionAllocZeroFill in FX_SafeAlloc().Lei Zhang
2018-10-16Update PartitionAlloc from Chromium at r599712.Lei Zhang
2018-10-16Make constants/ pass gn check.Lei Zhang
2018-10-16Use unique_ptr in CFX_FolderFontInfo::ScanFile().chromium/3583Lei Zhang
2018-10-16Use more unique_ptrs in cfx_psrenderer.cpp for FaxCompressData().Lei Zhang
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-16Use unique_ptr and span in CPDF_Image::SetImage().Lei Zhang
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