Age | Commit message (Expand) | Author |
2015-10-27 | Fix memory leak in FXJS_ReleaseRuntime. | Oliver Chang |
2015-10-09 | Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |
2015-10-07 | Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-06 | Remove unused global argument from FXJS_CONSTRUCTOR. | Tom Sepez |
2015-10-06 | Store object definition ID in each js_class. | Tom Sepez |
2015-10-06 | Run FXJS_V8 embedder tests against a shared isolate. | Tom Sepez |
2015-10-06 | Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-04 | Fix a leak with g_DefaultGlobalObjectTemplate.chromium/2528 | Lei Zhang |
2015-10-04 | Only call DefineJSObjects() once for the global V8 isolate. | Lei Zhang |
2015-10-03 | Refcount external V8 isolate initialization / release.chromium/2527 | Lei Zhang |
2015-10-02 | Pass v8::Isolate to PDFium at init time. | Tom Sepez |
2015-10-01 | Fix static initializer in fxjs_v8.cpp | Tom Sepez |
2015-09-30 | Add signatures to FXJS_V8. | Tom Sepez |
2015-09-28 | Introduce kPerIsolateDataIndex and tidy JS_Define.h | Tom Sepez |
2015-09-25 | Revert "Revert "Merge to master: contention over isolate data slots"" | Tom Sepez |
2015-09-22 | Revert "Merge to master: contention over isolate data slots" | Tom Sepez |
2015-09-22 | Merge to master: contention over isolate data slots | Tom Sepez |
2015-09-17 | Don't pass null isolates to FXJS_ when we have a real isolate. | Tom Sepez |
2015-09-16 | Remove several dead functions from fxjs_v8.{cpp,h}. | Tom Sepez |
2015-09-16 | Fix build broken at 506df426d5d6. | Tom Sepez |
2015-09-16 | Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-15 | Fix build broken at 09ed30750282 | Tom Sepez |
2015-09-15 | Refactor fxjs_v8 and add embeddertests for it. | Tom Sepez |
2015-09-11 | Fix strings, remove stringify macros, void return types for Consts.h. | Tom Sepez |
2015-09-10 | Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-09-10 | Fix JS_GetArrayElement to not return an empty handle on successchromium/2507 | Jochen Eisinger |
2015-08-31 | CJS_Context::compile unused | Tom Sepez |
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 | Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458 | Jochen Eisinger |
2015-06-11 | Remove trailing whitespaces in fpdfsdk. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-05-19 | Replace v8::Handle with v8::Local and v8::Persistent with v8::Global | Jochen Eisinger |
2015-05-17 | Replace deprecated with non-deprecated V8 APIs | Jochen Eisinger |
2015-05-14 | Use phantom handles instead of weak handles | Jochen Eisinger |
2015-05-13 | Set pointers in internal fields directly instead of wrapping them | Jochen Eisinger |
2015-04-23 | Remove unused nParamNum values from JS method tables. | Tom Sepez |
2015-04-17 | Replace FX_NEW with new, remove tests from fpdfsdk | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-09 | Fix reference to timezone variable - removed in VS 2015 | Bruce Dawson |
2015-03-02 | Return error information from pdfium to JS. | Tom Sepez |
2015-01-02 | Remove g_NaN global variable and its constructor. | Bruce Dawson |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson |
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu |