summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/JS_Runtime.cpp
AgeCommit message (Expand)Author
2015-09-21Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517Tom Sepez
2015-09-17Don't pass null isolates to FXJS_ when we have a real isolate.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-15Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-14Get CJS_RuntimeFactory out of the CJS_GlobalData management business.Tom Sepez
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-11Rename Init methods to more accurately describe purposeTom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-08-05Don't dispose the isolate if its provided by the embedderchromium/2474Jochen Eisinger
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-22Remove dead code found by Scythe.Lei Zhang
2015-07-16Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-16Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458Jochen Eisinger
2015-07-15Add missing reinterpret_cast from void to v8::Isolate*Jochen Eisinger
2015-07-15Plumb in an externally created v8::IsolateJochen Eisinger
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-04-30Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388Tom Sepez
2015-02-25Kill off unused IFXJS interface methods.Tom Sepez
2015-02-04Initialize V8 outside of PDFium.John Abd-El-Malek
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-11-14Change from 'this' to L'this' and remove the cast that was hiding this mismatch.Bo Xu
2014-09-22Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167Jochen Eisinger
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-17Hook up the default v8::Platform implementation to pdfiumJochen Eisinger
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-20Add some blank lines at the end of 3 files to remove the "no newlines at end ...John Abd-El-Malek
2014-05-20Remove "using namespace v8" in header. This allows us to turn all warnings in...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek