summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2017-10-18Cleanup nits in cxfa_ffdocviewchromium/3244Dan Sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-10-02More define cleanupDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-26Remove font default paramsDan Sinclair
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan Sinclair
2017-09-21Move CFGAS_PDFFontMgr to the CXFA_FFDocDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-21Move CXFA_PDFFontMgr to CFGAS_PDFFontMgrDan Sinclair
2017-09-21Add embeddertest for CFWL_EditDan Sinclair
2017-09-20Add in missed parse recursion depth checksRyan Harrison
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-19Convert selection to use count instead of end indexDan Sinclair
2017-09-19IWYU: Explicitly include <stdint.h> in some headers.Raphael Kubo da Costa
2017-09-18Convert string class namesRyan Harrison
2017-09-15Simplify a couple of CXFA_Node methods.Lei Zhang
2017-09-15Fix nullptr dereference in XFA_Node::SetScriptContent().Lei Zhang
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-09-07Roll DEPS for build to a049c43.Lei Zhang
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-06GUID cleanupDan Sinclair
2017-09-05Split fx_guid from fx_extensionDan Sinclair
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Fix integer overflow in Buffer_itoa when passing INT_MIN.Henrique Nakashima
2017-08-31Clean up of typing in lexer codeRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-30Rebuild CFDE_TextEditEngine.Dan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-29Remove an unused CXFA_FFDoc method.chromium/3200Lei Zhang
2017-08-29Fix incorrectly guarded lexer advancement in FormCalc parserRyan Harrison
2017-08-23Reduce FM2JS parser depth limit to avoid memory exhaustionRyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-21Cleanup CFDE_TextOutDan Sinclair
2017-08-17Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189Lei Zhang
2017-08-17Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&.Lei Zhang