summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_node.cpp
AgeCommit message (Expand)Author
2018-05-10Clean up post review commentsRyan Harrison
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-09Do not build PNG when codec is disabledRyan Harrison
2018-05-09Do not build TIFF when codec is disabledRyan Harrison
2018-05-07Restore logic of CreateChildUIAndValueNodesIfNeeded().Henrique Nakashima
2018-05-03[xfa] Verify field count before accessingDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-02Remove out params from CalculateAccWidthAndHeight. Return CFX_Size.Henrique Nakashima
2018-05-02Remove int out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform float out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform size out param from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform rect out param from reference to pointer in XFA code.Henrique Nakashima
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Split GetNumbericSymbol into individual methodsdan sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-09Revert "Remove CXFA nodes instead of CFX_XML nodes"dsinclair
2018-04-09Remove CXFA nodes instead of CFX_XML nodesDan Sinclair
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-04-04Fix XFA caret blinking only while mouse moves.chromium/3389Henrique Nakashima
2018-03-27Cleanup CXFA_LocaleMgrDan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Cleanup some CXFA_Node flags and methods.Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan 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-07Remove unused return values from CXFA_NodeDan Sinclair
2018-02-06Make the CXFA_Node parent pointer UnownedDan 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 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