summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser
AgeCommit message (Expand)Author
2015-05-11Merge to XFA: Create top-level public/ header directory.Tom Sepez
2015-05-06Merge to XFA:Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-06Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapiLei Zhang
2015-04-27Merge to XFA: SEGV in CFX_BaseSegmentedArray::Iterate().Tom Sepez
2015-04-27Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Merge to XFA: Fix segmentation fault 'denial of service condition'JUN FANG
2015-04-22Merge to XFA: Add missing operators for CFX_xxxString combo patch.Tom Sepez
2015-04-15Merge to XFA: Fix offset outside bounds of constant string warningsJUN FANG
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-10Merge to XFA: Fix a stack overflow in CPDF_Parser::LoadCrossRefV5JUN FANG
2015-04-10Merge to XFA: Don't call FPDF_InitLibrary() in individual unit_tests.Tom Sepez
2015-04-03Merge to XFA: Update the path of header file to avoid a compiling error in ch...JUN FANG
2015-04-03Merge to XFA: No-op change to poke the bots after being out of sequence.Tom Sepez
2015-04-03Merge to XFA: Fix a compiling error in fpdf_parser_parser_embeddertest.cppJun Fang
2015-04-03Merge to XFA: Add embedder test comparing with the last patch.JUN FANG
2015-02-24Merge to XFA: Add small flate decode unit test.Tom Sepez
2015-02-11Merge to XFA: CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-05Kill off some dodgy JS callbacksTom Sepez
2015-02-05Merge to XFA: Fix segv in CPDF_DataAvail::CheckRoot()Tom Sepez
2015-02-05Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base.Tom Sepez
2015-02-04Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Merge to XFA: Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-02-03Merge to XFA: Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-01-27Merge to XFA: Kill scattered extern _PDF_CharType declarations.Tom Sepez
2015-01-26Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Merge to XFA: Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2014-12-30XFA: merge patch from CL 733693003, get rid of FX_LPCSTR castBo Xu
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-12-23XFA: merge patch from CL 731673003, fix incorrect operatorBruce Dawson
2014-12-17XFA: merge patch from issue 803103002JUN FANG
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-12-09Merge to XFA: patch from CL 787753002Bo Xu
2014-11-19Merge to XFA: patch from CL 743263002Jun Fang
2014-10-29Resolve compilation error with G++ 4.9.Tom Sepez
2014-10-21Change the clear order of pDocPage and pDocRenderBo Xu
2014-09-19Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165Bo Xu
2014-09-18Fix Regression: Incomplete file loading is seen for multi page pdf files.chromium/2164chromium/2163Tom Sepez
2014-09-15Check Null pointer in CPDF_Dictionary::GetUnicodeTextBo Xu
2014-09-10Check object type for objects used in the dictory of 'Index'chromium/2162chromium/2161chromium/2160chromium/2159chromium/2158chromium/2157chromium/2156Jun Fang
2014-08-25Set m_pLinearized to NULL after releaseBo Xu
2014-08-25Perform better input checks in early steps of parser.Tom Sepez
2014-08-22Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize'Jun Fang
2014-08-22Fix a hang issue due to inconsistent page number in the test fileJun Fang
2014-08-05Fix the problem that memory is accessed after released due to invalid type-castJun Fang
2014-08-04Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of...Jun Fang
2014-07-29Fix the typo of "Resources" keywordBo Xu
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-24This change is for fixing the potential integer overflow from "offset + size"JUN FANG