summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_context.cpp
AgeCommit message (Expand)Author
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-08-30Stop using deprecated V8 APIs in CFXJSE_Context.Lei Zhang
2018-08-28Make built-in JS console compatible with Adobe's console.Henrique Nakashima
2018-07-24Remove lpClass argument from FXJSE_RetrieveObjectBinding()Tom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-06-08Fix issue with resolveNodes() not found off global proxy object.Tom Sepez
2018-06-07Remove friending in CFXJSE_Context.Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-06-06Better error reporting on XFA JS errorsTom Sepez
2018-05-31[xfa] Remove unused methods from CFXJSE_ScopeUtil_IsolateHandleContextDan Sinclair
2018-05-30[xfa] Dump JS errors to console in debug modechromium/3446Dan Sinclair
2018-04-06Avoid uninitialized internal fields in V8 global objects.Tom Sepez
2018-02-09Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp}Tom Sepez
2018-02-08Make CFXJS_Engine::SetObjectPrivate() static.Tom Sepez
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-01-24Fix broken XFA builds with new V8Ryan Harrison
2018-01-22Use MaybeLocal versions of v8::Script APIsAdam Klein
2017-12-04XFA JS method cleanupdan sinclair
2017-12-04Remove unused XFA codedan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-07-26Use method to get global objectDan Sinclair
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-02Tag FXJSE's V8 objects as such.Tom Sepez
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-03Remove FX_BOOL entirely.tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair