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

Issue 1014933002: Add begin()/end() to WebVector to enable range-based for loops (Closed)

Created:
5 years, 9 months ago by johnme
Modified:
5 years, 9 months ago
CC:
blink-reviews, dglazkov+blink
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add begin()/end() to WebVector to enable range-based for loops BUG=468029 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192170

Patch Set 1 #

Patch Set 2 : Add unit test #

Total comments: 4

Patch Set 3 : Move test to Source/platform/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -1 line) Patch
A Source/platform/WebVectorTest.cpp View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M public/platform/WebVector.h View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
johnme
5 years, 9 months ago (2015-03-17 19:36:25 UTC) #2
Mike West
LGTM % tests. It might be reasonable to add a WebVectorTest.cpp file here, such that ...
5 years, 9 months ago (2015-03-17 19:54:14 UTC) #3
johnme
On 2015/03/17 19:54:14, Mike West wrote: > It might be reasonable to add a WebVectorTest.cpp ...
5 years, 9 months ago (2015-03-18 19:35:50 UTC) #4
Peter Beverloo
The test should be in Source/platform/. https://codereview.chromium.org/1014933002/diff/20001/Source/web/WebVectorTest.cpp File Source/web/WebVectorTest.cpp (right): https://codereview.chromium.org/1014933002/diff/20001/Source/web/WebVectorTest.cpp#newcode1 Source/web/WebVectorTest.cpp:1: // Copyright 2014 ...
5 years, 9 months ago (2015-03-19 12:03:19 UTC) #6
Mike West
What peter@ said. Otherwise, brilliant!
5 years, 9 months ago (2015-03-19 12:35:10 UTC) #7
johnme
Addressed Peter's review comments - thanks :) > The test should be in Source/platform/. Done ...
5 years, 9 months ago (2015-03-19 12:47:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014933002/40001
5 years, 9 months ago (2015-03-19 12:48:02 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192170
5 years, 9 months ago (2015-03-19 14:26:03 UTC) #12
Peter Beverloo
5 years, 9 months ago (2015-03-20 12:10:20 UTC) #13
Message was sent while issue was closed.
On 2015/03/19 14:26:03, I haz the power (commit-bot) wrote:
> Committed patchset #3 (id:40001) as
> https://src.chromium.org/viewvc/blink?view=rev&revision=192170

Post-land lgtm! Thanks for adding this :-)

Powered by Google App Engine
This is Rietveld 408576698