summaryrefslogtreecommitdiff
path: root/fxjs/cjs_runtime.cpp
AgeCommit message (Expand)Author
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-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-05-17Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>Dan Sinclair
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-18Always build JS Runtime stubs even if V8 present.Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-02Remove V8 context from CJS_V8Tom Sepez
2018-02-02Make global object function names clearer.Tom Sepez
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-10-30Rename global data files to match contentsDan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair