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

Issue 1576113003: Use std::map in CPDF_IndirectObjects (Closed)

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

Description

Use std::map in CPDF_IndirectObjects Rename to CPDF_IndirectObjectHolder R=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/fce548047a44c7015996874452f3e778bf64cad6

Patch Set 1 : Rename only #

Patch Set 2 : Do work #

Total comments: 2

Patch Set 3 : Remove cbegin() and cend(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -179 lines) Patch
M core/include/fpdfapi/fpdf_objects.h View 1 2 8 chunks +28 lines, -36 lines 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 5 chunks +12 lines, -11 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 4 chunks +11 lines, -19 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_document.cpp View 1 2 chunks +6 lines, -8 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_fdf.cpp View 1 2 chunks +3 lines, -7 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 1 8 chunks +63 lines, -83 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 2 7 chunks +17 lines, -14 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Tom Sepez
Lei, diff PS#2 against PS#1 for manual changes.
4 years, 11 months ago (2016-01-11 20:53:33 UTC) #3
Lei Zhang
https://codereview.chromium.org/1576113003/diff/20001/core/include/fpdfapi/fpdf_objects.h File core/include/fpdfapi/fpdf_objects.h (right): https://codereview.chromium.org/1576113003/diff/20001/core/include/fpdfapi/fpdf_objects.h#newcode596 core/include/fpdfapi/fpdf_objects.h:596: const_iterator cbegin() const { return m_IndirectObjs.cbegin(); } Can't these ...
4 years, 11 months ago (2016-01-12 01:21:51 UTC) #5
Lei Zhang
otherwise lgtm
4 years, 11 months ago (2016-01-12 01:26:20 UTC) #6
Tom Sepez
https://codereview.chromium.org/1576113003/diff/20001/core/include/fpdfapi/fpdf_objects.h File core/include/fpdfapi/fpdf_objects.h (right): https://codereview.chromium.org/1576113003/diff/20001/core/include/fpdfapi/fpdf_objects.h#newcode596 core/include/fpdfapi/fpdf_objects.h:596: const_iterator cbegin() const { return m_IndirectObjs.cbegin(); } On 2016/01/12 ...
4 years, 11 months ago (2016-01-12 16:41:17 UTC) #7
Tom Sepez
4 years, 11 months ago (2016-01-12 16:41:54 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
fce548047a44c7015996874452f3e778bf64cad6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698