summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-02-01Change internal usages of GetPageIndexDeprecated() to new method.Henrique Nakashima
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-02-01Change return of FPDFDest_GetDestPageIndex to int.Henrique Nakashima
2018-02-01Convert CFX_CSSPropertyTable to CFX_CSSDataRyan Harrison
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-02-01[jumbo] Compile fix: Move a GetPageContent to a more limited scopeDaniel Bratell
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2018-02-01Test more context overlap in fxjs/fxjs_v8_embeddertest.cppTom Sepez
2018-01-31Experimental API for N-up feature support for printxlou
2018-01-31Roll android_ndk, build, buildtools.Henrique Nakashima
2018-01-31Remove handrolled bsearch from FGAS_GetUnicodeBitFieldRyan Harrison
2018-01-31Move initializers to header for CXFA_ItemLayoutProcessDan Sinclair
2018-01-31Remove handrolled bsearch from XFA_GetScriptAttributeByNameRyan Harrison
2018-01-31Cleanup visibility in CXFA_ItemLayoutProcessorDan Sinclair
2018-01-31Create CXFA_Node::PresenceRequiresSpaceDan Sinclair
2018-01-31Roll pdfium/third_party/freetype/src/ 2c048a8a6..036bdc0c9 (53 commits)Nicolas Pena
2018-01-31Remove handrolled search from GetCSSColorByNamechromium/3336Ryan Harrison
2018-01-31Remove handrolled search from GetCSSLengthUnitByNameRyan Harrison
2018-01-31Remove handrolled search from GetCodePageFromCharsetRyan Harrison
2018-01-31Remove handrolled search from GetEventParaInfoByNameRyan Harrison
2018-01-31Remove handrolled search from GetCSSPropertyValueByNameRyan Harrison
2018-01-31Explicitly suppress -Wimplicit-fallthrough for pdfium.Nico Weber
2018-01-31Clean up CSS property tableRyan Harrison
2018-01-31Clean up FPDFPage_New() documentation.Lei Zhang
2018-01-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Shuffle more code out of CXFA_NodeDan Sinclair
2018-01-30Move CheckButton code from CXFA_Node to CXFA_CheckButtonDan Sinclair
2018-01-30Clean up CSS Data Table entries and accessRyan Harrison
2018-01-30Remove bare new from JS_Define.hTom Sepez
2018-01-30Check if opj_image_data_alloc returned null.Henrique Nakashima
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Cleanup duplicate RunScript codeDan Sinclair
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-30Cleanup some SDK codeDan Sinclair
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-30Cleanup some CPDFSDK_Widget XFA code.Dan Sinclair
2018-01-30Combine more combo and list codeDan Sinclair
2018-01-29Cleanup some ChoiceList codeDan Sinclair
2018-01-29Add common base class between CXFA_FFComboBox and CXFA_FFListBoxDan Sinclair
2018-01-29Cleanup CXFA_Node visibilityDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Move barcode code to CXFA_BarcodeDan Sinclair
2018-01-29Change pageNums from uint16_t to uint32_txlou