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

Issue 1425093003: Clean up CPDF_AnnotList. (Closed)

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

Description

Clean up CPDF_AnnotList. - Remove dead code - Stop using CFX_PtrArray - Mark more things const - Fix style nits R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/c88c42f317c0e94c4c7b98949bfe1a495aef07a9

Patch Set 1 #

Patch Set 2 : moar #

Patch Set 3 : moar #

Patch Set 4 : const #

Total comments: 10

Patch Set 5 : comments #

Patch Set 6 : revert error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -171 lines) Patch
M core/include/fpdfdoc/fpdf_doc.h View 1 2 3 4 5 chunks +13 lines, -48 lines 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 1 2 3 4 5 7 chunks +46 lines, -74 lines 0 comments Download
M core/src/fpdfdoc/doc_form.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/src/fpdf_ext.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 2 3 4 1 chunk +5 lines, -19 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 1 2 3 4 4 chunks +12 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Lei Zhang
5 years, 1 month ago (2015-10-30 20:13:38 UTC) #3
Tom Sepez
https://codereview.chromium.org/1425093003/diff/60001/core/include/fpdfdoc/fpdf_doc.h File core/include/fpdfdoc/fpdf_doc.h (right): https://codereview.chromium.org/1425093003/diff/60001/core/include/fpdfdoc/fpdf_doc.h#newcode452 core/include/fpdfdoc/fpdf_doc.h:452: CPDF_Annot* GetAt(size_t index) { return m_AnnotList[index]; } Is this ...
5 years, 1 month ago (2015-10-30 20:26:07 UTC) #4
Lei Zhang
https://codereview.chromium.org/1425093003/diff/60001/core/include/fpdfdoc/fpdf_doc.h File core/include/fpdfdoc/fpdf_doc.h (right): https://codereview.chromium.org/1425093003/diff/60001/core/include/fpdfdoc/fpdf_doc.h#newcode452 core/include/fpdfdoc/fpdf_doc.h:452: CPDF_Annot* GetAt(size_t index) { return m_AnnotList[index]; } On 2015/10/30 ...
5 years, 1 month ago (2015-10-30 22:17:51 UTC) #5
Tom Sepez
lgtm
5 years, 1 month ago (2015-10-30 22:23:32 UTC) #6
Lei Zhang
5 years, 1 month ago (2015-10-31 06:42:42 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
c88c42f317c0e94c4c7b98949bfe1a495aef07a9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698