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

Issue 10070012: Geolocation support for chromedriver. (Closed)

Created:
8 years, 8 months ago by kkania
Modified:
8 years, 8 months ago
Reviewers:
joth, jam, John Knottenbelt
CC:
chromium-reviews, joi+watch-content_chromium.org, robertshield, darin-cc_chromium.org
Visibility:
Public.

Description

Geolocation support for chromedriver, browser-side only. BUG=chromedriver:14 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133988

Patch Set 1 : . #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 6

Patch Set 4 : . #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -137 lines) Patch
M chrome/browser/automation/testing_automation_provider.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 3 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_geolocation_apitest.cc View 2 chunks +3 lines, -12 lines 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc View 4 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 14 chunks +20 lines, -24 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
A content/browser/geolocation/geolocation.cc View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
M content/browser/geolocation/geolocation_provider.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/geolocation/geolocation_provider.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M content/browser/geolocation/geolocation_provider_unittest.cc View 2 chunks +31 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
A content/public/browser/geolocation.h View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
D content/test/mock_geolocation.h View 1 chunk +0 lines, -39 lines 0 comments Download
D content/test/mock_geolocation.cc View 1 chunk +0 lines, -53 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
kkania
8 years, 8 months ago (2012-04-20 21:19:52 UTC) #1
jam
i had meant that we'd convert all users of mock_geolocation.h to OverrideLocationForTesting() and delete the ...
8 years, 8 months ago (2012-04-20 23:25:40 UTC) #2
kkania
On 2012/04/20 23:25:40, John Abd-El-Malek wrote: > i had meant that we'd convert all users ...
8 years, 8 months ago (2012-04-21 01:52:49 UTC) #3
jam
http://codereview.chromium.org/10070012/diff/10020/content/content_browser.gypi File content/content_browser.gypi (right): http://codereview.chromium.org/10070012/diff/10020/content/content_browser.gypi#newcode721 content/content_browser.gypi:721: 'test/override_geolocation.cc', sorry I realize I told you to put ...
8 years, 8 months ago (2012-04-22 21:30:22 UTC) #4
joth
8 years, 8 months ago (2012-04-23 16:45:12 UTC) #5
kkania
Moved from test to public.
8 years, 8 months ago (2012-04-23 17:27:26 UTC) #6
jam
http://codereview.chromium.org/10070012/diff/17005/content/browser/geolocation/geolocation.cc File content/browser/geolocation/geolocation.cc (right): http://codereview.chromium.org/10070012/diff/17005/content/browser/geolocation/geolocation.cc#newcode24 content/browser/geolocation/geolocation.cc:24: BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind( nit: per the style guide, the ...
8 years, 8 months ago (2012-04-24 15:10:14 UTC) #7
kkania
8 years, 8 months ago (2012-04-24 16:49:36 UTC) #8
kkania
http://codereview.chromium.org/10070012/diff/17005/content/browser/geolocation/geolocation.cc File content/browser/geolocation/geolocation.cc (right): http://codereview.chromium.org/10070012/diff/17005/content/browser/geolocation/geolocation.cc#newcode24 content/browser/geolocation/geolocation.cc:24: BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind( On 2012/04/24 15:10:14, John Abd-El-Malek wrote: ...
8 years, 8 months ago (2012-04-24 16:50:36 UTC) #9
jam
lgtm
8 years, 8 months ago (2012-04-24 17:12:00 UTC) #10
kkania
joth or jknotten, would either of you like to review before I commit?
8 years, 8 months ago (2012-04-24 18:31:21 UTC) #11
John Knottenbelt
lgtm
8 years, 8 months ago (2012-04-25 10:27:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/10070012/42001
8 years, 8 months ago (2012-04-25 18:23:24 UTC) #13
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 21:48:07 UTC) #14
Change committed as 133988

Powered by Google App Engine
This is Rietveld 408576698