summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-31Make XFA pixel tests more stablechromium/3447Ryan Harrison
2018-05-31Add missing newlines in pdfium_test help text.Tom Sepez
2018-05-31Clean up some nits in CPDF_Type3GlyphNicolas Pena
2018-05-31Handle image mask continuous loading correctlyWei Li
2018-05-31Remove uselesss code.Artem Strygin
2018-05-31Make pagview decisions at runtime for non-xfa pages.Tom Sepez
2018-05-31[xfa] Remove unused methods from CFXJSE_ScopeUtil_IsolateHandleContextDan Sinclair
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-31Fix font regression in AdjustMMParamsNicolas Pena
2018-05-31Add alphabetical order per file check in api_check.pyNicolas Pena
2018-05-30Fix roll-dep path in roll-freetype.shNicolas Pena
2018-05-30Remove unused CFX_MemoryStream::{Attach,Detach}Buffer() methodsTom Sepez
2018-05-30Migrate coverage_report.py to use upstream Chromium scriptsRyan Harrison
2018-05-30Roll third_party/freetype/src/ 9e345c911..d45d4b97e (27 commits)Nicolas Pena
2018-05-30Remove dead code in various write function.Lei Zhang
2018-05-30Add pixel tests for PDFs that use generation numbers.Lei Zhang
2018-05-30Exclude certain colorspace types for calculating transparency backdrop color.Lei Zhang
2018-05-30Remove manual references to exe_and_shlib_depsTom Anderson
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30[xfa] Dump JS errors to console in debug modechromium/3446Dan Sinclair
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-30Implement handling --font-dir on MacRyan Harrison
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-30Roll DEPS for build and buildtools.Tom Anderson
2018-05-29Pass a CFX_Matrix by reference in font code.chromium/3445Lei Zhang
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442Tom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Move fuzzers to testing/fuzzers.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-25Remove CPDF_FormField::{Insert,Clear}OptionTom Sepez
2018-05-25Reserve space for code words when creating encoder contextRyan Harrison
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-25[xfa] Add missing xfa.event.cancelAction propertyDan Sinclair
2018-05-25[xfa] Clamp selStart, selEnd values in CJX_EventPseudoModelDan Sinclair
2018-05-25[xfa] Restrict the editable xfa.change propertiesDan Sinclair
2018-05-25[xfa] Rename pValue to pReturn for clarityDan Sinclair
2018-05-25[xfa] Allow accessing the event changed parameter from JS.Dan Sinclair
2018-05-25Add code to display XFA JS log messagesDan Sinclair
2018-05-24CPDF_HintTables should not try to read 0 bits.Lei Zhang