summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp
AgeCommit message (Expand)Author
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-15Fix offset outside bounds of constant string warningsJUN FANG
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-10Fix a stack overflow in CPDF_Parser::LoadCrossRefV5JUN FANG
2015-04-03Add embedder test comparing with the last patch.JUN FANG
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-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
2014-12-30Get rid of FX_LPCSTR cast.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-09Trailer should be a dictionary objectBo Xu
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-10-29Resolve compilation error with G++ 4.9.Tom Sepez
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-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
2014-07-18Fix the potential integer overflow from "offset + size".Chris Palmer
2014-07-17Fix garbled text when loading linearized pdf documentBo Xu
2014-07-09Fix a null object bugBo Xu
2014-07-08Fix for UMR in CXML_Parser::GetCharRef.Chris Palmer
2014-07-07fix a crash issue in _CMapLookupCallbackfoxit
2014-07-07Fix uninitialized offsetfoxit