summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_engine.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-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
2017-12-04Cleanup CFXJSE engine and resolve processorDan Sinclair
2017-12-04Cleanup CFXJSE_Engine visibilityDan Sinclair
2017-12-04Remove unused XFA codedan sinclair
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-27Generate XFA node classesDan Sinclair
2017-11-21Cleanup CXFA_ScriptDataDan Sinclair
2017-11-16Convert TryCData and TryContent to optionalsDan Sinclair
2017-11-14Cleanup XFA default value codeDan Sinclair
2017-11-14Cleanup const refs and some enumsDan Sinclair