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

Issue 2594153003: Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow (Closed)

Created:
3 years, 12 months ago by Tom Sepez
Modified:
3 years, 11 months ago
Reviewers:
Lei Zhang, dsinclair
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow Review-Url: https://codereview.chromium.org/2594153003 Committed: https://pdfium.googlesource.com/pdfium/+/6745f96fab41e2b46f57a3717b034a4064c0de02

Patch Set 1 #

Patch Set 2 : iwyu #

Total comments: 1

Patch Set 3 : nits #

Total comments: 3

Patch Set 4 : Fix compilation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -256 lines) Patch
M fpdfsdk/fxedit/fxet_edit.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 1 2 3 1 chunk +45 lines, -50 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.h View 2 chunks +3 lines, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.cpp View 2 chunks +5 lines, -6 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.h View 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.cpp View 1 9 chunks +41 lines, -63 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.h View 1 chunk +1 line, -4 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.cpp View 9 chunks +98 lines, -123 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
Tom Sepez
https://codereview.chromium.org/2594153003/diff/20001/fpdfsdk/pdfwindow/PWL_Wnd.cpp File fpdfsdk/pdfwindow/PWL_Wnd.cpp (right): https://codereview.chromium.org/2594153003/diff/20001/fpdfsdk/pdfwindow/PWL_Wnd.cpp#newcode503 fpdfsdk/pdfwindow/PWL_Wnd.cpp:503: m_Children.erase(std::next(it).base()); Apparently, this is the convert reverse to forward ...
3 years, 12 months ago (2016-12-21 22:55:32 UTC) #4
dsinclair
https://codereview.chromium.org/2594153003/diff/40001/fpdfsdk/pdfwindow/PWL_Wnd.cpp File fpdfsdk/pdfwindow/PWL_Wnd.cpp (right): https://codereview.chromium.org/2594153003/diff/40001/fpdfsdk/pdfwindow/PWL_Wnd.cpp#newcode277 fpdfsdk/pdfwindow/PWL_Wnd.cpp:277: *it = nullptr; Why do we need to set ...
3 years, 11 months ago (2017-01-02 17:58:17 UTC) #6
Tom Sepez
https://codereview.chromium.org/2594153003/diff/40001/fpdfsdk/pdfwindow/PWL_Wnd.cpp File fpdfsdk/pdfwindow/PWL_Wnd.cpp (right): https://codereview.chromium.org/2594153003/diff/40001/fpdfsdk/pdfwindow/PWL_Wnd.cpp#newcode277 fpdfsdk/pdfwindow/PWL_Wnd.cpp:277: *it = nullptr; On 2017/01/02 17:58:17, dsinclair wrote: > ...
3 years, 11 months ago (2017-01-03 22:11:28 UTC) #7
dsinclair
lgtm
3 years, 11 months ago (2017-01-04 14:16:39 UTC) #9
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/2594153003/40001
3 years, 11 months ago (2017-01-04 14:16:46 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/android/builds/1944) linux_asan_lsan on master.tryserver.client.pdfium (JOB_FAILED, ...
3 years, 11 months ago (2017-01-04 14:18:35 UTC) #12
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/2594153003/60001
3 years, 11 months ago (2017-01-04 17:56:24 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-04 18:09:49 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://pdfium.googlesource.com/pdfium/+/6745f96fab41e2b46f57a3717b034a4064c0...

Powered by Google App Engine
This is Rietveld 408576698