Age | Commit message (Expand) | Author |
2018-10-15 | Make fxjs/ pass gn check. | Lei Zhang |
2018-10-13 | Fix v8 ToLocalChecked() failure in CJS_Runtime. | Lei Zhang |
2018-10-12 | Remove more unnecessary includes and do IWYU as needed. | Lei Zhang |
2018-10-09 | Do IWYU for ptr_util.h. | Lei Zhang |
2018-08-29 | Stop using deprecated V8 APIs in CJS_Runtime. | Lei Zhang |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-07-16 | Make JSGetObject<C>() return UnownedPtr<C>. | Tom Sepez |
2018-07-16 | Use UnownedPtr<> to v8::Isolates. | Tom Sepez |
2018-07-11 | Use JSGetObject() in more places.chromium/3489 | Lei Zhang |
2018-07-02 | Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup | 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-05 | Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451 | Tom Sepez |
2018-06-04 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-05-17 | Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> | Dan Sinclair |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-18 | Always build JS Runtime stubs even if V8 present. | Tom Sepez |
2018-02-05 | Fold CJS_EmbedObj classes into CJS_Object classes | Dan Sinclair |
2018-02-02 | Remove V8 context from CJS_V8 | Tom Sepez |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-01 | Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers | Tom Sepez |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2017-12-07 | Fix WideString::Format instances that should use %ls | Ryan Harrison |
2017-11-16 | Make WideString::{Format|FormatV} static | Dan Sinclair |
2017-10-30 | Rename global data files to match contents | Dan Sinclair |
2017-10-30 | Move fpdfsdk/javascript to fxjs/ | Dan Sinclair |