summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
AgeCommit message (Expand)Author
2018-03-20Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377Lei Zhang
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Set node to owning elementDan Sinclair
2018-02-14Cleanup some CXFA_Node flags and methods.Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-13Convert ASSERT to PDFIUM_IMMEDIATE_CRASHDan Sinclair
2018-02-13Add previous sibling pointer to CXFA_NodeDan Sinclair
2018-02-13Add tests for CXFA_Node child manipulationDan Sinclair
2018-02-12Cleanup CXFA_Node tree pointerschromium/3346Dan Sinclair
2018-02-08Revert "Convert CXFA_Node to store a vector of children"dsinclair
2018-02-08Convert CXFA_Node to store a vector of childrenDan Sinclair
2018-02-07Make xfa_fxfa_parser target jumbo capable.Lei Zhang
2018-02-07Remove unused return values from CXFA_NodeDan Sinclair
2018-02-06Make the CXFA_Node parent pointer UnownedDan Sinclair
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
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-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Shuffle more code out of CXFA_NodeDan Sinclair
2018-01-30Move CheckButton code from CXFA_Node to CXFA_CheckButtonDan Sinclair
2018-01-29Cleanup some ChoiceList codeDan 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-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-24Move retrieval of UIChild earlier in CreateUIChildDan Sinclair
2018-01-24Rename eUIType for clarityDan Sinclair
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Cleanup CreateUIChild pUI usageDan Sinclair
2018-01-24Update code to assume a Value node exists.Dan Sinclair
2018-01-24Make CreateUIChild a method of CXFA_NodeDan Sinclair
2018-01-24Clarify CreateUIChild is only for Field or Draw elementsDan Sinclair
2018-01-23Remove CXFA_Node::GetNode and m_pNodeDan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair