summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2015-04-03Update the path of header file to avoid a compiling error in chromechromium/2363chromium/2362chromium/2361chromium/2360chromium/2359chromium/2358JUN FANG
2015-04-03No-op change to poke the bots after being out of sequence.Tom Sepez
2015-04-03Fix a compiling error in fpdf_parser_parser_embeddertest.cppJun Fang
2015-04-03Add embedder test comparing with the last patch.JUN FANG
2015-03-17Revert "Fix a problem that JP2 image is not displayed because index color spa...Tom Sepez
2015-03-16Fix a problem that JP2 image is not displayed because index color space is usedJUN FANG
2015-03-16Fix potential integer overflow in fpdf_render_image.cppJUN FANG
2015-02-24Add small flate decode unit test.Tom Sepez
2015-02-13Fix JPX image rendering that regressed due to several security fixes.Lei Zhang
2015-02-12Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call'JUN FANG
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-09Fix some typos in fpdf_render_loadimage.cpp.Lei Zhang
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-06Cleanup parts of fpdf_render_loadimage.cpp.Lei Zhang
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-05Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-02-03Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-01-31Fix heap buffer overflow in CPDF_SampledFunc::v_CallJUN FANG
2015-01-29Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject().Tom Sepez
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-19Update freetype to 2.5.4.Bo Xu
2014-12-17Fix a bug that occurs when an object has the same object number with the root...JUN FANG
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-11m_pColorSpace can not be NULL for image object with DCTDecode filterBo Xu
2014-12-10Do not do strict check of BitsPerComponent for RunLengthDecode filterBo Xu
2014-12-10Lab colorspace needs to be 3 componentBo Xu
2014-12-09Trailer should be a dictionary objectBo Xu
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-12-03Cleanup: Remove an unused function.Lei Zhang
2014-11-19Fix blank page issues caused by too strict checkchromium/2250chromium/2249chromium/2248chromium/2247chromium/2246chromium/2245chromium/2244chromium/2243chromium/2242chromium/2241chromium/2240chromium/2239chromium/2238chromium/2237Jun Fang
2014-11-18Fixing operator so that bCheckRight isn't always true. Unknown effect!Bruce Dawson
2014-11-17Zero initialize ch to avoid possible bug - conditions are very subtle.Bruce Dawson
2014-11-06Fix bug with reading from uninitialized variable found by VC++'s /analyze.Tom Sepez
2014-10-29Resolve compilation error with G++ 4.9.Tom Sepez
2014-10-21Change the clear order of pDocPage and pDocRenderBo Xu
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-10-14Don't leave dangling pointer to out-of-scope local in CPDF_StreamContentParse...Tom Sepez
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-09-19Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165Bo Xu
2014-09-19Adjust the order of clearing resource in CPDF_DocPageData::ClearJun Fang