summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2015-09-15Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-14Get CJS_RuntimeFactory out of the CJS_GlobalData management business.Tom Sepez
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-11Rename Init methods to more accurately describe purposeTom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-01Remove IPDFSDK_AnnotHandler interface.Tom Sepez
2015-09-01CPDFSDK_MediaActionHandler is unused.Tom Sepez
2015-08-31CJS_Context::compile unusedTom Sepez
2015-08-19Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-17js_global_data and global_alternate violate naming rules.Tom Sepez
2015-08-14Fix a incorrectly placed comment from 0f6b51cLei Zhang
2015-08-14Clean: Fix some unneeded semi-colons and bad spacing.Lei Zhang
2015-08-14Use override in more classes in fpdfsdk/Lei Zhang
2015-08-14Use override in more classes in core/Lei Zhang
2015-08-13Tidy up JS_Object.h and JS_Object.cpp.Tom Sepez
2015-08-13Kill JS_TIMER_MAPARRAYTom Sepez
2015-08-13Remove if checks after new.Lei Zhang
2015-08-10Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479Lei Zhang
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-05Don't dispose the isolate if its provided by the embedderchromium/2474Jochen Eisinger
2015-08-04Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Fix FX_BOOL compilation errors under windowsTom Sepez
2015-07-27Kill FX_READER_DLL symbolTom Sepez
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23document.delay and document.external are boolean properties.Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-22Remove dead code found by Scythe.Lei Zhang
2015-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-07-16Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458Jochen Eisinger
2015-07-15Kill Func_Renderpage global function pointer, it never changes.Tom Sepez
2015-06-22Cleanup: Remove more checks for new returning NULL.Lei Zhang
2015-06-22Delete dead code for deleting pages and icons.Lei Zhang
2015-06-22Cleanup: Remove dead formfiller code.Lei Zhang
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-11Cleanup: Get this rid of "this->" in fpdfsdk/Lei Zhang
2015-06-10Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-27Remove rendundant ../include from paths of files in include/ directoryTom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger