summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_object_unittest.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-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-06Use CPDF_StreamAcc to data access of CPDF_Stream.Artem Strygin
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-05Fix length field in dictionary on create streamArtem Strygin
2017-08-31Remove fx_basic.hDan Sinclair
2017-07-28Add CPDF_Stream::ReplaceData method.chromium/3170Artem Strygin
2017-07-28Return removed value from dictionary.Artem Strygin
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-23Fix two CloneNonCycle issuesWei Li
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
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-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-04Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr.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-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-10Land all the fixes from 5609f39c but don't enable assertchromium/2887tsepez
2016-10-10Add method to convert to an indirect object in a dictionary.tsepez
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