summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_engine.cpp
AgeCommit message (Expand)Author
2018-10-18One more round of IWYU in fxjs/.Lei Zhang
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-10-12Do IWYU in xfa.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-28Stop using deprecated v8::ObjectTemplate::NewInstance().Lei Zhang
2018-08-28Initialize some CFXJSE_Engine members in the header.Lei Zhang
2018-08-23Fix shadowed variablesRyan 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-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-14Remove optional argument from GetVariablesThis().Tom Sepez
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-07-27Tag XFA data bound to V8 Objects.Tom Sepez
2018-07-25Move CXFA_ThisProxy helper to CXFA_Object.Tom Sepez
2018-07-24Remove lpClass argument from FXJSE_RetrieveObjectBinding()Tom Sepez
2018-07-23Tighten up ThisProxy casts.Tom Sepez
2018-07-23Remove argument from CFXJSE_Value::ToHostObject()Tom Sepez
2018-07-23Remove second argument to CFXJSE_Engine::ToObject()Tom Sepez
2018-07-23Replace CFXJSE_HostObject::type_ with polymorphic conversion methodsTom Sepez
2018-07-03Use unowned ptr to Node from outside XFA node tree.chromium/3481Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-06-04[xfa] Get properties from the non-xfa global if possibleDan Sinclair
2018-05-31Make FXJSE variable context compatible with FXJS.Tom Sepez
2018-05-25[xfa] Allow accessing the event changed parameter from JS.Dan Sinclair
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-03-27Remove CXFA_FFNotify proxy methodsDan Sinclair
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-09Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp}Tom Sepez
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-02Make global object function names clearer.Tom Sepez
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-10Make methods which create nodes more obviousDan Sinclair
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
2017-12-14Add type information to CJX_Object::GetPropertyDan Sinclair
2017-12-14Fold CXFA_ScriptData into CXFA_ScriptDan Sinclair
2017-12-13Methods are on CJX_Object not CJX_Node nowDan 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-04Remove SetResultCreateNodeDan Sinclair
2017-12-04Cleanup ResolveObjects params and returnDan Sinclair