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