summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_array.cpp
AgeCommit message (Expand)Author
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-07-23Rework of CPDF_Object writing.Artem Strygin
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-05-30Remove dead code in various write function.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-03Remove CPDF_Array::Truncate().chromium/3176Lei Zhang
2017-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-06-09Simplify CPDF_Array::RemoveAt(index, size).Lei Zhang
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-09Remove AppendObject from CPDF_CreatorDan Sinclair
2017-03-23Fix two CloneNonCycle issuesWei Li
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.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-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-14Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."Tom Sepez
2016-10-14Update CPDF_IndirectObjectHolder APIs for unique objects.tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-11Add CPDF_Object::IsInline()tsepez
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-05Rework a redundant check when calling ConvertToIndirectObjectAt()tsepez
2016-10-04Fix ownership when making a private annot dictionary into a shared one.tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair