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

Issue 280023003: Implement networkingPrivate.getNetworks (Closed)

Created:
6 years, 7 months ago by stevenjb
Modified:
6 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, oshima+watch_chromium.org, jar (doing other things), asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : . #

Patch Set 5 : Fix tests (sort ServiceCompleteList) #

Total comments: 47

Patch Set 6 : Feedback #

Total comments: 14

Patch Set 7 : Rebase #

Patch Set 8 : Feedback #

Total comments: 7

Patch Set 9 : Fix .json comment #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Patch Set 12 : Fix nonchromeos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -162 lines) Patch
M chrome/browser/extensions/api/networking_private/networking_private_api.h View 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc View 1 2 3 4 5 6 7 chunks +60 lines, -63 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_api_nonchromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +30 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_apitest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +17 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/network_configuration/js/network_status.js View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/networking_private.json View 1 2 3 4 5 6 7 8 9 chunks +55 lines, -12 lines 0 comments Download
M chrome/test/data/extensions/api_test/networking/test.js View 1 2 3 4 5 6 7 3 chunks +76 lines, -17 lines 0 comments Download
M chromeos/dbus/fake_shill_manager_client.h View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 2 3 4 5 6 7 4 chunks +29 lines, -25 lines 0 comments Download
M chromeos/dbus/fake_shill_service_client.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/shill_manager_client.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chromeos/network/favorite_state.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M chromeos/network/network_state.cc View 1 2 3 4 5 1 chunk +12 lines, -2 lines 0 comments Download
M chromeos/network/network_state_handler.h View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download
M chromeos/network/network_state_handler.cc View 1 2 3 4 5 3 chunks +29 lines, -6 lines 0 comments Download
M chromeos/network/network_util.h View 1 2 3 2 chunks +15 lines, -4 lines 0 comments Download
M chromeos/network/network_util.cc View 1 2 3 4 5 2 chunks +36 lines, -14 lines 0 comments Download
M chromeos/network/onc/onc_utils.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chromeos/network/shill_property_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M components/onc/docs/onc_spec.html View 1 2 3 4 5 2 chunks +50 lines, -0 lines 0 comments Download
M components/onc/onc_constants.h View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M components/onc/onc_constants.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
stevenjb
OK, this is ready for review, please take a look when you have a chance.
6 years, 7 months ago (2014-05-10 00:44:17 UTC) #1
tbarzic
lgtm https://codereview.chromium.org/280023003/diff/20001/chrome/common/extensions/api/networking_private.json File chrome/common/extensions/api/networking_private.json (right): https://codereview.chromium.org/280023003/diff/20001/chrome/common/extensions/api/networking_private.json#newcode199 chrome/common/extensions/api/networking_private.json:199: "description": "If true, only include visible (physically connected ...
6 years, 7 months ago (2014-05-13 19:02:58 UTC) #2
armansito
lgtm
6 years, 7 months ago (2014-05-13 20:31:36 UTC) #3
stevenjb
Rebased with the GUID changes, Philip PTAL when you have a chance.
6 years, 7 months ago (2014-05-15 00:04:48 UTC) #4
armansito
https://codereview.chromium.org/280023003/diff/40001/chrome/test/data/extensions/api_test/networking/test.js File chrome/test/data/extensions/api_test/networking/test.js (right): https://codereview.chromium.org/280023003/diff/40001/chrome/test/data/extensions/api_test/networking/test.js#newcode347 chrome/test/data/extensions/api_test/networking/test.js:347: chrome.networkingPrivate.setProperties("stub_wifi2", result, nit: Might as well pass |network_guid| here ...
6 years, 7 months ago (2014-05-15 00:25:03 UTC) #5
stevenjb
https://codereview.chromium.org/280023003/diff/40001/chrome/test/data/extensions/api_test/networking/test.js File chrome/test/data/extensions/api_test/networking/test.js (right): https://codereview.chromium.org/280023003/diff/40001/chrome/test/data/extensions/api_test/networking/test.js#newcode347 chrome/test/data/extensions/api_test/networking/test.js:347: chrome.networkingPrivate.setProperties("stub_wifi2", result, On 2014/05/15 00:25:03, armansito wrote: > nit: ...
6 years, 7 months ago (2014-05-15 01:23:34 UTC) #6
pneubeck (no reviews)
Awesome! Looks very good. IMO, commit message should at least contain a short rational. The ...
6 years, 7 months ago (2014-05-15 18:28:37 UTC) #7
stevenjb
https://codereview.chromium.org/280023003/diff/80001/chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc File chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc (right): https://codereview.chromium.org/280023003/diff/80001/chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc#newcode305 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc:305: type); On 2014/05/15 18:28:37, pneubeck wrote: > this assumes ...
6 years, 7 months ago (2014-05-15 20:12:41 UTC) #8
pneubeck (no reviews)
lgtm https://codereview.chromium.org/280023003/diff/80001/chromeos/dbus/fake_shill_manager_client.cc File chromeos/dbus/fake_shill_manager_client.cc (right): https://codereview.chromium.org/280023003/diff/80001/chromeos/dbus/fake_shill_manager_client.cc#newcode510 chromeos/dbus/fake_shill_manager_client.cc:510: &active_services, &inactive_services); On 2014/05/15 20:12:41, stevenjb wrote: > ...
6 years, 7 months ago (2014-05-16 13:18:54 UTC) #9
stevenjb
https://codereview.chromium.org/280023003/diff/100001/chrome/common/extensions/api/networking_private.json File chrome/common/extensions/api/networking_private.json (right): https://codereview.chromium.org/280023003/diff/100001/chrome/common/extensions/api/networking_private.json#newcode192 chrome/common/extensions/api/networking_private.json:192: "$ref": "NetworkType", On 2014/05/16 13:18:55, pneubeck wrote: > replace ...
6 years, 7 months ago (2014-05-16 17:35:23 UTC) #10
stevenjb
+jar@ for metrics, +asargent@ for extensions/
6 years, 7 months ago (2014-05-16 17:38:15 UTC) #11
asargent_no_longer_on_chrome
lgtm with a few optional suggestions for you to consider (could be done as follow-up ...
6 years, 7 months ago (2014-05-16 19:32:57 UTC) #12
stevenjb
https://codereview.chromium.org/280023003/diff/140001/chrome/common/extensions/api/networking_private.json File chrome/common/extensions/api/networking_private.json (right): https://codereview.chromium.org/280023003/diff/140001/chrome/common/extensions/api/networking_private.json#newcode116 chrome/common/extensions/api/networking_private.json:116: "description": "Gets the cached read-only properties of the network ...
6 years, 7 months ago (2014-05-16 19:44:44 UTC) #13
stevenjb
+ isherman@chromium.org, mpearson@chromium.org, asvitkine@chromium.org Can I get a quick OWNERS review on the histograms changes? ...
6 years, 7 months ago (2014-05-16 22:48:12 UTC) #14
Ilya Sherman
Histogram changes lgtm
6 years, 7 months ago (2014-05-16 22:58:23 UTC) #15
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 7 months ago (2014-05-16 23:30:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/280023003/180001
6 years, 7 months ago (2014-05-16 23:33:35 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-17 06:39:35 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-17 07:42:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28108)
6 years, 7 months ago (2014-05-17 07:42:47 UTC) #20
pneubeck (no reviews)
https://codereview.chromium.org/280023003/diff/140001/chrome/common/extensions/api/networking_private.json File chrome/common/extensions/api/networking_private.json (right): https://codereview.chromium.org/280023003/diff/140001/chrome/common/extensions/api/networking_private.json#newcode193 chrome/common/extensions/api/networking_private.json:193: "description": "The type of networks to return." On 2014/05/16 ...
6 years, 7 months ago (2014-05-18 18:36:54 UTC) #21
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 7 months ago (2014-05-19 18:06:15 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/280023003/220001
6 years, 7 months ago (2014-05-19 18:07:37 UTC) #23
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 21:36:05 UTC) #24
Message was sent while issue was closed.
Change committed as 271490

Powered by Google App Engine
This is Rietveld 408576698