summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2015-07-15Kill Func_Renderpage global function pointer, it never changes.Tom Sepez
2015-07-15Add missing reinterpret_cast from void to v8::Isolate*Jochen Eisinger
2015-07-15Plumb in an externally created v8::IsolateJochen Eisinger
2015-07-14Tighten up DEPS include rules.Tom Sepez
2015-07-01Fix some clang warnings with -Wmissing-braces in pdfium.Nico Weber
2015-06-30Revert "Redo range check in CPDF_SampledFunc::v_Call()."Tom Sepez
2015-06-30Redo range check in CPDF_SampledFunc::v_Call().Tom Sepez
2015-06-22Fix Javascript tests after commit f55771af6429.chromium/2445chromium/2444chromium/2443chromium/2442chromium/2441chromium/2440Lei Zhang
2015-06-22Cleanup: Remove more checks for new returning NULL.Lei Zhang
2015-06-22Cleanup: Remove CFX_MapPtrToPtr from fpdfppo.cpp.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-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-15Remove some dead code.Lei Zhang
2015-06-12Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAcc().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-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
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-06-05Cleanup: Make CPDF_Annot::m_pAnnotDict private.Lei Zhang
2015-06-05Fix bad include path in fpdfview.cppTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-02Automated test case for 487928.Tom Sepez
2015-06-02Fix heap use after free in Document::DoFieldDelay and Document::delayTom 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-20Tidy public fpdfview.h and fpdf_flatten.h.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-17Replace deprecated with non-deprecated V8 APIsJochen Eisinger
2015-05-15Fix leaks in the embedder tests themselves.Lei Zhang
2015-05-14Fix another batch of compiler warnings.Lei Zhang
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-05-13Set pointers in internal fields directly instead of wrapping themJochen Eisinger
2015-05-12Make (and verify) public/ files compile under C.Tom Sepez
2015-05-12NEW public API for pdfwindow font manipulation.chromium/2402chromium/2401chromium/2400Tom Sepez
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-08Better error from pdfium_test when page too big to render.Tom Sepez