Age | Commit message (Expand) | Author |
2015-10-09 | Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |
2015-10-09 | Allow compiling PDFium without V8. | Tom Sepez |
2015-10-08 | Wean CJS_Value off of v8::Isolate. | 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 | 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-01 | Revert "Leak per-isolate data in pdfium" | Raymes Khoury |
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-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 | Fix build broken at 506df426d5d6. | 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-09-10 | Resolve bad cast to CJS_EventHandler | foxit |
2015-09-08 | Beef up app_props.in and tidy app.cpp. | Tom Sepez |
2015-09-08 | Change the JS app.viewerType() return value to "pdfium" | Lei Zhang |
2015-08-31 | CJS_Context::compile unused | Tom Sepez |
2015-08-31 | Fix two issues shown by bug 489995 | 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 | Fix more sign comparison errors. | Lei Zhang |
2015-08-17 | js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-14 | Use override in more classes in fpdfsdk/ | 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-11 | Fix some sign comparison warnings. | 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 | Quick fix in Consts.cpp to make tests pass after the clang-format CL. | Lei Zhang |
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 | 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-23 | Fix FX_BOOL type mismatches. | Tom Sepez |