Age | Commit message (Expand) | Author |
2015-07-14 | Tighten up DEPS include rules. | Tom Sepez |
2015-07-01 | Fix some clang warnings with -Wmissing-braces in pdfium. | Nico Weber |
2015-06-30 | Revert "Redo range check in CPDF_SampledFunc::v_Call()." | Tom Sepez |
2015-06-30 | Redo range check in CPDF_SampledFunc::v_Call(). | Tom Sepez |
2015-06-22 | Fix Javascript tests after commit f55771af6429.chromium/2445chromium/2444chromium/2443chromium/2442chromium/2441chromium/2440 | Lei Zhang |
2015-06-22 | Cleanup: Remove more checks for new returning NULL. | Lei Zhang |
2015-06-22 | Cleanup: Remove CFX_MapPtrToPtr from fpdfppo.cpp. | Lei Zhang |
2015-06-22 | Delete dead code for deleting pages and icons. | Lei Zhang |
2015-06-22 | Cleanup: Remove dead formfiller code. | Lei Zhang |
2015-06-19 | Replace CFX_MapPtrTemplate with std::map. | Lei Zhang |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-17 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Remove some dead code. | Lei Zhang |
2015-06-12 | Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAcc(). | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in fpdfsdk. | Lei Zhang |
2015-06-11 | Cleanup: Get this rid of "this->" in fpdfsdk/ | Lei Zhang |
2015-06-10 | Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430 | Tom Sepez |
2015-06-10 | Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-05 | Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-05 | Fix bad include path in fpdfview.cpp | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-02 | Automated test case for 487928. | Tom Sepez |
2015-06-02 | Fix heap use after free in Document::DoFieldDelay and Document::delay | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-27 | Remove rendundant ../include from paths of files in include/ directory | Tom Sepez |
2015-05-20 | Tidy public fpdfview.h and fpdf_flatten.h. | Tom Sepez |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Replace v8::Handle with v8::Local and v8::Persistent with v8::Global | Jochen Eisinger |
2015-05-17 | Replace deprecated with non-deprecated V8 APIs | Jochen Eisinger |
2015-05-15 | Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-14 | Use phantom handles instead of weak handles | Jochen Eisinger |
2015-05-13 | Set pointers in internal fields directly instead of wrapping them | Jochen Eisinger |
2015-05-12 | Make (and verify) public/ files compile under C. | Tom Sepez |
2015-05-12 | NEW public API for pdfwindow font manipulation.chromium/2402chromium/2401chromium/2400 | Tom Sepez |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-08 | Better error from pdfium_test when page too big to render. | Tom Sepez |
2015-05-05 | Expose additional flags for rasterization. | Scott Byer |
2015-04-30 | Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388 | Tom Sepez |
2015-04-27 | Fix windows-specific usage of CFX_WideStr::operator LPCWSTR(). | Tom Sepez |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Remove unused nParamNum values from JS method tables. | Tom Sepez |