summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-01-31Remove handrolled search from GetEventParaInfoByNameRyan Harrison
2018-01-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Remove bare new from JS_Define.hTom Sepez
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Kill some bare |new|s in cjs_field.cppTom Sepez
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Fix broken XFA builds with new V8Ryan Harrison
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-23Tidy fxjs/cfxjse_isolatetracker.hTom Sepez
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-22Use MaybeLocal versions of v8::Script APIsAdam Klein
2018-01-17Pass Isolate to v8::String::Utf8Value APIAdam Klein
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-12Fix "the the" typos.Lei Zhang
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
2018-01-08Move proxy methods from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-05Convert CXFA_Node::GetLocaleName out param to returnchromium/3315chromium/3314chromium/3313Ryan Harrison
2018-01-05Convert GetSOMExpression methods to return WideStringRyan Harrison
2018-01-05Convert CXFA_NodeHelper::GetNameExpression to return WideStringRyan Harrison
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2018-01-04Make indices for CXFA_List be size_t instead of int32_tRyan Harrison
2018-01-04Make CXFA_List::GetLength return a size_tRyan Harrison
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
2018-01-04Make CXFA_WidgetData constructor protectedDan Sinclair