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