Age | Commit message (Expand) | Author |
2015-10-06 | Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-05 | Remove JavaScript.h | Tom Sepez |
2015-10-04 | Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj. | Lei Zhang |
2015-10-04 | Only call DefineJSObjects() once for the global V8 isolate. | Lei Zhang |
2015-10-04 | CJS_Timer should observe CJS_Runtime destruction. | Lei Zhang |
2015-10-02 | Pass v8::Isolate to PDFium at init time. | Tom Sepez |
2015-10-02 | Do not call into formfiller code with a NULL PageView. | Lei Zhang |
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-22 | Use std::set<> to track active event handlers. | Tom Sepez |
2015-09-21 | Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517 | Tom Sepez |
2015-09-21 | More tidy of CJS_Object, kill implicit cast operator | 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 | Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-15 | Check for empty embedder data before using it in PDFium JS bindings.chromium/2510 | 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-09-01 | Remove IPDFSDK_AnnotHandler interface. | Tom Sepez |
2015-09-01 | CPDFSDK_MediaActionHandler is unused. | Tom Sepez |
2015-08-31 | CJS_Context::compile unused | Tom Sepez |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
2015-08-17 | js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-14 | Fix a incorrectly placed comment from 0f6b51c | Lei Zhang |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-13 | Tidy up JS_Object.h and JS_Object.cpp. | Tom Sepez |
2015-08-13 | Kill JS_TIMER_MAPARRAY | Tom Sepez |
2015-08-13 | Remove if checks after new. | Lei Zhang |
2015-08-10 | Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479 | Lei Zhang |
2015-08-06 | clang-format all pdfium code, again. | Nico Weber |
2015-08-05 | Don't dispose the isolate if its provided by the embedderchromium/2474 | Jochen Eisinger |
2015-08-04 | Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. | Tom Sepez |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Fix FX_BOOL compilation errors under windows | Tom Sepez |
2015-07-27 | Kill FX_READER_DLL symbol | Tom Sepez |
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 | document.delay and document.external are boolean properties. | 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 |