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

Issue 1219753007: Add network proxy input to md-settings internet details (Closed)

Created:
5 years, 5 months ago by stevenjb
Modified:
5 years, 5 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, khorimoto+watch-md-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, jhawkins+watch-md-settings_chromium.org, orenb+watch-md-settings_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch-md-settings_chromium.org, jlklein+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add network proxy input to md-settings internet details BUG=481563 Committed: https://crrev.com/d9ca8bd6f034b0b9b6e8f31b28ab43b3442b18f0 Cr-Commit-Position: refs/heads/master@{#338383}

Patch Set 1 #

Total comments: 11

Patch Set 2 : . #

Total comments: 18

Patch Set 3 : Feedback + some related changes #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+604 lines, -22 lines) Patch
M chrome/browser/resources/settings/internet_page/internet_detail_page.css View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 1 chunk +17 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/internet_page/network_proxy.css View 2 chunks +16 lines, -2 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy.html View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy.js View 1 2 1 chunk +259 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/internet_page/network_proxy_exclusions.css View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html View 1 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy_exclusions.js View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/internet_page/network_proxy_input.css View 1 2 1 chunk +7 lines, -10 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy_input.html View 1 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_proxy_input.js View 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/api/networking_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/v1_0/cr_onc/cr_onc_types.js View 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
stevenjb
https://codereview.chromium.org/1219753007/diff/1/chrome/browser/resources/settings/internet_page/internet_detail_page.css File chrome/browser/resources/settings/internet_page/internet_detail_page.css (right): https://codereview.chromium.org/1219753007/diff/1/chrome/browser/resources/settings/internet_page/internet_detail_page.css#newcode38 chrome/browser/resources/settings/internet_page/internet_detail_page.css:38: max-width: 500px; needed? https://codereview.chromium.org/1219753007/diff/1/chrome/browser/resources/settings/internet_page/internet_detail_page.html File chrome/browser/resources/settings/internet_page/internet_detail_page.html (right): https://codereview.chromium.org/1219753007/diff/1/chrome/browser/resources/settings/internet_page/internet_detail_page.html#newcode1 chrome/browser/resources/settings/internet_page/internet_detail_page.html:1: ...
5 years, 5 months ago (2015-07-08 01:59:25 UTC) #1
stevenjb
+kalman@ for minor fix to networking_private.idl
5 years, 5 months ago (2015-07-08 19:11:01 UTC) #4
stevenjb
michaelpg@ - Please take a look when you have a chance; no rush.
5 years, 5 months ago (2015-07-08 19:11:26 UTC) #5
not at google - send to devlin
idl change lgtm
5 years, 5 months ago (2015-07-08 19:19:31 UTC) #6
michaelpg
https://codereview.chromium.org/1219753007/diff/40001/chrome/browser/resources/settings/internet_page/network_proxy.html File chrome/browser/resources/settings/internet_page/network_proxy.html (right): https://codereview.chromium.org/1219753007/diff/40001/chrome/browser/resources/settings/internet_page/network_proxy.html#newcode16 chrome/browser/resources/settings/internet_page/network_proxy.html:16: <select id="selectType" on-change="onTypeChange_"> nit: onTypeSelected, not to be confused ...
5 years, 5 months ago (2015-07-10 00:38:31 UTC) #7
stevenjb
PTAL https://codereview.chromium.org/1219753007/diff/40001/chrome/browser/resources/settings/internet_page/network_proxy.html File chrome/browser/resources/settings/internet_page/network_proxy.html (right): https://codereview.chromium.org/1219753007/diff/40001/chrome/browser/resources/settings/internet_page/network_proxy.html#newcode16 chrome/browser/resources/settings/internet_page/network_proxy.html:16: <select id="selectType" on-change="onTypeChange_"> On 2015/07/10 00:38:30, michaelpg wrote: ...
5 years, 5 months ago (2015-07-10 17:31:59 UTC) #8
michaelpg
lgtm
5 years, 5 months ago (2015-07-10 18:40:38 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1219753007/80001
5 years, 5 months ago (2015-07-10 21:26:45 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 5 months ago (2015-07-10 22:34:31 UTC) #13
commit-bot: I haz the power
5 years, 5 months ago (2015-07-10 22:35:20 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d9ca8bd6f034b0b9b6e8f31b28ab43b3442b18f0
Cr-Commit-Position: refs/heads/master@{#338383}

Powered by Google App Engine
This is Rietveld 408576698