summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_engine.cpp
AgeCommit message (Expand)Author
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
2017-11-08Convert XFA_ATTRIBUTE to an enum classDan Sinclair
2017-11-08Fix XFA_SCRIPTATTRIBUTEINFO attribute typeDan Sinclair
2017-11-06Consolidate CFXJSE_Engine constructionDan Sinclair
2017-11-06Cleanup some nits in CFXJSE_EngineDan Sinclair
2017-11-06Call CJX methods directly instead of proxyingDan Sinclair
2017-11-06Move CXFA_ResolveProcessor to CFXJSE_ResolveProcessor.chromium/3261Dan Sinclair
2017-11-02Cleanup params to CJX_Node::TryCDataDan Sinclair
2017-11-02Remove default value from CJX_Node::GetPropertyDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair