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

Issue 2179223004: MD Settings: Internet: Clean up network and proxy sections. (Closed)

Created:
4 years, 4 months ago by stevenjb
Modified:
4 years, 4 months ago
Reviewers:
dschuyler
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@issue_609156_internet_cleanup_3
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Internet: Clean up network and proxy sections. This CL correctly formats the network and proxy sections of the internet detail page. It also introduces internet_shared_css.html for common styling. BUG=609156 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/e0ce4c34949112ba36481db65eadad6b1dfc0d76 Cr-Commit-Position: refs/heads/master@{#408812}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Rebase, minor layout tweaks #

Patch Set 4 : Minor fix #

Total comments: 10

Patch Set 5 : Feedback #

Total comments: 5

Patch Set 6 : Rebase #

Patch Set 7 : Add MAX_NAMESERVERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -362 lines) Patch
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 2 6 chunks +9 lines, -19 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/internet_shared_css.html View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 1 chunk +24 lines, -37 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.js View 1 10 chunks +20 lines, -30 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_ip_config.html View 1 2 3 1 chunk +7 lines, -10 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_ip_config.js View 1 2 10 chunks +16 lines, -17 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.html View 1 2 3 4 1 chunk +22 lines, -40 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.js View 1 2 3 4 5 6 10 chunks +48 lines, -43 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.html View 1 2 3 4 1 chunk +4 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 1 2 3 4 1 chunk +91 lines, -86 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.js View 1 10 chunks +47 lines, -37 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html View 1 chunk +13 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy_input.html View 1 2 3 4 1 chunk +14 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy_input.js View 1 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (4 generated)
stevenjb
Apologies for the size of this CL, but it made sense to change them all ...
4 years, 4 months ago (2016-07-26 21:46:49 UTC) #3
dschuyler
https://codereview.chromium.org/2179223004/diff/60001/chrome/browser/resources/settings/internet_page/internet_shared_css.html File chrome/browser/resources/settings/internet_page/internet_shared_css.html (right): https://codereview.chromium.org/2179223004/diff/60001/chrome/browser/resources/settings/internet_page/internet_shared_css.html#newcode10 chrome/browser/resources/settings/internet_page/internet_shared_css.html:10: font-size: 100%; A font-size: 100%; just looks strange to ...
4 years, 4 months ago (2016-07-29 02:07:22 UTC) #4
stevenjb
https://codereview.chromium.org/2179223004/diff/60001/chrome/browser/resources/settings/internet_page/internet_shared_css.html File chrome/browser/resources/settings/internet_page/internet_shared_css.html (right): https://codereview.chromium.org/2179223004/diff/60001/chrome/browser/resources/settings/internet_page/internet_shared_css.html#newcode10 chrome/browser/resources/settings/internet_page/internet_shared_css.html:10: font-size: 100%; On 2016/07/29 02:07:22, dschuyler wrote: > A ...
4 years, 4 months ago (2016-07-29 17:35:18 UTC) #5
dschuyler
https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_nameservers.js File chrome/browser/resources/settings/internet_page/network_nameservers.js (right): https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_nameservers.js#newcode111 chrome/browser/resources/settings/internet_page/network_nameservers.js:111: for (let i = nameservers.length; i < 4; ++i) ...
4 years, 4 months ago (2016-07-29 19:27:02 UTC) #6
stevenjb
https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_proxy.html File chrome/browser/resources/settings/internet_page/network_proxy.html (right): https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_proxy.html#newcode46 chrome/browser/resources/settings/internet_page/network_proxy.html:46: <div class="settings-box continuation"> On 2016/07/29 19:27:01, dschuyler wrote: > ...
4 years, 4 months ago (2016-07-29 19:41:41 UTC) #7
dschuyler
https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_proxy.html File chrome/browser/resources/settings/internet_page/network_proxy.html (right): https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_proxy.html#newcode46 chrome/browser/resources/settings/internet_page/network_proxy.html:46: <div class="settings-box continuation"> On 2016/07/29 19:41:41, stevenjb wrote: > ...
4 years, 4 months ago (2016-07-29 20:21:38 UTC) #8
stevenjb
PTAL https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_nameservers.js File chrome/browser/resources/settings/internet_page/network_nameservers.js (right): https://codereview.chromium.org/2179223004/diff/80001/chrome/browser/resources/settings/internet_page/network_nameservers.js#newcode111 chrome/browser/resources/settings/internet_page/network_nameservers.js:111: for (let i = nameservers.length; i < 4; ...
4 years, 4 months ago (2016-07-29 22:23:29 UTC) #9
dschuyler
lgtm
4 years, 4 months ago (2016-07-29 22:54:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2179223004/120001
4 years, 4 months ago (2016-07-29 22:56:34 UTC) #12
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-07-30 00:06:05 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-07-30 00:09:04 UTC) #15
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e0ce4c34949112ba36481db65eadad6b1dfc0d76
Cr-Commit-Position: refs/heads/master@{#408812}

Powered by Google App Engine
This is Rietveld 408576698