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

Issue 787003: First cut at implementing wifi bindigns for linux, using glib-dbus to Network... (Closed)

Created:
10 years, 9 months ago by joth
Modified:
9 years, 7 months ago
Reviewers:
agl, Evan Martin, dglazkov
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

First cut at implementing wifi bindigns for linux, using glib-dbus to NetworkManager NOTE: Adds a new build dependency on dbus-glib, on ubuntu you can meet this with: $ sudo aptitude install dbus-glib-1-dev BUG=http://crbug.com/37199 TEST=use browser with --enable-geolocation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41430

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 9

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+358 lines, -263 lines) Patch
M build/linux/system.gyp View 1 chunk +17 lines, -17 lines 0 comments Download
M chrome/browser/geolocation/empty_device_data_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_linux.h View 1 chunk +8 lines, -27 lines 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_linux.cc View 1 2 3 4 5 1 chunk +326 lines, -217 lines 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_mac.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Martin
Broad comment: rather than name the class with "Linux", consider a name like "NetworkManager". This ...
10 years, 9 months ago (2010-03-10 03:48:05 UTC) #1
Evan Martin
PS: the threads-init comment makes me a bit nervous, because we made a point of ...
10 years, 9 months ago (2010-03-10 03:49:42 UTC) #2
joth
Thanks for the quick review! New snapshot uploaded. The purpose of WifiDataProviderLinux is to be ...
10 years, 9 months ago (2010-03-10 13:24:38 UTC) #3
agl
LGTM. Note: don't land until the builders have the correct packages installed. http://codereview.chromium.org/787003/diff/20001/21004 File chrome/browser/geolocation/wifi_data_provider_linux.cc ...
10 years, 9 months ago (2010-03-10 14:51:04 UTC) #4
joth
Thanks, all fixed as you suggest. I'll hang on until I hear about the build ...
10 years, 9 months ago (2010-03-10 15:22:41 UTC) #5
dglazkov
10 years, 9 months ago (2010-03-12 18:26:23 UTC) #6
Did we forget about the canaries?

Powered by Google App Engine
This is Rietveld 408576698