summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_stream_acc.cpp
AgeCommit message (Expand)Author
2018-09-19Use MaybeOwned in CPDF_StreamAcc.chromium/3557Lei Zhang
2018-09-19Consolidate raw data processing path in CPDF_StreamAcc.Lei Zhang
2018-09-17Check for empty streams earlier in CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-09-17Remove CPDF_StreamAcc::m_pSrcData.Lei Zhang
2018-09-17Encapsulate CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-07-11Fix crash and memory leak.Artem Strygin
2018-06-06Use CPDF_StreamAcc to data access of CPDF_Stream.Artem Strygin
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Slightly simplify CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-11-08Use MaybeOwned in CPDF_ContentParserNicolas Pena
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2016-11-28Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936tsepez
2016-11-18Add unit test for CXFA_FileRead.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair