Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | Wean CJS_Value off of v8::Isolate. | Tom Sepez | |
CJS_Values should belong to CJS_Runtimes so that we may eventually cram much of the v8 dependencies down into fxjs. This is a first step; the remaining split in this code between isolate and CJS_Runtime goes away when fxjs provides a CFXJS_Runtime object, and the CJS_Runtime is-a/has-a CFXJS_Runtime. But that can't happen until this is resolved. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1394103002 . | |||
2015-10-06 | Make the vast majority of JS headers private to src/javascript. | Tom Sepez | |
The fpdfsdk/include/javascript/IJavascript.h is the sole API. This required moving a creaton method to it from JS_Runtime. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1389783002 . |