summaryrefslogtreecommitdiff
path: root/pdfium.gyp
AgeCommit message (Expand)Author
2015-09-24Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-22Add nonstd::unique_ptr move assigment operator.Tom Sepez
2015-09-16Make pdfium_embeddertests link in debug component builds.chromium/2516chromium/2515chromium/2514chromium/2513chromium/2512chromium/2511Nico Weber
2015-09-15Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-10Remove CJBig2_Object, CJBig2_Module, and friends.Lei Zhang
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-18Remove unused code warnings found by clang.Lei Zhang
2015-08-17Clean up IFX_BidiCharLei Zhang
2015-08-16Suppress -Wswitch for pdfium's fxge target for now.chromium/2487chromium/2486Nico Weber
2015-08-13Cleanup: Remove unused CPDF_Stream::Clone().Lei Zhang
2015-08-07Fix FXSYS_itoa() implementation.Tom Sepez
2015-07-30Use bundled freetype for the pdfium_test binary.Tom Sepez
2015-07-14Move FPDFAPI_FlateInit() prototype and friends to .h fileTom Sepez
2015-06-19Disintermediation.Tom Sepez
2015-06-19Move zlib to third_party/Tom Sepez
2015-06-18Move libopenjpeg to third_party/Tom Sepez
2015-06-17Revert "Move libopenjpeg to third_party/"Tom Sepez
2015-06-17Move libopenjpeg to third_party/Tom Sepez
2015-06-17Move libjpeg to third_party/Tom Sepez
2015-06-17Move lcms2 into third_partyTom Sepez
2015-06-16Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435Tom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-02Automated test case for 487928.Tom Sepez
2015-05-15Abort on OOM by default in FX_Alloc().Tom Sepez
2015-05-12Make (and verify) public/ files compile under C.Tom Sepez
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-08Move function prototypes to new doc_utils.h fileTom Sepez
2015-04-10Don't call FPDF_InitLibrary() in individual unit_tests.Tom Sepez
2015-04-07Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-04-03Add embedder test comparing with the last patch.JUN FANG
2015-03-19Fix subtle issues in opj_skip_from_memory and add unit tests.Tom Sepez
2015-02-27Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-27Pull in gmock for standalone pdfium builds.Tom Sepez
2015-02-24Add small flate decode unit test.Tom Sepez
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Initialize V8 outside of PDFium.John Abd-El-Malek
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Remove OpenJPEG header generator binary from PDFium build.chromium/2295John Abd-El-Malek
2015-02-01Fix GN PDFium build when building all.chromium/2294chromium/2293John Abd-El-Malek
2015-02-01Always use the FreeType headers included in PDFium.John Abd-El-Malek
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2015-01-27Add embedder test for stream length beyond end of file.Tom Sepez
2015-01-23Fix test naming in previous commit.Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA.Tom Sepez
2015-01-22Add API tests: NamedDestsByName, DestGetPageIndex.Tom Sepez
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-16Follow-on to pdfium_embeddertests.Tom Sepez
2015-01-15Create first pdfium embedder test.Tom Sepez