summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_eventpseudomodel.cpp
AgeCommit message (Expand)Author
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom 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-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-25[xfa] Add missing xfa.event.cancelAction propertyDan Sinclair
2018-05-25[xfa] Clamp selStart, selEnd values in CJX_EventPseudoModelDan Sinclair
2018-05-25[xfa] Restrict the editable xfa.change propertiesDan Sinclair
2018-05-25[xfa] Rename pValue to pReturn for clarityDan Sinclair
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-22Convert CXFA_EventParam to store a CXFA_NodeDan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2017-12-14Create classes for XFA JS objectsDan Sinclair
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-12-11[xfa] Move CJX code into fxjs/xfaDan Sinclair