summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_node.cpp
AgeCommit message (Expand)Author
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-09-18Transfer ownership of nodes to top-level XML docRyan Harrison
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-07-25Move CXFA_ThisProxy helper to CXFA_Object.Tom Sepez
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-17Use IFX_SeekableStream in xfa_utilsdan sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-01-31Remove handrolled search from GetEventParaInfoByNameRyan Harrison
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-22Move the UI elements from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-10Verify GetOrCreate results are checkedDan Sinclair
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-10Make methods which create nodes more obviousDan Sinclair
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
2017-12-14Add type information to CJX_Object::GetPropertyDan Sinclair
2017-12-14Create classes for XFA JS objectsDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-12-13Move remaining Script_ methods to CJX_ObjectDan Sinclair
2017-12-13Move Script_Som_* methods to CJX_ObjectDan Sinclair
2017-12-12Move Script_Som_*Message methods to CJX_ObjectDan Sinclair
2017-12-12Move Script_Som_{Fill|Font}Color to CJX_ObjectDan Sinclair
2017-12-12Move Script_Som_Border{Width|Color} to CJX_ObjectDan Sinclair
2017-12-12Move Script_Attribute_Integer to CJX_ObjectDan Sinclair
2017-12-12Remove unused script attribute methodsDan Sinclair
2017-12-12Move Script_Attribute_BOOL to CJX_ObjectDan Sinclair
2017-12-12Move Script_Attribute_String to CJX_ObjectDan Sinclair
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-12-11[xfa] Move CJX code into fxjs/xfaDan Sinclair