summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_context.h
AgeCommit message (Expand)Author
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-07-24Remove lpClass argument from FXJSE_RetrieveObjectBinding()Tom Sepez
2018-07-19Remove some unused default values in cfxjse_context.h.Tom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-06-07Remove friending in CFXJSE_Context.Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom 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
2017-12-04XFA JS method cleanupdan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
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