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

Issue 2644203003: Remove ScopedVector in //component/undo (Closed)

Created:
3 years, 11 months ago by ke.he
Modified:
3 years, 11 months ago
Reviewers:
sky
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ScopedVector in //component/undo BUG=554289 Review-Url: https://codereview.chromium.org/2644203003 Cr-Commit-Position: refs/heads/master@{#446171} Committed: https://chromium.googlesource.com/chromium/src/+/da6df4de66659c8115e3cfb08b593dc3e4726d8d

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove ScopedVector in //component/undo #

Patch Set 3 : Remove ScopedVector in //component/undo #

Patch Set 4 : Remove ScopedVector in //component/undo #

Total comments: 2

Patch Set 5 : Remove ScopedVector in //component/undo #

Total comments: 2

Patch Set 6 : Remove ScopedVector in //component/undo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -49 lines) Patch
M components/undo/undo_manager.h View 1 2 3 4 6 chunks +10 lines, -12 lines 0 comments Download
M components/undo/undo_manager.cc View 1 2 3 4 7 chunks +11 lines, -36 lines 0 comments Download
M components/undo/undo_manager_test.cc View 1 2 3 4 5 2 chunks +51 lines, -1 line 0 comments Download

Messages

Total messages: 38 (28 generated)
ke.he
Hi, sky@, I removed the depreciated ScopedVector, Could you PTAL? Thanks very much.
3 years, 11 months ago (2017-01-20 05:12:17 UTC) #6
sky
https://codereview.chromium.org/2644203003/diff/1/components/undo/undo_manager.cc File components/undo/undo_manager.cc (right): https://codereview.chromium.org/2644203003/diff/1/components/undo/undo_manager.cc#newcode43 components/undo/undo_manager.cc:43: for (auto ri = operations_.rbegin(); ri != operations_.rend(); ++ri) ...
3 years, 11 months ago (2017-01-20 16:57:06 UTC) #7
ke.he
Hi, Sky@, Thanks! CL updated, PTAL. https://codereview.chromium.org/2644203003/diff/1/components/undo/undo_manager.cc File components/undo/undo_manager.cc (right): https://codereview.chromium.org/2644203003/diff/1/components/undo/undo_manager.cc#newcode43 components/undo/undo_manager.cc:43: for (auto ri ...
3 years, 11 months ago (2017-01-22 07:44:08 UTC) #20
sky
https://codereview.chromium.org/2644203003/diff/60001/components/undo/undo_manager.cc File components/undo/undo_manager.cc (right): https://codereview.chromium.org/2644203003/diff/60001/components/undo/undo_manager.cc#newcode149 components/undo/undo_manager.cc:149: std::vector<UndoOperation*> UndoManager::GetAllUndoOperations() const { This function is only used ...
3 years, 11 months ago (2017-01-23 16:22:16 UTC) #21
ke.he
Hi, Sky@, CL updated, PTAL. Thanks! https://codereview.chromium.org/2644203003/diff/60001/components/undo/undo_manager.cc File components/undo/undo_manager.cc (right): https://codereview.chromium.org/2644203003/diff/60001/components/undo/undo_manager.cc#newcode149 components/undo/undo_manager.cc:149: std::vector<UndoOperation*> UndoManager::GetAllUndoOperations() const ...
3 years, 11 months ago (2017-01-24 09:01:13 UTC) #24
sky
https://codereview.chromium.org/2644203003/diff/80001/components/undo/undo_manager_test.cc File components/undo/undo_manager_test.cc (right): https://codereview.chromium.org/2644203003/diff/80001/components/undo/undo_manager_test.cc#newcode33 components/undo/undo_manager_test.cc:33: }; private: DISALLOW_IMPLICIT_CONSTRUCTORS
3 years, 11 months ago (2017-01-24 18:15:53 UTC) #27
ke.he
Sky@, Thanks for your review:) CL updated, PTAL. https://codereview.chromium.org/2644203003/diff/80001/components/undo/undo_manager_test.cc File components/undo/undo_manager_test.cc (right): https://codereview.chromium.org/2644203003/diff/80001/components/undo/undo_manager_test.cc#newcode33 components/undo/undo_manager_test.cc:33: }; ...
3 years, 11 months ago (2017-01-25 15:03:51 UTC) #30
sky
LGTM
3 years, 11 months ago (2017-01-25 16:42:12 UTC) #33
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/2644203003/100001
3 years, 11 months ago (2017-01-26 00:11:46 UTC) #35
commit-bot: I haz the power
3 years, 11 months ago (2017-01-26 00:20:48 UTC) #38
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/da6df4de66659c8115e3cfb08b59...

Powered by Google App Engine
This is Rietveld 408576698