summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_syntax_parser.cpp
AgeCommit message (Expand)Author
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-05Fix assignment to len.dan sinclair
2017-04-05Use correct length in guard checkdan sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-27Guard against lengths greater then input sizeDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-09Do not parse references with invalid objnumnpm
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-22Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929tsepez
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-07Use unique_ptr return from CPDF_Parser::ParseIndirectObject()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-03Clean up CPDF_SyntaxParser a little bitnpm
2016-11-02Remove FX_BOOL from coretsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair