summaryrefslogtreecommitdiff
path: root/fxjs/cjs_global.cpp
AgeCommit message (Expand)Author
2018-10-17Nest CJS_GlobalData_Element in CJS_GlobalData.Tom Sepez
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-09-14Use unique_ptr<> in CJS_GlobalVariableArray::Add().Tom Sepez
2018-08-28Stop using deprecated V8 APIs in CJS_Global.chromium/3537chromium/3536Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-26Fix usage of deprecated V8 Value::ToString methodDan Elphick
2018-07-16Make JSGetObject<C>() return UnownedPtr<C>.Tom Sepez
2018-07-12Use JSGetObject() in even more places.Lei Zhang
2018-07-11Check GetObjDefnID() in various JS functions.Lei Zhang
2018-07-11Fix some nits in fxjs code.Lei Zhang
2018-06-28Replace DCHECKs with ASSERTs.Lei Zhang
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-11Use spans in CJS_Object.Tom Sepez
2018-06-08Remove CJS_Object::InitInstance().Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-06Remove still more v8::Context slot usage.chromium/3452Tom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-03-21Replace deprecated SetNamedPropertyHandlerFranziska Hinkelmann
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-05Remove the CJS_EmbedObj template param from JSConstructor.Dan Sinclair
2018-02-05Use unique pointer in CFXJS_PerObjectData.Tom Sepez
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-01-17Pass Isolate to v8::String::Utf8Value APIAdam Klein
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-10-30Convert JS resource into enum classchromium/3254Dan Sinclair
2017-10-30Rename global data files to match contentsDan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair