summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_stream.cpp
AgeCommit message (Expand)Author
2017-07-28Add CPDF_Stream::ReplaceData method.chromium/3170Artem Strygin
2017-06-27Add overload for CPDF_Stream.SetData() that takes an ostringstream.Henrique Nakashima
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-09Remove AppendObject from CPDF_CreatorDan Sinclair
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-02-06Fix stream reading from pFile.Graeme Connell
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-28Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936tsepez
2016-11-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-18Add unit test for CXFA_FileRead.tsepez
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-10Land all the fixes from 5609f39c but don't enable assertchromium/2887tsepez
2016-10-10Revert "Re-land "Assert that only 0-numbered objects are Released()""tsepez
2016-10-05Re-land "Assert that only 0-numbered objects are Released()"tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair