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

Issue 1006553002: Add third-party VPN support to network details dialog (Closed)

Created:
5 years, 9 months ago by bartfab (slow)
Modified:
5 years, 8 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@f_2_460428_add_ash_ui
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add third-party VPN support to network details dialog This CL adds support for third-party VPNs to the network details dialog: * The title contains both the VPN provider name and the network name. * Fields not applicable to third-party VPNs are hidden. * A new field showing the provider name is added. * The "Configure" button triggers the VPN provider's configuration UI. BUG=460428 TEST=Manual Committed: https://crrev.com/ad31894c146a95c366bd35e797dcd085411502e9 Cr-Commit-Position: refs/heads/master@{#321262}

Patch Set 1 #

Patch Set 2 : Ready for review. #

Patch Set 3 : Prepare for removal of GetManagedPropertiesResult() by tracking VPN providers and networks separate… #

Total comments: 14

Patch Set 4 : Addressed comments. Rebased. #

Patch Set 5 : i18n-ize third-party provider name #

Patch Set 6 : Updated to read the extension ID from the new ONC property. #

Total comments: 16

Patch Set 7 : Ignore auto-connect for third-party VPNs. #

Patch Set 8 : Renamed updateVPNProviders() to loadVPNProviders(). #

Patch Set 9 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -36 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.css View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.html View 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 4 5 6 7 8 5 chunks +59 lines, -25 lines 0 comments Download
M chrome/browser/resources/options/chromeos/network_list.js View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos/vpn_providers.js View 1 2 3 4 5 6 7 8 1 chunk +84 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.h View 1 2 3 4 5 6 7 5 chunks +20 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 1 2 3 4 5 6 7 8 14 chunks +114 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc View 1 2 3 4 5 4 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
bartfab (slow)
Hi Steven, Please take a look.
5 years, 9 months ago (2015-03-12 18:26:24 UTC) #2
bartfab (slow)
Hi Steven, Could you have another look? I maintain a separate list of VPN networks ...
5 years, 9 months ago (2015-03-13 17:04:08 UTC) #3
bartfab (slow)
On 2015/03/13 17:04:08, bartfab wrote: > Hi Steven, > > Could you have another look? ...
5 years, 9 months ago (2015-03-13 17:17:08 UTC) #4
stevenjb
+michaelpg@ - Could you look at the HTML/JS changes? This is a stopgap solution, so ...
5 years, 9 months ago (2015-03-15 17:00:08 UTC) #7
stevenjb
Modulo my comments and michael's review, this lgtm. I will do my best to look ...
5 years, 9 months ago (2015-03-15 17:02:03 UTC) #8
michaelpg
lgtm LGTM w/ nits https://codereview.chromium.org/1006553002/diff/40001/chrome/browser/resources/options/chromeos/vpn_providers.js File chrome/browser/resources/options/chromeos/vpn_providers.js (right): https://codereview.chromium.org/1006553002/diff/40001/chrome/browser/resources/options/chromeos/vpn_providers.js#newcode25 chrome/browser/resources/options/chromeos/vpn_providers.js:25: * @type {Object.<string, string>} nit ...
5 years, 9 months ago (2015-03-16 05:45:20 UTC) #9
bartfab (slow)
On 2015/03/15 17:00:08, stevenjb wrote: > +michaelpg@ - Could you look at the HTML/JS changes? ...
5 years, 9 months ago (2015-03-16 10:03:26 UTC) #10
bartfab (slow)
https://codereview.chromium.org/1006553002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/1006553002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode1322 chrome/browser/resources/options/chromeos/internet_detail.js:1322: oncData.VPNProviderID, On 2015/03/15 17:00:08, stevenjb wrote: > Don't use ...
5 years, 9 months ago (2015-03-16 10:04:51 UTC) #11
bartfab (slow)
Hi Philipp, Could you take a look while Steven is out?
5 years, 9 months ago (2015-03-18 20:12:51 UTC) #12
bartfab (slow)
Hi Philipp, Could you take a look while Steven is out?
5 years, 9 months ago (2015-03-18 20:13:08 UTC) #14
pneubeck (no reviews)
diff 5 to 6 lgtm with a few comments. https://codereview.chromium.org/1006553002/diff/100001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/1006553002/diff/100001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode1322 chrome/browser/resources/options/chromeos/internet_detail.js:1322: ...
5 years, 9 months ago (2015-03-18 20:41:30 UTC) #15
bartfab (slow)
https://codereview.chromium.org/1006553002/diff/100001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/1006553002/diff/100001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode1322 chrome/browser/resources/options/chromeos/internet_detail.js:1322: detailsPage.networkTitle_ = undefined; On 2015/03/18 20:41:30, pneubeck wrote: > ...
5 years, 9 months ago (2015-03-18 21:10:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006553002/160001
5 years, 9 months ago (2015-03-19 00:17:02 UTC) #19
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 9 months ago (2015-03-19 01:18:10 UTC) #20
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 01:18:48 UTC) #21
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ad31894c146a95c366bd35e797dcd085411502e9
Cr-Commit-Position: refs/heads/master@{#321262}

Powered by Google App Engine
This is Rietveld 408576698