summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_reference.h
AgeCommit message (Expand)Author
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-18Add more CFX_UnownedPtr usage.Tom Sepez
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-09Remove AppendObject from CPDF_CreatorDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-01-09Do not parse references with invalid objnumnpm
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-07Use unique_ptr return from CPDF_Parser::ParseIndirectObject()tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair