summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_dictionary.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-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Remove unused CPDF_Dictionary::IsSignatureDict().Lei Zhang
2018-07-23Rework of CPDF_Object writing.Artem Strygin
2018-07-18Avoid writing const/non-const versions of the same function.Lei Zhang
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-05-30Remove dead code in various write function.Lei Zhang
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2017-10-02Implement CPDF_CryptoHandler::DecryptObjectArtem Strygin
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-07-28Return removed value from dictionary.Artem Strygin
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
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-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-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-05Remove FX_BOOL from core/fpdfapi/fontnpm
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair