summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser
AgeCommit message (Expand)Author
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-05Fix assignment to len.dan sinclair
2017-04-05Use correct length in guard checkdan sinclair
2017-04-04Remove a couple checks for MakeUnique failures.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Upgrade to FreeType 2.7.1.Lei Zhang
2017-03-27Guard against lengths greater then input sizeDan Sinclair
2017-03-27Remove old test expectations after the Mac 10.12 upgrade.Lei Zhang
2017-03-23Fix two CloneNonCycle issuesWei Li
2017-03-22Return errors after validation instead of ASSERT in CPDF_DataAvailNicolas Pena
2017-03-22Fix ASSERT in CPDF_Data_AvailNicolas Pena
2017-03-21Pop when Pages is malformed and has no kidsNicolas Pena
2017-03-16Remove some nested statements in CPDF_DataAvail.Lei Zhang
2017-03-15Reset tree traversal when we think we're at the startchromium/3043Nicolas Pena
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-27Remove some pointless checks and assignments.Lei Zhang
2017-02-26core: fix two more uninitialized memberschromium/3025chromium/3024Miklos Vajna
2017-02-24Remove repeated flags from CPDF_Fontchromium/3023Nicolas Pena
2017-02-24Fix a wrong variable usage in PDF_EncodeText().Lei Zhang
2017-02-16Avoid a potential leak in CPDF_IndirectObjectHolderTom Sepez
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-06Fix stream reading from pFile.Graeme Connell
2017-01-23Update safe numerics package to get bitwise opstsepez
2017-01-18Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt.tsepez
2017-01-10Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoctsepez
2017-01-09Do not parse references with invalid objnumnpm
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2017-01-03Force stop of page tree traversal when max level reachedNicolas Pena
2017-01-02Use vector of unique_ptrs for page node children.tsepez
2016-12-19Relax the EncryptMetadata check.chromium/2957tsepez
2016-12-16Better tests for password protected documents.chromium/2954tsepez
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez