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

Issue 890663003: Use chrome.networkingPrivate in chrome://network (Closed)

Created:
5 years, 10 months ago by stevenjb
Modified:
5 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use chrome.networkingPrivate in chrome://network This CL: * Enables chrome.networkingPrivate in chrome://network * Replaces networkConfig with direct calls to chrome.networkingPrivate * Moves the getShillProperties implementation (which is not available in networkingPrivate) into the network_ui.js and network_ui.cc files BUG=453895 For webui resources: TBR=xiyuan@chromium.org Committed: https://crrev.com/e2697a79da9e5cde038c6fcb58a5e414c57c306a Cr-Commit-Position: refs/heads/master@{#315093}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix _api_features_ entry #

Patch Set 3 : Fix manifest #

Patch Set 4 : Eliminate networkConfig helper JS class #

Patch Set 5 : . #

Total comments: 1

Patch Set 6 : Rebase + feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -482 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/resources/chromeos/network/network_config.js View 1 2 3 1 chunk +0 lines, -147 lines 0 comments Download
M chrome/browser/resources/chromeos/network_ui/network_ui.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/network_ui/network_ui.js View 1 2 3 9 chunks +80 lines, -24 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
D chrome/browser/ui/webui/chromeos/network_config_message_handler.h View 1 2 3 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/ui/webui/chromeos/network_config_message_handler.cc View 1 2 3 1 chunk +0 lines, -238 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/network_ui.cc View 1 2 3 4 5 2 chunks +121 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M extensions/common/api/_api_features.json View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
stevenjb
Hi guys, I am finally getting around to needing to use chrome extension APIs in ...
5 years, 10 months ago (2015-01-29 23:42:45 UTC) #2
stevenjb
On 2015/01/29 23:42:45, stevenjb wrote: > Hi guys, I am finally getting around to needing ...
5 years, 10 months ago (2015-01-29 23:51:12 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/890663003/diff/1/extensions/common/api/_api_features.json File extensions/common/api/_api_features.json (right): https://codereview.chromium.org/890663003/diff/1/extensions/common/api/_api_features.json#newcode206 extensions/common/api/_api_features.json:206: "dependencies": ["permission:networkingPrivate"], oh, this is a problem here. You ...
5 years, 10 months ago (2015-01-29 23:53:17 UTC) #4
stevenjb
Like this? Same error.
5 years, 10 months ago (2015-01-29 23:58:37 UTC) #5
not at google - send to devlin
yes like that. hrm.
5 years, 10 months ago (2015-01-30 00:03:49 UTC) #6
stevenjb
Aha! Finally saw an ERROR getting lost in the sea of chrome spam: base_feature_provider.cc(37)] networkingPrivate: ...
5 years, 10 months ago (2015-01-30 01:02:32 UTC) #7
stevenjb
OK, this is ready for review, PTAL.
5 years, 10 months ago (2015-01-30 19:37:47 UTC) #9
stevenjb
ping
5 years, 10 months ago (2015-02-05 23:42:23 UTC) #10
not at google - send to devlin
Extension stuff lgtm. Can't speak for networking obvs.
5 years, 10 months ago (2015-02-06 00:28:39 UTC) #11
pneubeck (no reviews)
great work, again less complexity. lgtm https://codereview.chromium.org/890663003/diff/80001/chrome/browser/ui/webui/chromeos/network_ui.cc File chrome/browser/ui/webui/chromeos/network_ui.cc (right): https://codereview.chromium.org/890663003/diff/80001/chrome/browser/ui/webui/chromeos/network_ui.cc#newcode119 chrome/browser/ui/webui/chromeos/network_ui.cc:119: scoped_ptr<base::DictionaryValue> unused_error_data) const ...
5 years, 10 months ago (2015-02-06 08:55:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890663003/100001
5 years, 10 months ago (2015-02-06 18:22:41 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/41042)
5 years, 10 months ago (2015-02-06 18:29:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890663003/100001
5 years, 10 months ago (2015-02-06 18:34:38 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-06 20:06:35 UTC) #20
stevenjb
+jlklein@ FYI
5 years, 10 months ago (2015-02-06 20:07:03 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 20:07:26 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e2697a79da9e5cde038c6fcb58a5e414c57c306a
Cr-Commit-Position: refs/heads/master@{#315093}

Powered by Google App Engine
This is Rietveld 408576698