summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_object_stream.cpp
AgeCommit message (Expand)Author
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-23Pass unique_ptr<> to CFX_MemoryStream constructorTom Sepez
2018-08-14Remove |bTakeOver| parameter from CFX_MemoryStream ctor.Lei Zhang
2018-07-25Move CPDF_SyntaxParser init methods into ctor.Lei Zhang
2018-07-03Forward declare CPDF_SyntaxParser when possible.Lei Zhang
2018-06-28Replace DCHECKs with ASSERTs.Lei Zhang
2018-06-26Implement CPDF_ObjStream.Artem Strygin