summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_engine.h
AgeCommit message (Expand)Author
2018-10-18One more round of IWYU in fxjs/.Lei Zhang
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-08-31Use more UnownedPtrs in CFXJSE_Engine.Lei Zhang
2018-08-29Reduce the number of CFXJSE_ResolveProcessor::GetNodeHelper() calls.Lei Zhang
2018-08-29Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.Lei Zhang
2018-08-28Initialize some CFXJSE_Engine members in the header.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-14Remove optional argument from GetVariablesThis().Tom Sepez
2018-07-23Remove second argument to CFXJSE_Engine::ToObject()Tom Sepez
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-05-31Make FXJSE variable context compatible with FXJS.Tom Sepez
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan 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-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-01-05Convert GetSOMExpression methods to return WideStringRyan Harrison
2017-12-14Fold CXFA_ScriptData into CXFA_ScriptDan Sinclair
2017-12-11[xfa] Refactor CJX method signatures.Dan Sinclair
2017-12-07[xfa] Move JS method information to files.chromium/3288Dan Sinclair
2017-12-04Cleanup ResolveObjects params and returnDan Sinclair
2017-12-04Cleanup CFXJSE_Engine visibilityDan Sinclair
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-21Cleanup CXFA_ScriptDataDan Sinclair
2017-11-14Cleanup const refs and some enumsDan Sinclair
2017-11-06Consolidate CFXJSE_Engine constructionDan Sinclair
2017-11-06Move CXFA_ResolveProcessor to CFXJSE_ResolveProcessor.chromium/3261Dan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair