summaryrefslogtreecommitdiff
path: root/fxjs/xfa
AgeCommit message (Expand)Author
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-03-27Remove CXFA_FFNotify proxy methodsDan Sinclair
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-14Fix lifetime probe issue in CJX_Objectchromium/3348Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan 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-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-02-08Move XFA-specific methods out of CJS_V8.Tom Sepez
2018-01-31Remove handrolled search from GetEventParaInfoByNameRyan Harrison
2018-01-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-23Use accessor for WidgetAccDan Sinclair
2018-01-22Convert CXFA_EventParam to store a CXFA_NodeDan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2018-01-22Remove CXFA_WidgetAcc from CXFA_FFNotifyDan Sinclair
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-22Change GetContainerWidgetAcc to GetContainerNodeDan 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-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-11Rename CXFA_Box methods to make return clearerDan 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 GetFormValue to GetFormValueIfExistsDan Sinclair
2018-01-11Rename Getvalidate and GetOrCreateValidateDan Sinclair
2018-01-10Rename GetTemplateNode to GetTemplateNodeIfExistsDan Sinclair
2018-01-10Rename GetOccur to GetOccurIfExistsDan Sinclair
2018-01-10Rename GetOrCreateFont to GetOrCreateFontIfPossibleDan Sinclair
2018-01-10Rename GetOrCreateBorder to GetOrCreateBorderIfPossibleDan 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-08Move CXFA_WidgetAcc from CJX_Object to CXFA_ObjectDan Sinclair