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

Issue 543174: Update Gears wifi data providers to Chrome style & APIs.... (Closed)

Created:
10 years, 11 months ago by joth
Modified:
9 years, 7 months ago
Reviewers:
bulach_, bulach, jorlow
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Update Gears wifi data providers to Chrome style & APIs. Add wifi data provider to project. Add tests for windows provider. (More to follow) BUG=11246 TEST=unit_tests - wifi_data_provider_win_unittest.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37396

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 34

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+946 lines, -915 lines) Patch
M chrome/browser/DEPS View 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M + chrome/browser/geolocation/device_data_provider.h View 2 3 4 5 6 14 chunks +61 lines, -69 lines 0 comments Download
M + chrome/browser/geolocation/empty_device_data_provider.h View 2 3 4 5 6 3 chunks +9 lines, -29 lines 0 comments Download
M + chrome/browser/geolocation/empty_device_data_provider.cc View 2 3 4 5 6 1 chunk +4 lines, -32 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_common.h View 2 3 4 5 6 1 chunk +46 lines, -33 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_common.cc View 2 3 4 5 6 1 chunk +11 lines, -89 lines 0 comments Download
A chrome/browser/geolocation/wifi_data_provider_common_win.h View 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/browser/geolocation/wifi_data_provider_common_win.cc View 3 4 5 6 1 chunk +52 lines, -0 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_linux.h View 2 3 4 5 6 2 chunks +12 lines, -28 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_linux.cc View 2 3 4 5 6 3 chunks +7 lines, -29 lines 0 comments Download
A chrome/browser/geolocation/wifi_data_provider_mac.h View 3 4 5 6 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/geolocation/wifi_data_provider_mac.cc View 3 4 5 6 1 chunk +146 lines, -0 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_osx.h View 2 3 4 5 6 1 chunk +0 lines, -71 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_osx.cc View 2 3 4 5 6 1 chunk +0 lines, -168 lines 0 comments Download
A chrome/browser/geolocation/wifi_data_provider_unittest_win.cc View 3 4 5 6 1 chunk +145 lines, -0 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_win.h View 2 3 4 5 6 1 chunk +46 lines, -62 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_win.cc View 2 3 4 5 6 15 chunks +318 lines, -178 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_windows_common.h View 2 3 4 5 6 1 chunk +0 lines, -45 lines 0 comments Download
M + chrome/browser/geolocation/wifi_data_provider_windows_common.cc View 2 3 4 5 6 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
joth
Currently this is work in progress. Depends on http://codereview.chromium.org/546116. Uploaded this change just for reference.
10 years, 11 months ago (2010-01-22 18:50:37 UTC) #1
joth
This is all building and passing tests on windows now. I need to check the ...
10 years, 11 months ago (2010-01-26 20:10:20 UTC) #2
bulach_
hehe, deja vu on some of these pieces! :) some general comments below, and since ...
10 years, 11 months ago (2010-01-27 13:29:01 UTC) #3
joth
Thanks, think I addressed all your suggestions. uploading new snapshot... http://codereview.chromium.org/543174/diff/4001/4003 File chrome/browser/geolocation/device_data_provider.h (right): http://codereview.chromium.org/543174/diff/4001/4003#newcode141 ...
10 years, 11 months ago (2010-01-27 16:40:46 UTC) #4
jorlow
I only skimmed, but looks pretty good to me. http://codereview.chromium.org/543174/diff/4036/4049 File chrome/browser/geolocation/wifi_data_provider_linux.cc (right): http://codereview.chromium.org/543174/diff/4036/4049#newcode257 chrome/browser/geolocation/wifi_data_provider_linux.cc:257: ...
10 years, 11 months ago (2010-01-27 18:44:44 UTC) #5
joth
10 years, 11 months ago (2010-01-27 19:00:57 UTC) #6
Thanks!

2010/1/27 <jorlow@chromium.org>

> I only skimmed, but looks pretty good to me.
>
>
> http://codereview.chromium.org/543174/diff/4036/4049
> File chrome/browser/geolocation/wifi_data_provider_linux.cc (right):
>
> http://codereview.chromium.org/543174/diff/4036/4049#newcode257
> chrome/browser/geolocation/wifi_data_provider_linux.cc:257: #endif  //
> LINUX && !OS_MACOSX
> // 0
>
> done


> http://codereview.chromium.org/543174/diff/4036/4054
> File chrome/browser/geolocation/wifi_data_provider_mac.cc (right):
>
> http://codereview.chromium.org/543174/diff/4036/4054#newcode146
> chrome/browser/geolocation/wifi_data_provider_mac.cc:146: #endif  //
> OS_MACOSX
> // 0
>
> done


> http://codereview.chromium.org/543174/diff/4036/4051
> File chrome/browser/geolocation/wifi_data_provider_osx.cc (left):
>
> http://codereview.chromium.org/543174/diff/4036/4051#oldcode133
> chrome/browser/geolocation/wifi_data_provider_osx.cc:133: if
> (managed_access_points == NULL) {
> Why did we delete this file?
>
>
> I renamed _osx.  =>  _mac.
and _windows_common.  =>  _common_win.
gyp seems to use the suffix to get the 'exclude' files correct correct?


http://codereview.chromium.org/543174
>

Powered by Google App Engine
This is Rietveld 408576698