2015-10-24 |
Lei Zhang | Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_Page... |
tree | commitdiff |
2015-10-22 |
Dan Sinclair | Remove unused CPDFSDK_InterForm::DoFDFBuffer. |
tree | commitdiff |
2015-10-21 |
Tom Sepez | More master side changes for convergence with XFA. |
tree | commitdiff |
2015-10-21 |
Dan Sinclair | Remove FFL_Utils as it is unused. |
tree | commitdiff |
2015-10-20 |
Tom Sepez | Cosmetic changes in fsdk_define.h |
tree | commitdiff |
2015-10-20 |
Lei Zhang | Remove unused CFFL_Notify. |
tree | commitdiff |
2015-10-19 |
Lei Zhang | Remove dead code that was reactivated when fixing overr... |
tree | commitdiff |
2015-10-15 |
Tom Sepez | Introduce CPDFPageFromFPFDPage() |
tree | commitdiff |
2015-10-15 |
Tom Sepez | Fix layering violation in CPDF_Document::FromFPDFDocume... |
tree | commitdiff |
2015-10-14 |
Tom Sepez | Next round of master changes to match XFA |
tree | commitdiff |
2015-10-13 |
Tom Sepez | Revert "Remove IPDFSDK_AnnotHandler interface." |
tree | commitdiff |
2015-10-09 |
Tom Sepez | Pass IJS_Runtime, not IJS_Context, to native object... |
tree | commitdiff |
2015-10-09 |
Tom Sepez | Allow compiling PDFium without V8. |
tree | commitdiff |
2015-10-07 |
Tom Sepez | Rename IFXJS_Runtime and IFXJS_Context to IJS_. |
tree | commitdiff |
2015-10-06 |
Tom Sepez | Remove unused global argument from FXJS_CONSTRUCTOR. |
tree | commitdiff |
2015-10-06 |
Tom Sepez | Store object definition ID in each js_class. |
tree | commitdiff |
2015-10-06 |
Tom Sepez | Make the vast majority of JS headers private to src... |
tree | commitdiff |
2015-10-05 |
Tom Sepez | Remove JavaScript.h |
tree | commitdiff |
2015-10-05 |
Lei Zhang | Remove pointless CPDFSDK_PageView usage in CJS_Object... |
tree | commitdiff |
2015-10-05 |
Lei Zhang | Only call DefineJSObjects() once for the global V8... |
tree | commitdiff |
2015-10-04 |
Lei Zhang | CJS_Timer should observe CJS_Runtime destruction. |
tree | commitdiff |
2015-10-02 |
Tom Sepez | Pass v8::Isolate to PDFium at init time. |
tree | commitdiff |
2015-10-02 |
Lei Zhang | Do not call into formfiller code with a NULL PageView. |
tree | commitdiff |
2015-09-28 |
Tom Sepez | Introduce kPerIsolateDataIndex and tidy JS_Define.h |
tree | commitdiff |
2015-09-25 |
Tom Sepez | Revert "Revert "Merge to master: contention over isolat... |
tree | commitdiff |
2015-09-22 |
Tom Sepez | Revert "Merge to master: contention over isolate data... |
tree | commitdiff |
2015-09-22 |
Tom Sepez | Merge to master: contention over isolate data slots |
tree | commitdiff |
2015-09-22 |
Tom Sepez | Use std::set<> to track active event handlers. |
tree | commitdiff |
2015-09-21 |
Tom Sepez | Remove CJS_RuntimeFactory |
tree | commitdiff |
2015-09-21 |
Tom Sepez | More tidy of CJS_Object, kill implicit cast operator |
tree | commitdiff |
2015-09-17 |
Tom Sepez | Don't pass null isolates to FXJS_ when we have a real... |
tree | commitdiff |
2015-09-16 |
Tom Sepez | Remove several dead functions from fxjs_v8.{cpp,h}. |
tree | commitdiff |
2015-09-16 |
Tom Sepez | Ensure functions in FXJS_V8 are prefixed by FXJS_. |
tree | commitdiff |
2015-09-15 |
Tom Sepez | Check for empty embedder data before using it in PDFium... |
tree | commitdiff |
2015-09-15 |
Tom Sepez | Refactor fxjs_v8 and add embeddertests for it. |
tree | commitdiff |
2015-09-14 |
Tom Sepez | Get CJS_RuntimeFactory out of the CJS_GlobalData manage... |
tree | commitdiff |
2015-09-11 |
Tom Sepez | Fix strings, remove stringify macros, void return types... |
tree | commitdiff |
2015-09-11 |
Tom Sepez | Rename Init methods to more accurately describe purpose |
tree | commitdiff |
2015-09-10 |
Tom Sepez | Remove some abstractions in fxjs_v8.h. |
tree | commitdiff |
2015-09-01 |
Tom Sepez | Remove IPDFSDK_AnnotHandler interface. |
tree | commitdiff |
2015-09-01 |
Tom Sepez | CPDFSDK_MediaActionHandler is unused. |
tree | commitdiff |
2015-08-31 |
Tom Sepez | CJS_Context::compile unused |
tree | commitdiff |
2015-08-19 |
Tom Sepez | Extern in .cpp file is a code smell, part 2. |
tree | commitdiff |
2015-08-19 |
Tom Sepez | Extern in .cpp files is a code smell. |
tree | commitdiff |
2015-08-17 |
Tom Sepez | CFX_MapByteStringToPtr considered harmful. |
tree | commitdiff |
2015-08-17 |
Tom Sepez | js_global_data and global_alternate violate naming... |
tree | commitdiff |
2015-08-15 |
Lei Zhang | Fix a incorrectly placed comment from 0f6b51c |
tree | commitdiff |
2015-08-15 |
Lei Zhang | Clean: Fix some unneeded semi-colons and bad spacing. |
tree | commitdiff |
2015-08-14 |
Lei Zhang | Use override in more classes in fpdfsdk/ |
tree | commitdiff |
2015-08-14 |
Lei Zhang | Use override in more classes in core/ |
tree | commitdiff |
2015-08-13 |
Tom Sepez | Tidy up JS_Object.h and JS_Object.cpp. |
tree | commitdiff |
2015-08-13 |
Tom Sepez | Kill JS_TIMER_MAPARRAY |
tree | commitdiff |
2015-08-13 |
Lei Zhang | Remove if checks after new. |
tree | commitdiff |
2015-08-10 |
Lei Zhang | Cleanup: Mark methods with the override keyword. |
tree | commitdiff |
2015-08-06 |
Nico Weber | clang-format all pdfium code, again. |
tree | commitdiff |
2015-08-05 |
Jochen Eisinger | Don't dispose the isolate if its provided by the embedder |
tree | commitdiff |
2015-08-04 |
Tom Sepez | Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. |
tree | commitdiff |
2015-08-04 |
Nico Weber | clang-format all pdfium code. |
tree | commitdiff |
2015-07-27 |
Tom Sepez | Fix FX_BOOL compilation errors under windows |
tree | commitdiff |
2015-07-27 |
Tom Sepez | Kill FX_READER_DLL symbol |
tree | commitdiff |
2015-07-27 |
Tom Sepez | Revert "FX Bool considered harmful, part 3" |
tree | commitdiff |
2015-07-27 |
Tom Sepez | FX Bool considered harmful, part 3 |
tree | commitdiff |
2015-07-23 |
Tom Sepez | document.delay and document.external are boolean proper... |
tree | commitdiff |
2015-07-23 |
Tom Sepez | Revert "FX_BOOL considered harmful, part 2." |
tree | commitdiff |
2015-07-23 |
Tom Sepez | FX_BOOL considered harmful, part 2. |
tree | commitdiff |
2015-07-22 |
Lei Zhang | Remove dead code found by Scythe. |
tree | commitdiff |
2015-07-16 |
Tom Sepez | Tidy up CPDFDOC_Environment. |
tree | commitdiff |
2015-07-16 |
Jochen Eisinger | Make v8 embedder data slot configurable |
tree | commitdiff |
2015-07-15 |
Tom Sepez | Kill Func_Renderpage global function pointer, it never... |
tree | commitdiff |
2015-06-22 |
Lei Zhang | Cleanup: Remove more checks for new returning NULL. |
tree | commitdiff |
2015-06-22 |
Lei Zhang | Delete dead code for deleting pages and icons. |
tree | commitdiff |
2015-06-22 |
Lei Zhang | Cleanup: Remove dead formfiller code. |
tree | commitdiff |
2015-06-19 |
Lei Zhang | Replace CFX_MapPtrTemplate with std::map. |
tree | commitdiff |
2015-06-17 |
Tom Sepez | Replace some Release() calls with virtual destructors. |
tree | commitdiff |
2015-06-15 |
Lei Zhang | Do some IWYU cleanups. |
tree | commitdiff |
2015-06-11 |
Lei Zhang | Remove trailing whitespaces in fpdfsdk. |
tree | commitdiff |
2015-06-11 |
Lei Zhang | Cleanup: Get this rid of "this->" in fpdfsdk/ |
tree | commitdiff |
2015-06-10 |
Lei Zhang | Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that... |
tree | commitdiff |
2015-06-10 |
Tom Sepez | Remove typdefs for pointer types in fx_system.h. |
tree | commitdiff |
2015-06-09 |
Tom Sepez | Use stdint.h types throughout PDFium. |
tree | commitdiff |
2015-06-09 |
Tom Sepez | Remove more cruft from fx_system.h |
tree | commitdiff |
2015-05-28 |
Tom Sepez | Fix ALL the include guards. |
tree | commitdiff |
2015-05-27 |
Tom Sepez | Remove rendundant ../include from paths of files in... |
tree | commitdiff |
2015-05-18 |
Jochen Eisinger | Replace v8::Handle with v8::Local and v8::Persistent... |
tree | commitdiff |
2015-05-17 |
Jochen Eisinger | Replace deprecated with non-deprecated V8 APIs |
tree | commitdiff |
2015-05-14 |
Jochen Eisinger | Use phantom handles instead of weak handles |
tree | commitdiff |
2015-05-12 |
Tom Sepez | NEW public API for pdfwindow font manipulation. |
tree | commitdiff |
2015-05-11 |
Tom Sepez | Create top-level public/ header directory. |
tree | commitdiff |
2015-05-06 |
Scott Byer | Expose additional flags for rasterization. |
tree | commitdiff |
2015-04-30 |
Tom Sepez | Provide an array buffer allocator to V8. |
tree | commitdiff |
2015-04-24 |
Tom Sepez | Remove unused nParamNum values from JS method tables. |
tree | commitdiff |
2015-04-23 |
Tom Sepez | Kill overloaded cast operators in CJS_Value. |
tree | commitdiff |
2015-04-20 |
Tom Sepez | Remove Release() from IFX_Edit_UndoItem. |
tree | commitdiff |
2015-04-20 |
Tom Sepez | Remove release method from CBA_AnnotItetator. |
tree | commitdiff |
2015-04-17 |
Tom Sepez | Replace FX_NEW with new, remove tests from fpdfsdk |
tree | commitdiff |
2015-04-14 |
Tom Sepez | Kill CFX_Object. |
tree | commitdiff |
2015-04-08 |
Tom Sepez | Fix IWYU in formfiller/ directory. |
tree | commitdiff |
2015-04-07 |
Tom Sepez | Land on master: FFL_MIN and FFL_MAX are pointless and... |
tree | commitdiff |
2015-04-07 |
Tom Sepez | Fix windows compile class vs. struct confusion in e300c... |
tree | commitdiff |
2015-04-07 |
Tom Sepez | Fix IWYU in pdfwindow/ directory. |
tree | commitdiff |
next |