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

Issue 1346823005: Elim cr_button from md-settings (Closed)

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

Description

Elim cr_button from md-settings cr-button doesn't have any behaviors that we are concerned about and only minor styling that can be done in settings_page.css. BUG=532540 Committed: https://crrev.com/90e01f99ec58a64e339a2d87983f0fdd7fb4bde1 Cr-Commit-Position: refs/heads/master@{#350384}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Add paper-button styling to settings_page.css #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -243 lines) Patch
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.html View 2 chunks +32 lines, -24 lines 0 comments Download
M chrome/browser/resources/settings/downloads_page/downloads_page.html View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.css View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 5 chunks +21 lines, -20 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_siminfo.html View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_adder.html View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/search_page/search_page.css View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/search_page/search_page.html View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_page.css View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/sync_page/sync_page.html View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/users_page/user_list.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/users_page/users_page.html View 2 chunks +3 lines, -3 lines 0 comments Download
D ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css View 1 chunk +0 lines, -30 lines 0 comments Download
D ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.html View 1 chunk +0 lines, -14 lines 0 comments Download
D ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.js View 1 chunk +0 lines, -70 lines 0 comments Download
D ui/webui/resources/cr_elements/v1_0/cr_button/demo.html View 1 chunk +0 lines, -14 lines 0 comments Download
M ui/webui/resources/cr_elements/v1_0/demo_element.html View 3 chunks +3 lines, -17 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
stevenjb
5 years, 3 months ago (2015-09-22 17:15:48 UTC) #2
Dan Beam
https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html File chrome/browser/resources/settings/downloads_page/downloads_page.html (right): https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html#newcode21 chrome/browser/resources/settings/downloads_page/downloads_page.html:21: <paper-button id="changeDownloadsPath" on-tap="selectDownloadLocation_" did we decide on-tap instead of ...
5 years, 3 months ago (2015-09-22 17:22:47 UTC) #3
stevenjb
https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html File chrome/browser/resources/settings/downloads_page/downloads_page.html (right): https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html#newcode21 chrome/browser/resources/settings/downloads_page/downloads_page.html:21: <paper-button id="changeDownloadsPath" on-tap="selectDownloadLocation_" On 2015/09/22 17:22:47, Dan Beam wrote: ...
5 years, 3 months ago (2015-09-22 17:36:29 UTC) #4
michaelpg
https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/search_page/search_page.css File chrome/browser/resources/settings/search_page/search_page.css (right): https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/search_page/search_page.css#newcode15 chrome/browser/resources/settings/search_page/search_page.css:15: display: flex; these used to apply to a <cr-button> ...
5 years, 3 months ago (2015-09-22 22:03:46 UTC) #5
Dan Beam
https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css File ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css (left): https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css#oldcode21 ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css:21: min-width: auto; On 2015/09/22 17:36:29, stevenjb wrote: > On ...
5 years, 3 months ago (2015-09-22 22:22:23 UTC) #6
stevenjb
ptal https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html File chrome/browser/resources/settings/downloads_page/downloads_page.html (right): https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/downloads_page/downloads_page.html#newcode21 chrome/browser/resources/settings/downloads_page/downloads_page.html:21: <paper-button id="changeDownloadsPath" on-tap="selectDownloadLocation_" On 2015/09/22 17:36:29, stevenjb wrote: ...
5 years, 3 months ago (2015-09-22 23:00:18 UTC) #7
Dan Beam
lgtm https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css File ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css (left): https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css#oldcode21 ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css:21: min-width: auto; On 2015/09/22 23:00:18, stevenjb wrote: > ...
5 years, 3 months ago (2015-09-22 23:09:56 UTC) #8
michaelpg
lgtm https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/search_page/search_page.css File chrome/browser/resources/settings/search_page/search_page.css (right): https://codereview.chromium.org/1346823005/diff/1/chrome/browser/resources/settings/search_page/search_page.css#newcode15 chrome/browser/resources/settings/search_page/search_page.css:15: display: flex; On 2015/09/22 23:00:18, stevenjb wrote: > ...
5 years, 3 months ago (2015-09-23 00:24:40 UTC) #9
stevenjb
https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css File ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css (left): https://codereview.chromium.org/1346823005/diff/1/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css#oldcode21 ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css:21: min-width: auto; On 2015/09/22 23:09:55, Dan Beam wrote: > ...
5 years, 3 months ago (2015-09-23 17:22:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1346823005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1346823005/40001
5 years, 3 months ago (2015-09-23 17:24:33 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/107704)
5 years, 3 months ago (2015-09-23 18:15:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1346823005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1346823005/40001
5 years, 3 months ago (2015-09-23 19:11:39 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/111215)
5 years, 3 months ago (2015-09-23 20:25:15 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1346823005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1346823005/40001
5 years, 3 months ago (2015-09-23 22:16:07 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-23 23:26:42 UTC) #22
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 23:27:47 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/90e01f99ec58a64e339a2d87983f0fdd7fb4bde1
Cr-Commit-Position: refs/heads/master@{#350384}

Powered by Google App Engine
This is Rietveld 408576698