Age | Commit message (Expand) | Author |
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 |
2015-09-01 | Merge to XFA: CPDFSDK_MediaActionHandler is unused. | Tom Sepez |
2015-09-01 | Merge to XFA: CJS_Context::compile unused | Tom Sepez |
2015-08-31 | Merge to XFA: Fix two issues shown by bug 489995 | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-17 | Merge to XFA: Fix more sign comparison errors. | Lei Zhang |
2015-08-17 | Merge to XFA: js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-14 | Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-14 | Merge to XFA: Add new public APIs to find the z-order for links and widgets. | Lei Zhang |
2015-08-13 | Merge to XFA: Cleanup: s/Torelance/Tolerance/ | Lei Zhang |
2015-08-13 | Merge to XFA: Tidy up JS_Object.h and JS_Object.cpp. | Tom Sepez |
2015-08-13 | Merge to XFA: Kill JS_TIMER_MAPARRAY | Tom Sepez |
2015-08-13 | Merge to XFA: Remove if checks after new. | Lei Zhang |
2015-08-11 | Fix some sign comparison warnings. | Lei Zhang |
2015-08-11 | Merge to XFA: Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-10 | Merge to XFA: Cleanup: Mark methods with the override keyword. | Lei Zhang |
2015-08-10 | Merge to XFA: Cleanup: Remove dead formfiller code. | Lei Zhang |
2015-08-06 | XFA: clang-format all pdfium code, again. | Nico Weber |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-05 | Merge to XFA: CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-05 | Merge to XFA: Don't dispose the isolate if its provided by the embedder | Jochen Eisinger |
2015-08-04 | Merge to XFA: Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-31 | Merge to XFA: Name IFX_SysFontInfo subclasses consistently. | Tom Sepez |
2015-07-30 | Merge to XFA: Plumb in an externally created v8::Isolate | Jochen Eisinger |
2015-07-28 | Merge to XFA: Fix segv above CPDFSDK_Document::GetPageView() | Tom Sepez |
2015-07-27 | Fix FX_BOOL / int inconsistencies, XFA branch | Tom Sepez |
2015-07-27 | Stray character in Document.cpp | Tom Sepez |
2015-07-24 | Merge to XFA: document.delay and document.external are boolean properties. | Tom Sepez |
2015-07-23 | Merge to XFA: FX_BOOL combo patch. | Tom Sepez |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-17 | Merge to XFA: Tidy up CPDFDOC_Environment. | Tom Sepez |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |