Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Issue 2277433003: Move parser out of IndirectObjectHolder (Closed)

Created:
4 years, 3 months ago by dsinclair
Modified:
4 years, 3 months ago
Reviewers:
Tom Sepez, Lei Zhang, Wei Li
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@private_objs
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move parser out of IndirectObjectHolder This Cl moves the parser out of the indirect object holder and into the CPDF_Document where it is used. Committed: https://pdfium.googlesource.com/pdfium/+/a61c01ea4527dd98699005099e9335a4a842b545

Patch Set 1 #

Patch Set 2 : Rebase to master #

Patch Set 3 : Fix merge #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -28 lines) Patch
M core/fpdfapi/fpdf_parser/cfdf_document.cpp View 1 chunk +8 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_document.cpp View 1 chunk +10 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp View 3 chunks +6 lines, -9 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cfdf_document.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_document.h View 3 chunks +4 lines, -1 line 2 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_indirect_object_holder.h View 2 chunks +3 lines, -4 lines 2 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (15 generated)
dsinclair
PTAL. This is the 3rd and final part of the split CL moving the parser ...
4 years, 3 months ago (2016-08-23 21:05:12 UTC) #2
Tom Sepez
https://codereview.chromium.org/2277433003/diff/40001/core/fpdfapi/fpdf_parser/include/cpdf_document.h File core/fpdfapi/fpdf_parser/include/cpdf_document.h (right): https://codereview.chromium.org/2277433003/diff/40001/core/fpdfapi/fpdf_parser/include/cpdf_document.h#newcode131 core/fpdfapi/fpdf_parser/include/cpdf_document.h:131: CPDF_Parser* m_pParser; can this be CPDF_Parser* const m_pParser? Or ...
4 years, 3 months ago (2016-08-24 16:13:08 UTC) #15
dsinclair
https://codereview.chromium.org/2277433003/diff/40001/core/fpdfapi/fpdf_parser/include/cpdf_document.h File core/fpdfapi/fpdf_parser/include/cpdf_document.h (right): https://codereview.chromium.org/2277433003/diff/40001/core/fpdfapi/fpdf_parser/include/cpdf_document.h#newcode131 core/fpdfapi/fpdf_parser/include/cpdf_document.h:131: CPDF_Parser* m_pParser; On 2016/08/24 16:13:08, Tom Sepez wrote: > ...
4 years, 3 months ago (2016-08-24 17:20:19 UTC) #16
Tom Sepez
lgtm
4 years, 3 months ago (2016-08-24 17:20:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277433003/40001
4 years, 3 months ago (2016-08-24 17:31:10 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-08-24 17:31:28 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/a61c01ea4527dd98699005099e9335a4a842...

Powered by Google App Engine
This is Rietveld 408576698