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

Issue 402563002: Separate GeolocationWatchers 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 GeolocationWatchers from Geolocation There are some classes in the Geolocation.h/cpp files. It makes hard to read geolocation implementation, therefore separate GeolocationWatchers from Geolocation is better to understand geolocation's logic. BUG=387656 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178737

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -88 lines) Patch
M Source/modules/geolocation/GeoNotifier.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/geolocation/GeoNotifier.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Geolocation.h View 1 2 3 chunks +2 lines, -20 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
A Source/modules/geolocation/GeolocationWatchers.h View 1 chunk +41 lines, -0 lines 0 comments Download
A Source/modules/geolocation/GeolocationWatchers.cpp View 1 chunk +76 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
kihong
PTAL
6 years, 5 months ago (2014-07-17 08:03:22 UTC) #1
Michael van Ouwerkerk
lgtm with nits, I trust you will address them (fix or further discussion) before submitting. ...
6 years, 5 months ago (2014-07-18 12:07:39 UTC) #2
kihong
PTAL, Thank you~ Michael :-) https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/GeoNotifier.h File Source/modules/geolocation/GeoNotifier.h (right): https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/GeoNotifier.h#newcode9 Source/modules/geolocation/GeoNotifier.h:9: #include "modules/geolocation/PositionErrorCallback.h" On 2014/07/18 ...
6 years, 5 months ago (2014-07-18 14:28:25 UTC) #3
kihong
https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/Geolocation.h File Source/modules/geolocation/Geolocation.h (right): https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/Geolocation.h#newcode34 Source/modules/geolocation/Geolocation.h:34: #include "modules/geolocation/GeolocationWatchers.h" On 2014/07/18 14:28:25, kihong wrote: > On ...
6 years, 5 months ago (2014-07-18 15:36:06 UTC) #4
kihong
https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/Geolocation.cpp File Source/modules/geolocation/Geolocation.cpp (right): https://codereview.chromium.org/402563002/diff/1/Source/modules/geolocation/Geolocation.cpp#newcode39 Source/modules/geolocation/Geolocation.cpp:39: #include "modules/geolocation/GeolocationWatchers.h" This is duplicated include. I will remove ...
6 years, 5 months ago (2014-07-18 15:36:59 UTC) #5
kihong
Hi Michael, Could you take a look at my comment please? IMHO, it's better to ...
6 years, 5 months ago (2014-07-22 09:03:58 UTC) #6
Michael van Ouwerkerk
Oh I'm sorry - I agree with you, please go ahead with your plan!
6 years, 5 months ago (2014-07-22 09:49:53 UTC) #7
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 5 months ago (2014-07-22 23:48:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/402563002/20001
6 years, 5 months ago (2014-07-22 23:49:21 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 5 months ago (2014-07-22 23:52:41 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 23:55:10 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/10852)
6 years, 5 months ago (2014-07-22 23:55:11 UTC) #12
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 5 months ago (2014-07-23 01:54:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/402563002/40001
6 years, 5 months ago (2014-07-23 01:55:30 UTC) #14
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 06:21:14 UTC) #15
Message was sent while issue was closed.
Change committed as 178737

Powered by Google App Engine
This is Rietveld 408576698