summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_stream_acc.h
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-17Remove CPDF_StreamAcc::m_pSrcData.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Encapsulate CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-07-03Use unowned ptr in cpdf_stream_accTom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
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
2018-03-28Use ByteStringView in parsersDan Sinclair
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-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-11-28Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair