summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-18Roll v8/ 41562c7c5..c623fabe5 (96 commits)chromium/3585Lei Zhang
2018-10-18Expand CJS_Document::mail{Doc,Form}() parametersTom Sepez
2018-10-18Remove PrintParams object.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-18Do more IWYU in fxjs/.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-18Forward declare some fxjs/ classes.Lei Zhang
2018-10-18Remove a few V8 includes from header files.Lei Zhang
2018-10-18Change CXFA_LoaderContext::dwFlags to bFilterSpace.Lei Zhang
2018-10-18Avoid pass by value in FPDFPage_Flatten()'s GetMatrix() helper.Lei Zhang
2018-10-18Push/pop the graphics state stack when flattening.Lei Zhang
2018-10-18Convert CXFA_LoaderContext to a struct.Lei Zhang
2018-10-18Clean up CXFA_TextLayout.Lei Zhang
2018-10-18Add JavaScript tests for event API.Tom Sepez
2018-10-18Cache CFGAS_FontMgr::GetFontByUnicode() failures on Windows.Lei Zhang
2018-10-18Shuffle platform-specifc code in CFGAS_FontMgr::GetFontByUnicode().Lei Zhang
2018-10-18De-dup some static string tables in cjs_publicmethods.cppTom Sepez
2018-10-18Add JavaScript public methods tests.Tom Sepez
2018-10-18Repack CPDFSDK_FieldAction.Tom Sepez
2018-10-17Remove CPDFSDK_Annot::GetMinWidth() and GetMinHeight().Tom Sepez
2018-10-17Nest CJS_GlobalData_Element in CJS_GlobalData.Tom Sepez
2018-10-17Optimize appends in CFX_XMLNode::InsertChildNode().Lei Zhang
2018-10-17Add FORM_OnLButtonDoubleClick().Lei Zhang
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-17Do not do null pointer arithmeticchromium/3584Takuto Ikuta
2018-10-17Fix typo in coverage_report.py.Lei Zhang
2018-10-17Fix the static initialization order problem for PartitionAlloc.Lei Zhang
2018-10-17Remove unused lambda captureTakuto Ikuta
2018-10-17Do more selection checks in form fill embedder testsLei 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-16Make some third_party targets pass gn check.Lei Zhang
2018-10-16Make skia/ pass gn check.Lei Zhang
2018-10-16Use PartitionAllocZeroFill in CFX_V8ArrayBufferAllocator::Allocate().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-16Add pdfium_test --show-pageinfo to dump page bounding boxes.Lei 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-15Split public/ headers into their own source_set.Lei Zhang