summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-03Refcount external V8 isolate initialization / release.chromium/2527Lei Zhang
2015-10-02Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-10-02Do not call into formfiller code with a NULL PageView.Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR().Lei Zhang
2015-10-02Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-10-02Turn a couple functions that always return true to return void.Lei Zhang
2015-10-02Fix PNG decoding divide by zero error due to zero row count.Lei Zhang
2015-10-02Correct mistakes in test case for 507316Tom Sepez
2015-10-01Fix static initializer in fxjs_v8.cppTom Sepez
2015-10-01Disable JBIG2 cache; prevent data corruptionLei Zhang
2015-10-01Clean up some image decoder classes:Lei Zhang
2015-10-01Cleanup JBig2_ArithIntDecoder.Lei Zhang
2015-10-01Revert "Leak per-isolate data in pdfium"Raymes Khoury
2015-09-30Add signatures to FXJS_V8.Tom Sepez
2015-09-30Leak per-isolate data in pdfiumchromium/2525chromium/2524Raymes Khoury
2015-09-29Cleanup CJBig2_ArithDecoder.Lei Zhang
2015-09-29Roll DEPS for v8 to d7f813b.Lei Zhang
2015-09-29Refactor some common code for bounding boxes.Lei Zhang
2015-09-29Fix blank page issue caused by too strict correction on bpcchromium/2523Jun Fang
2015-09-28Cleanup some fx_codec_fax.cpp code.Lei Zhang
2015-09-28Fix test diff caused by v8 version updateTom Sepez
2015-09-28Introduce kPerIsolateDataIndex and tidy JS_Define.hTom Sepez
2015-09-25Add Mac-specific pixel test expectations.chromium/2522chromium/2521Lei Zhang
2015-09-25Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf f...Jun Fang
2015-09-25Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"Jun Fang
2015-09-25Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf filesJun Fang
2015-09-25Revert "Revert "Merge to master: contention over isolate data slots""Tom Sepez
2015-09-24Fix a leak in CJBig2_Context.chromium/2520Lei Zhang
2015-09-24Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-23Fix a leak in CJBig2_CachePair.Lei Zhang
2015-09-23Flip conditionals to positive logic in pdfium_test.Lei Zhang
2015-09-23Fix a couple potential file handle leaks in pdfium_test.Lei Zhang
2015-09-22Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-09-22Revert "Merge to master: contention over isolate data slots"Tom Sepez
2015-09-22Merge to master: contention over isolate data slotsTom Sepez
2015-09-22Use std::set<> to track active event handlers.Tom Sepez
2015-09-22Add nonstd::unique_ptr move assigment operator.Tom Sepez
2015-09-22Add missing 'return' keyword.Lei Zhang
2015-09-22[Docs] Add wiki content to Markdown docsTom Sepez
2015-09-21Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517Tom Sepez
2015-09-21More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-17Don't pass null isolates to FXJS_ when we have a real isolate.Tom Sepez
2015-09-18Fix a #include in fpdf_page_func.cpp.David Lattimore
2015-09-16Remove several dead functions from fxjs_v8.{cpp,h}.Tom Sepez
2015-09-16Make pdfium_embeddertests link in debug component builds.chromium/2516chromium/2515chromium/2514chromium/2513chromium/2512chromium/2511Nico Weber
2015-09-16Fix build broken at 506df426d5d6.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-15Check for empty embedder data before using it in PDFium JS bindings.chromium/2510Tom Sepez
2015-09-15gyp_pdfium should use ninja by default.Lei Zhang