summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2015-10-05Fix v8 isolate initialization / release, M46 edition.Lei Zhang
2015-10-05Merge to M46: CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-05Merge to M46: Do not call into formfiller code with a NULL PageView.Lei Zhang
2015-09-21Merge to M46: Check for empty embedder data before using it in PDFium JS bind...Lei Zhang
2015-09-15Merge to M46: Fix JS_GetArrayElement to not return an empty handle on successLei Zhang
2015-09-15Merge to M46: Resolve bad cast to CJS_EventHandlerLei Zhang
2015-09-15Merge to M46: Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot.Lei Zhang
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-17Fix more sign comparison errors.Lei Zhang
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-14Add new public APIs to find the z-order for links and widgets.chromium/2485chromium/2484Lei Zhang
2015-08-14Don't bother checking pointers before delete[] and FX_Free().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-13Cleanup: s/Torelance/Tolerance/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-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-13Revert "Allow external font-path configuration from pdfium_test."Tom Sepez
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-11Fix some sign comparison warnings.Lei Zhang
2015-08-11Remove dead code from CPDF_Metadata. Add missing nullptr check.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-05CPDF_Parser shouldnt be in the business of opening filesTom Sepez
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-04Quick fix in Consts.cpp to make tests pass after the clang-format CL.Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-31Name IFX_SysFontInfo subclasses consistently.Tom Sepez
2015-07-28Fix segv above CPDFSDK_Document::GetPageView()chromium/2473chromium/2472chromium/2471chromium/2470chromium/2469chromium/2468Tom Sepez
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-23Fix FX_BOOL type mismatches.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-22Remove dead code found by Scythe.Lei Zhang
2015-07-17Refactor progressive renderer class.chromium/2467chromium/2466chromium/2465chromium/2464chromium/2463chromium/2462chromium/2461Tom Sepez
2015-07-16Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-07-16Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458Jochen Eisinger