Age | Commit message (Expand) | Author |
2015-10-19 | Merge to XFA: Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-16 | Merge to XFA: Introduce CPDFPageFromFPFDPage() | Tom Sepez |
2015-10-16 | Merge to XFA: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. | Tom Sepez |
2015-10-15 | Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). | Tom Sepez |
2015-10-14 | Next round of XFA changes to match master. | Tom Sepez |
2015-10-14 | Merge to XFA: Add unit test for top-level bookmarks. | Tom Sepez |
2015-10-13 | Changes to XFA to more closely match master. | Tom Sepez |
2015-10-13 | Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |
2015-10-13 | Merge to XFA: Allow compiling PDFium without V8. | Tom Sepez |
2015-10-12 | Allow building of XFA branch without XFA | Tom Sepez |
2015-10-08 | Merge to XFA: Wean CJS_Value off of v8::Isolate. | Tom Sepez |
2015-10-08 | Merge to XFA: Fix a leak with g_DefaultGlobalObjectTemplate. | Lei Zhang |
2015-10-08 | Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. | Lei Zhang |
2015-10-08 | Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-08 | Merge to XFA: Refcount external V8 isolate initialization / release. | Lei Zhang |
2015-10-07 | Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR. | Tom Sepez |
2015-10-07 | Merge to XFA: Pass v8::Isolate to PDFium at init time. | Tom Sepez |
2015-10-06 | Merge to XFA: Store object definition ID in each js_class. | Tom Sepez |
2015-10-06 | Merge to XFA: Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-05 | Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_Emb... | Lei Zhang |
2015-10-05 | Merge to XFA: CJS_Timer should observe CJS_Runtime destruction. | Lei Zhang |
2015-10-05 | Merge to XFA: Remove JavaScript.h | Tom Sepez |
2015-10-03 | Merge to XFA: Do not call into formfiller code with a NULL PageView. | Lei Zhang |
2015-10-02 | XFA: Remove tests for new in fxge and fpdfsdk. | Lei Zhang |
2015-10-02 | XFA: Remove test for new. | Lei Zhang |
2015-10-02 | XFA: Remove more checks for new returning NULL. | Lei Zhang |
2015-10-02 | XFA: Remove checks for new returning NULL in fpdfsdk. | Lei Zhang |
2015-10-02 | Merge to XFA: Refactor some common code for bounding boxes. | Lei Zhang |
2015-10-02 | Merge to XFA: Fix static initializer in fxjs_v8.cpp | Tom Sepez |
2015-09-30 | Merge to XFA: Add signatures to FXJS_V8. | Tom Sepez |
2015-09-28 | Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h | Tom Sepez |
2015-09-28 | XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolates | Tom Sepez |
2015-09-23 | Merge to XFA: Allow external font-path configuration from pdfium_test. | Lei Zhang |
2015-09-22 | Merge to XFA: Use std::set<> to track active event handlers. | Tom Sepez |
2015-09-22 | XFA: contention between FXJSE and FXJS over isolate data slots | Tom Sepez |
2015-09-21 | Merge to XFA: Remove CJS_RuntimeFactory | Tom Sepez |
2015-09-21 | Merge to XFA:More tidy of CJS_Object, kill implicit cast operator | Tom Sepez |
2015-09-17 | Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. | Tom Sepez |
2015-09-17 | Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-17 | Merge to XFA: Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. | Tom Sepez |
2015-09-14 | Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management. | Tom Sepez |
2015-09-11 | Merge to XFA: Fix strings, ..., void return types for Consts.h. | Tom Sepez |
2015-09-11 | Merge to XFA: Rename Init methods to more accurately describe purpose | Tom Sepez |
2015-09-10 | Merge to XFA: Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-09-10 | Merge to XFA: Fix JS_GetArrayElement to not return an empty handle on success | Jochen Eisinger |
2015-09-10 | Merge to XFA: Resolve bad cast to CJS_EventHandler | foxit |
2015-09-09 | Merge to XFA:Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. | Tom Sepez |
2015-09-08 | Merge to XFA: Beef up app_props.in and tidy app.cpp. | Tom Sepez |
2015-09-08 | Merge to XFA: Change the JS app.viewerType() return value to "pdfium" | Lei Zhang |