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

Issue 2169603002: MD WebUI: Move some settings CSS to shared_style_css (Closed)

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

Description

MD WebUI: Move some settings CSS to shared_style_css This CL makes the separator line and hover color shared for MD. It also shares the [actionable] styling. BUG=521040 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/3ec487498ee6035b89e02b07cf03b7725de2ccc3 Cr-Commit-Position: refs/heads/master@{#407217}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : Separate shared vars #

Patch Set 4 : settings_root_css -> settings_vars_css #

Patch Set 5 : hoverable -> selectable #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase with hover removal changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -80 lines) Patch
M chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_main/settings_main.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/resources/settings/settings_root_css.html View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
M chrome/browser/resources/settings/settings_shared_css.html View 1 2 3 4 5 6 3 chunks +2 lines, -6 lines 0 comments Download
A + chrome/browser/resources/settings/settings_vars_css.html View 1 2 3 4 5 6 3 chunks +4 lines, -5 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list.html View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_custom_item.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_item_css.html View 1 2 3 4 2 chunks +10 lines, -7 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_network_item.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/shared_style_css.html View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/shared_vars_css.html View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (10 generated)
stevenjb
4 years, 5 months ago (2016-07-20 21:14:14 UTC) #5
michaelpg
seems sound enough, lgtm
4 years, 5 months ago (2016-07-20 23:40:47 UTC) #6
dschuyler
https://codereview.chromium.org/2169603002/diff/40001/chrome/browser/resources/settings/settings_root_css.html File chrome/browser/resources/settings/settings_root_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/chrome/browser/resources/settings/settings_root_css.html#newcode5 chrome/browser/resources/settings/settings_root_css.html:5: <style is="custom-style" include="cr-shared-style"> Can this include be done elsewhere? ...
4 years, 5 months ago (2016-07-21 00:04:48 UTC) #7
Dan Beam
don't make :hover easier to do yet https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html File ui/webui/resources/cr_elements/network/cr_network_list_item_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html#newcode23 ui/webui/resources/cr_elements/network/cr_network_list_item_css.html:23: [hoverable]:hover { ...
4 years, 5 months ago (2016-07-21 00:08:47 UTC) #9
Dan Beam
https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html File ui/webui/resources/cr_elements/network/cr_network_list_item_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html#newcode23 ui/webui/resources/cr_elements/network/cr_network_list_item_css.html:23: [hoverable]:hover { On 2016/07/21 00:08:46, Dan Beam wrote: > ...
4 years, 5 months ago (2016-07-21 00:33:22 UTC) #10
michaelpg
https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/shared_style_css.html File ui/webui/resources/cr_elements/shared_style_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/shared_style_css.html#newcode15 ui/webui/resources/cr_elements/shared_style_css.html:15: } On 2016/07/21 00:04:48, dschuyler wrote: > Suggestion: the ...
4 years, 5 months ago (2016-07-21 04:26:51 UTC) #11
stevenjb
https://codereview.chromium.org/2169603002/diff/40001/chrome/browser/resources/settings/settings_root_css.html File chrome/browser/resources/settings/settings_root_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/chrome/browser/resources/settings/settings_root_css.html#newcode5 chrome/browser/resources/settings/settings_root_css.html:5: <style is="custom-style" include="cr-shared-style"> On 2016/07/21 00:04:48, dschuyler wrote: > ...
4 years, 5 months ago (2016-07-21 15:46:32 UTC) #12
stevenjb
PTAL
4 years, 5 months ago (2016-07-21 16:58:28 UTC) #13
Dan Beam
https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html File ui/webui/resources/cr_elements/network/cr_network_list_item_css.html (right): https://codereview.chromium.org/2169603002/diff/40001/ui/webui/resources/cr_elements/network/cr_network_list_item_css.html#newcode23 ui/webui/resources/cr_elements/network/cr_network_list_item_css.html:23: [hoverable]:hover { On 2016/07/21 15:46:32, stevenjb wrote: > On ...
4 years, 5 months ago (2016-07-21 18:04:16 UTC) #14
stevenjb
After discussing online, I went ahead and renamed settings_root_css -> settings_vars_css. PTAL
4 years, 5 months ago (2016-07-21 21:17:50 UTC) #15
stevenjb
On 2016/07/21 21:17:50, stevenjb wrote: > After discussing online, I went ahead and renamed settings_root_css ...
4 years, 5 months ago (2016-07-22 16:16:32 UTC) #17
dschuyler
lgtm
4 years, 5 months ago (2016-07-22 17:46:35 UTC) #18
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/2169603002/140001
4 years, 5 months ago (2016-07-22 17:49:03 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 5 months ago (2016-07-22 18:47:24 UTC) #23
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 18:49:13 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3ec487498ee6035b89e02b07cf03b7725de2ccc3
Cr-Commit-Position: refs/heads/master@{#407217}

Powered by Google App Engine
This is Rietveld 408576698