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

Issue 393793003: Separate GeoNotifier class from Geolocation (Closed)

Created:
6 years, 5 months ago by kihong
Modified:
6 years, 5 months ago
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Separate GeoNotifier class from Geolocation There are some classes in the Geolocation.h/cpp files. It makes hard to read geolocation implementation, therefore separate GeoNotifier from Geolocation is better. BUG=387656 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178237

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -154 lines) Patch
A Source/modules/geolocation/GeoNotifier.h View 1 chunk +65 lines, -0 lines 0 comments Download
A Source/modules/geolocation/GeoNotifier.cpp View 1 1 chunk +109 lines, -0 lines 0 comments Download
M Source/modules/geolocation/Geolocation.h View 4 chunks +12 lines, -58 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 3 chunks +2 lines, -96 lines 0 comments Download
M Source/modules/modules.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kihong
PTAL
6 years, 5 months ago (2014-07-15 10:37:17 UTC) #1
Michael van Ouwerkerk
lgtm as it's a pretty clean cut & paste but I'm a little concerned about ...
6 years, 5 months ago (2014-07-15 13:47:09 UTC) #2
Michael van Ouwerkerk
Also, please run 'git cl try'.
6 years, 5 months ago (2014-07-15 13:47:34 UTC) #3
kihong
On 2014/07/15 13:47:09, Michael van Ouwerkerk wrote: > lgtm as it's a pretty clean cut ...
6 years, 5 months ago (2014-07-15 14:43:53 UTC) #4
kihong
https://codereview.chromium.org/393793003/diff/1/Source/modules/geolocation/GeoNotifier.cpp File Source/modules/geolocation/GeoNotifier.cpp (right): https://codereview.chromium.org/393793003/diff/1/Source/modules/geolocation/GeoNotifier.cpp#newcode17 Source/modules/geolocation/GeoNotifier.cpp:17: // FIXME : m_geolocation sould be removed, it makes ...
6 years, 5 months ago (2014-07-15 15:05:16 UTC) #5
kihong
On 2014/07/15 13:47:34, Michael van Ouwerkerk wrote: > Also, please run 'git cl try'. Sure ...
6 years, 5 months ago (2014-07-15 15:06:02 UTC) #6
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 5 months ago (2014-07-16 02:40:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/393793003/20001
6 years, 5 months ago (2014-07-16 02:41:16 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 03:41:41 UTC) #9
Message was sent while issue was closed.
Change committed as 178237

Powered by Google App Engine
This is Rietveld 408576698