summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_parser_unittest.cpp
AgeCommit message (Expand)Author
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-07-25Change CFX_BufferSeekableReadStream to take a span.Lei Zhang
2018-07-25Move CPDF_SyntaxParser init methods into ctor.Lei Zhang
2018-07-25Use document size instead of file size while parsing.Artem Strygin
2018-07-18Use CPDF_CrossRefTable within CPDF_ParserArtem Strygin
2017-10-02Move CPDF_Parser::ObjectType into protected sectionArtem Strygin
2017-09-29Extract test subclasses of IFX_SeekableReadStreamRyan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-19Simplify CPDF_Parser::LoadCrossRefV4Artem Strygin
2017-07-20Use enum for pdf object typeArtem Strygin
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair