summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-24Merge to M47: Add a missing setjmp() to CCodec_JpegDecoder::v_GetNextLine().chromium/2526Oliver Chang
2015-11-24Merge to M47: Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORDOliver Chang
2015-11-13Merge to M47: Fix extraction of colour components in CPDF_DIBSource::DownSamp...Oliver Chang
2015-11-13Merge to M47: Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-11Merge to M47: Prevent buffer underflow in CPDF_TextObject::CalcPositionDataOliver Chang
2015-11-11Merge to M47: Make JS app.setTimeOut() work again.Lei Zhang
2015-11-06Merge to M47: Update bundled freetype to 2.6.1Oliver Chang
2015-11-05Merge to M47: Enforce input and output dimensionalities for CPDF_StitchFunc.Lei Zhang
2015-11-02Merge to M47: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructorLei Zhang
2015-10-20Merge to M47: Remove dead code that was reactivated when fixing overrides.Lei Zhang
2015-10-17Merge to M47: Loosen checking on the bytes following 'stream'Lei Zhang
2015-10-15Merge to M47: upgrade openjpeg to commit# cf352afLei Zhang
2015-10-13Merge to M47: Sanitize CJBig2_SymbolDict's memory usage.Lei Zhang
2015-10-13Merge to M47: Put CJBig2_SymbolDict's images in a CJBig2_List container.Lei Zhang
2015-10-12Merge to M47: Fix a compiling error on MacLei Zhang
2015-10-12Merge to M47: Fix heap-buffer-overflow in color_sycc_to_rgbLei Zhang
2015-10-08Merge to M47: Relax the check on 0 length streams.Lei Zhang
2015-10-08Merge to M47: Fix regression in JBIG2 decoding from commit ce37d73.Lei Zhang
2015-10-06Merge to M47: Only call DefineJSObjects() once for the global V8 isolate.Lei Zhang
2015-10-06Merge to M47: CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-06Merge to M47: Refcount external V8 isolate initialization / release.Lei Zhang
2015-10-06Merge to M47: Pass v8::Isolate to PDFium at init time.Lei Zhang
2015-10-06Merge to M47: Do 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