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

Issue 939533002: Add a cr-button element, a thin wrapper around paper-button. (Closed)

Created:
5 years, 10 months ago by Jeremy Klein
Modified:
5 years, 9 months ago
CC:
chromium-reviews, 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, stevenjb+watch-md-settings_chromium.org, jlklein+watch-md-settings_chromium.org, dmazzoni
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a cr-button element, a thin wrapper around paper-button. R=dbeam@chromium.org BUG= Committed: https://crrev.com/3e322e059271f01f38ce7176664c1ccdab10e447 Cr-Commit-Position: refs/heads/master@{#318641}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added md_settings.css #

Patch Set 3 : Fix whatever git mess happened with third_party/ots #

Patch Set 4 : Remove unnecessary role. #

Total comments: 8

Patch Set 5 : Style things #

Patch Set 6 : Add 200px width for dropdowns in md_settings.html #

Patch Set 7 : Make headers all h3 in md_settings. #

Patch Set 8 : Rebased #

Patch Set 9 : Fix a couple conflicts #

Total comments: 2

Patch Set 10 : Fix a comment style issue. #

Patch Set 11 : Rebase #

Patch Set 12 : Add licenses to css files. #

Patch Set 13 : Another rebase... #

Patch Set 14 : Rebase with suspected fixes for bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -18 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/md_settings/md_settings.css View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_settings/md_settings.html View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/md_settings_ui.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A + ui/webui/resources/cr_elements/cr_button/cr_button.css View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_button/cr_button.html View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_button/cr_button.js View 1 2 3 4 5 6 7 8 9 1 chunk +40 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_button/demo.html View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 1 2 3 4 5 6 7 3 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 47 (20 generated)
Jeremy Klein
5 years, 10 months ago (2015-02-17 23:11:50 UTC) #1
michaelpg
+dmazzoni for shadow DOM accessibility question: if a custom element displays only another custom element ...
5 years, 10 months ago (2015-02-19 00:20:17 UTC) #3
Jeremy Klein
https://codereview.chromium.org/939533002/diff/1/chrome/browser/resources/md_settings/md_settings.html File chrome/browser/resources/md_settings/md_settings.html (right): https://codereview.chromium.org/939533002/diff/1/chrome/browser/resources/md_settings/md_settings.html#newcode11 chrome/browser/resources/md_settings/md_settings.html:11: <style type="text/css"> On 2015/02/19 00:20:17, michaelpg wrote: > Let's ...
5 years, 10 months ago (2015-02-20 23:20:33 UTC) #4
Jeremy Klein
https://codereview.chromium.org/939533002/diff/1/ui/webui/resources/cr_elements/cr_button/cr_button.html File ui/webui/resources/cr_elements/cr_button/cr_button.html (right): https://codereview.chromium.org/939533002/diff/1/ui/webui/resources/cr_elements/cr_button/cr_button.html#newcode4 ui/webui/resources/cr_elements/cr_button/cr_button.html:4: <polymer-element name="cr-button" role="button"> On 2015/02/20 23:20:33, Jeremy Klein wrote: ...
5 years, 10 months ago (2015-02-21 00:18:12 UTC) #5
Dan Beam
R=-dbeam
5 years, 10 months ago (2015-02-21 00:57:29 UTC) #7
michaelpg
https://codereview.chromium.org/939533002/diff/60001/chrome/browser/resources/md_settings/md_settings.css File chrome/browser/resources/md_settings/md_settings.css (right): https://codereview.chromium.org/939533002/diff/60001/chrome/browser/resources/md_settings/md_settings.css#newcode6 chrome/browser/resources/md_settings/md_settings.css:6: unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; what is this exactly? ...
5 years, 10 months ago (2015-02-21 01:23:05 UTC) #8
Jeremy Klein
https://codereview.chromium.org/939533002/diff/60001/chrome/browser/resources/md_settings/md_settings.css File chrome/browser/resources/md_settings/md_settings.css (right): https://codereview.chromium.org/939533002/diff/60001/chrome/browser/resources/md_settings/md_settings.css#newcode6 chrome/browser/resources/md_settings/md_settings.css:6: unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; On 2015/02/21 01:23:04, michaelpg ...
5 years, 10 months ago (2015-02-21 01:52:22 UTC) #9
James Hawkins
https://codereview.chromium.org/939533002/diff/60001/ui/webui/resources/cr_elements/cr_button/demo.html File ui/webui/resources/cr_elements/cr_button/demo.html (right): https://codereview.chromium.org/939533002/diff/60001/ui/webui/resources/cr_elements/cr_button/demo.html#newcode1 ui/webui/resources/cr_elements/cr_button/demo.html:1: <!DOCTYPE html> On 2015/02/21 01:52:22, Jeremy Klein wrote: > ...
5 years, 10 months ago (2015-02-23 20:08:51 UTC) #11
michaelpg
LGTM. We'll need to figure out precisely what determines the Unicode range for the font ...
5 years, 10 months ago (2015-02-25 00:35:00 UTC) #12
Jeremy Klein
On 2015/02/25 00:35:00, michaelpg wrote: > LGTM. We'll need to figure out precisely what determines ...
5 years, 10 months ago (2015-02-25 20:02:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/160001
5 years, 9 months ago (2015-02-28 01:37:16 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/46334)
5 years, 9 months ago (2015-02-28 02:18:02 UTC) #18
Jeremy Klein
On 2015/02/28 02:18:02, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-02-28 02:21:29 UTC) #19
James Hawkins
LGTM with nit. https://codereview.chromium.org/939533002/diff/160001/ui/webui/resources/cr_elements/cr_button/cr_button.js File ui/webui/resources/cr_elements/cr_button/cr_button.js (right): https://codereview.chromium.org/939533002/diff/160001/ui/webui/resources/cr_elements/cr_button/cr_button.js#newcode14 ui/webui/resources/cr_elements/cr_button/cr_button.js:14: <core-icon icon="favorite"></core-icon> Custom button nit: Missing ...
5 years, 9 months ago (2015-02-28 22:21:59 UTC) #20
Jeremy Klein
https://codereview.chromium.org/939533002/diff/160001/ui/webui/resources/cr_elements/cr_button/cr_button.js File ui/webui/resources/cr_elements/cr_button/cr_button.js (right): https://codereview.chromium.org/939533002/diff/160001/ui/webui/resources/cr_elements/cr_button/cr_button.js#newcode14 ui/webui/resources/cr_elements/cr_button/cr_button.js:14: <core-icon icon="favorite"></core-icon> Custom button On 2015/02/28 22:21:58, James Hawkins ...
5 years, 9 months ago (2015-02-28 23:58:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/180001
5 years, 9 months ago (2015-02-28 23:58:26 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/918)
5 years, 9 months ago (2015-03-01 00:03:17 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/200001
5 years, 9 months ago (2015-03-01 00:31:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/220001
5 years, 9 months ago (2015-03-01 00:34:02 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/924)
5 years, 9 months ago (2015-03-01 00:39:21 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/240001
5 years, 9 months ago (2015-03-01 22:47:44 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/1006)
5 years, 9 months ago (2015-03-01 22:53:12 UTC) #40
Jeremy Klein
On 2015/03/01 22:53:12, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-01 23:25:44 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/939533002/260001
5 years, 9 months ago (2015-03-02 01:48:24 UTC) #44
Jeremy Klein
On 2015/03/02 01:48:24, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 9 months ago (2015-03-02 02:28:04 UTC) #45
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 9 months ago (2015-03-02 03:08:46 UTC) #46
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 03:09:23 UTC) #47
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/3e322e059271f01f38ce7176664c1ccdab10e447
Cr-Commit-Position: refs/heads/master@{#318641}

Powered by Google App Engine
This is Rietveld 408576698