summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-08Relax the check on 0 length streams.chromium/2531Lei Zhang
2015-10-08Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to ...David Lattimore
2015-10-07Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-07Update README.md to reflect added .png supportTom Sepez
2015-10-07Stop inlining CJBig2_BitStream.Lei Zhang
2015-10-07Fix the Windows build after commit 8a9ce57.Lei Zhang
2015-10-07Remove gotos in JBig2 code.Lei Zhang
2015-10-07Move build instructions to README.mdJochen Eisinger
2015-10-06Roll DEPS for v8 to 9081ee1.Lei Zhang
2015-10-07Fix include paths for fx_system.hDavid Lattimore
2015-10-06Remove unused global argument from FXJS_CONSTRUCTOR.Tom Sepez
2015-10-06Store object definition ID in each js_class.Tom Sepez
2015-10-06Run FXJS_V8 embedder tests against a shared isolate.Tom Sepez
2015-10-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Fix regression in JBIG2 decoding from commit ce37d73.chromium/2530chromium/2529Lei Zhang
2015-10-05Remove JavaScript.hTom Sepez
2015-10-05Original patch by forshaw.Tom Sepez
2015-10-05Disable JBIG2 cache; prevent data corruption - try 2.Lei Zhang
2015-10-04Fix a leak with g_DefaultGlobalObjectTemplate.chromium/2528Lei Zhang
2015-10-04Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj.Lei Zhang
2015-10-04Only call DefineJSObjects() once for the global V8 isolate.Lei Zhang
2015-10-04CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-03Fix NULL pointer dereference in CPDF_InterForm.Lei Zhang
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