summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_node.h
AgeCommit message (Expand)Author
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-01Initialize more CXFA_Node members in the header.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-21Fix some IWYU issues in xfa/fxfa/.Lei Zhang
2018-08-20Fix nits in CXFA_Node.Lei Zhang
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom Sepez
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-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
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 CXFA_Node ownershipDan 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 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-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Make CreateUIChild a method of CXFA_NodeDan Sinclair
2018-01-23Remove CXFA_Node::GetNode and m_pNodeDan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2018-01-22Change GetContainerWidgetAcc to GetContainerNodeDan Sinclair
2018-01-22Move WidgetAcc and IsWidgetReady to CXFA_NodeDan Sinclair
2018-01-22Move IsNull and PreNull to CXFA_NodeDan Sinclair
2018-01-22Move the UI elements from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-11Rename GetExclGroup to GetExclGroupIfExistsDan Sinclair
2018-01-11Rename GetItem to GetItemIfExistsDan Sinclair
2018-01-11Rename CreateInstance to CreateInstanceIfPossibleDan Sinclair
2018-01-11Cleanup duplicate CXFA_Node accessorsDan Sinclair
2018-01-11Rename GetBind to GetBindIfExistsDan Sinclair
2018-01-11Rename GetFormValue to GetFormValueIfExistsDan Sinclair