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

Issue 543803005: Using some C++11 goodness to cleanup the iterator code in SVGResourceCache. (Closed)

Created:
6 years, 3 months ago by Savago
Modified:
6 years, 2 months ago
CC:
blink-reviews, blink-reviews-rendering, zoltan1, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, fs, ed+blinkwatch_opera.com, krit, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, rwlbuis, Stephen Chennney, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Using some C++11 goodness to cleanup the iterator code in SVGResourceCache. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182794

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated variable name #

Total comments: 1

Patch Set 3 : More descriptive variable name. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -10 lines) Patch
M Source/core/rendering/svg/SVGResourcesCache.cpp View 1 2 3 chunks +7 lines, -10 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
Savago
6 years, 3 months ago (2014-09-04 20:40:28 UTC) #2
pdr.
On 2014/09/04 20:40:28, Savago wrote: Not lgtm. We are not yet ready for c++11.
6 years, 3 months ago (2014-09-04 20:44:56 UTC) #3
pdr.
Nico, On the chromium-dev thread about c++11 features you mentioned that the Android bots weren't ...
6 years, 3 months ago (2014-09-05 04:03:50 UTC) #5
Nico
On 2014/09/05 04:03:50, pdr wrote: > Nico, > On the chromium-dev thread about c++11 features ...
6 years, 3 months ago (2014-09-05 04:08:11 UTC) #6
Savago
While at it, what is the schedule for C++11 in chromium?
6 years, 3 months ago (2014-09-05 21:18:47 UTC) #7
Nico
See the many threads on the topic on chromium-dev. I'll tell the list once it's ...
6 years, 3 months ago (2014-09-05 21:20:13 UTC) #8
Savago
Good news: auto + for-each are ok on Blink now: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/EgZqphIEkS0 Could someone re-review this ...
6 years, 2 months ago (2014-09-25 20:31:50 UTC) #9
Nico
I'm not sure if we should rewrite existing loops in new syntax, it makes more ...
6 years, 2 months ago (2014-09-25 21:23:34 UTC) #10
Savago
https://codereview.chromium.org/543803005/diff/1/Source/core/rendering/svg/SVGResourcesCache.cpp File Source/core/rendering/svg/SVGResourcesCache.cpp (right): https://codereview.chromium.org/543803005/diff/1/Source/core/rendering/svg/SVGResourcesCache.cpp#newcode185 Source/core/rendering/svg/SVGResourcesCache.cpp:185: for (auto& it : cache->m_cache) { On 2014/09/25 21:23:34, ...
6 years, 2 months ago (2014-09-25 21:41:44 UTC) #11
Nico
With this patch there's no iterator any more, so "it" ain't right. No preferences other ...
6 years, 2 months ago (2014-09-25 21:43:27 UTC) #12
Stephen Chennney
It may be the android bots are still busted, although it's not clear to me ...
6 years, 2 months ago (2014-09-26 19:21:52 UTC) #14
Savago
Ok, just uploaded an updated patch and bots are green (specially the android ones).
6 years, 2 months ago (2014-09-26 20:46:32 UTC) #15
Stephen Chennney
Let's try it out. LGTM.
6 years, 2 months ago (2014-09-26 21:09:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/543803005/40001
6 years, 2 months ago (2014-09-26 21:10:47 UTC) #18
commit-bot: I haz the power
A disapproval has been posted by following reviewers: pdr@chromium.org. Please make sure to get positive ...
6 years, 2 months ago (2014-09-26 21:10:51 UTC) #20
pdr.
On 2014/09/26 21:10:51, I haz the power (commit-bot) wrote: > A disapproval has been posted ...
6 years, 2 months ago (2014-09-26 21:14:38 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/543803005/40001
6 years, 2 months ago (2014-09-26 21:16:06 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-09-26 21:58:56 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 182794

Powered by Google App Engine
This is Rietveld 408576698