Age | Commit message (Expand) | Author |
2015-10-20 | Add type cast definitions for CPDF_Dictionary. | Dan Sinclair |
2015-10-19 | Remove unused CFFL_Notify. | Lei Zhang |
2015-10-19 | Fix some override warnings in fpdfview.cpp. | Lei Zhang |
2015-10-19 | Remove dead code that was reactivated when fixing overrides.chromium/2545chromium/2544chromium/2543chromium/2542chromium/2541 | Lei Zhang |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-16 | DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. | Tom Sepez |
2015-10-15 | Introduce CPDFPageFromFPFDPage() | Tom Sepez |
2015-10-15 | Fix layering violation in CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Introduce CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Next round of master changes to match XFA | Tom Sepez |
2015-10-14 | Add unit test for top-level bookmarks. | Tom Sepez |
2015-10-13 | Revert "Remove IPDFSDK_AnnotHandler interface."chromium/2535 | Tom Sepez |
2015-10-13 | Changes to master to more closely match XFA. | Tom Sepez |
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 | 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-05 | Remove JavaScript.h | Tom Sepez |
2015-10-04 | Fix a leak with g_DefaultGlobalObjectTemplate.chromium/2528 | Lei Zhang |
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-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-02 | Do not call into formfiller code with a NULL PageView. | Lei Zhang |
2015-10-01 | Fix static initializer in fxjs_v8.cpp | Tom Sepez |
2015-10-01 | Revert "Leak per-isolate data in pdfium" | Raymes Khoury |
2015-09-30 | Add signatures to FXJS_V8. | Tom Sepez |
2015-09-30 | Leak per-isolate data in pdfiumchromium/2525chromium/2524 | Raymes Khoury |
2015-09-29 | Refactor some common code for bounding boxes. | 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 | Fix build broken at 506df426d5d6. | 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 | Fix typo from commit a9d4bc5. (Autocomplete fail) | Lei Zhang |
2015-09-15 | Fix build on Windows after commit 0b3c8f7. | Lei Zhang |
2015-09-15 | Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Fix build broken at 09ed30750282 | Tom Sepez |