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

Issue 641963003: Make the geolocation code use C++11 for-ranges (Closed)

Created:
6 years, 2 months ago by kenneth.r.christiansen
Modified:
6 years, 2 months ago
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine
Project:
blink
Visibility:
Public.

Description

Make the geolocation code use C++11 for-ranges Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183865

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -27 lines) Patch
M Source/modules/geolocation/Geolocation.cpp View 6 chunks +13 lines, -27 lines 2 comments Download

Messages

Total messages: 9 (3 generated)
Mike West
Thanks! One comment. https://codereview.chromium.org/641963003/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/641963003/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode244 Source/modules/geolocation/Geolocation.cpp:244: for (GeoNotifier* notifier : m_requestsAwaitingCachedPosition) { ...
6 years, 2 months ago (2014-10-16 19:38:15 UTC) #2
kenneth.christiansen
https://codereview.chromium.org/641963003/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/641963003/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode244 Source/modules/geolocation/Geolocation.cpp:244: for (GeoNotifier* notifier : m_requestsAwaitingCachedPosition) { On 2014/10/16 at ...
6 years, 2 months ago (2014-10-16 22:33:05 UTC) #4
kenneth.christiansen
The const_iterator on a collection of pointers ensures that the collection isn't modified (reorder elements, ...
6 years, 2 months ago (2014-10-16 22:44:12 UTC) #5
Mike West
On 2014/10/16 22:44:12, kenneth.christiansen wrote: > The const_iterator on a collection of pointers ensures that ...
6 years, 2 months ago (2014-10-17 07:54:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/641963003/1
6 years, 2 months ago (2014-10-17 08:27:58 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-17 09:04:37 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 183865

Powered by Google App Engine
This is Rietveld 408576698