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

Issue 918913002: Add a <cr-input> element to cr_elements. (Closed)

Created:
5 years, 10 months ago by Jeremy Klein
Modified:
5 years, 9 months ago
Reviewers:
stevenjb, michaelpg
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, ajo, tjsavage_google.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a <cr-input> element to cr_elements. BUG= Committed: https://crrev.com/c830ceceb0d71f9a66ff4bc1de75d3566d06a1d1 Cr-Commit-Position: refs/heads/master@{#318662}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 24

Patch Set 4 : Address Michael's first round of comments." #

Total comments: 2

Patch Set 5 : Addressed line-length issues. #

Total comments: 19

Patch Set 6 : Address style comments #

Patch Set 7 : Remove @method #

Total comments: 2

Patch Set 8 : Rebase and fix conflicts #

Patch Set 9 : Add a license header to cr_input.css #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -12 lines) Patch
M chrome/browser/resources/md_settings/md_settings.html View 1 2 3 4 5 6 7 3 chunks +6 lines, -1 line 0 comments Download
A + ui/webui/resources/cr_elements/cr_input/cr_input.css View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_input/cr_input.html View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_input/cr_input.js View 1 2 3 4 5 6 1 chunk +128 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_input/demo.html View 1 2 3 4 5 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 1 chunk +21 lines, -12 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
Jeremy Klein
On 2015/02/12 23:39:24, Jeremy Klein wrote: > mailto:jlklein@chromium.org changed reviewers: > + mailto:dbeam@chromium.org, mailto:michaelpg@chromium.org, mailto:stevenjb@chromium.org ...
5 years, 10 months ago (2015-02-12 23:41:09 UTC) #2
michaelpg
style comments https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html File chrome/browser/resources/md_settings/md_settings.html (right): https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html#newcode8 chrome/browser/resources/md_settings/md_settings.html:8: <link rel="import" href="chrome://resources/cr_elements/cr_input/cr_input.html"> nit: let's ask dbeam ...
5 years, 10 months ago (2015-02-13 00:08:29 UTC) #3
Jeremy Klein
https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html File chrome/browser/resources/md_settings/md_settings.html (right): https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html#newcode8 chrome/browser/resources/md_settings/md_settings.html:8: <link rel="import" href="chrome://resources/cr_elements/cr_input/cr_input.html"> On 2015/02/13 00:08:28, michaelpg wrote: > ...
5 years, 10 months ago (2015-02-13 00:22:55 UTC) #4
michaelpg
https://codereview.chromium.org/918913002/diff/40001/ui/webui/resources/cr_elements/cr_input/cr_input.html File ui/webui/resources/cr_elements/cr_input/cr_input.html (right): https://codereview.chromium.org/918913002/diff/40001/ui/webui/resources/cr_elements/cr_input/cr_input.html#newcode12 ui/webui/resources/cr_elements/cr_input/cr_input.html:12: <paper-input-decorator id="decorator" label="{{label}}" floatingLabel="{{floatingLabel}}" On 2015/02/13 00:22:54, Jeremy Klein ...
5 years, 10 months ago (2015-02-13 05:45:13 UTC) #5
Jeremy Klein
On 2015/02/13 05:45:13, michaelpg wrote: > https://codereview.chromium.org/918913002/diff/40001/ui/webui/resources/cr_elements/cr_input/cr_input.html > File ui/webui/resources/cr_elements/cr_input/cr_input.html (right): > > https://codereview.chromium.org/918913002/diff/40001/ui/webui/resources/cr_elements/cr_input/cr_input.html#newcode12 > ...
5 years, 10 months ago (2015-02-13 20:54:40 UTC) #6
michaelpg
https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html File chrome/browser/resources/md_settings/md_settings.html (right): https://codereview.chromium.org/918913002/diff/40001/chrome/browser/resources/md_settings/md_settings.html#newcode8 chrome/browser/resources/md_settings/md_settings.html:8: <link rel="import" href="chrome://resources/cr_elements/cr_input/cr_input.html"> On 2015/02/13 00:22:54, Jeremy Klein wrote: ...
5 years, 10 months ago (2015-02-18 00:17:18 UTC) #7
Jeremy Klein
Just waiting on Dan's input then for the html import wrapping. https://codereview.chromium.org/918913002/diff/40001/ui/webui/resources/cr_elements/cr_input/cr_input.html File ui/webui/resources/cr_elements/cr_input/cr_input.html (right): ...
5 years, 10 months ago (2015-02-18 01:10:50 UTC) #8
Jeremy Klein
On 2015/02/18 01:10:50, Jeremy Klein wrote: > Just waiting on Dan's input then for the ...
5 years, 10 months ago (2015-02-20 23:39:26 UTC) #9
Dan Beam
https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js File ui/webui/resources/cr_elements/cr_input/cr_input.js (right): https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js#newcode7 ui/webui/resources/cr_elements/cr_input/cr_input.js:7: * 'cr-input` is a single-line text field for user ...
5 years, 10 months ago (2015-02-20 23:45:47 UTC) #10
Jeremy Klein
Taylor and AJ - please check out the two doc questions regarding @method and @default. ...
5 years, 10 months ago (2015-02-20 23:59:21 UTC) #11
michaelpg
https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js File ui/webui/resources/cr_elements/cr_input/cr_input.js (right): https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js#newcode7 ui/webui/resources/cr_elements/cr_input/cr_input.js:7: * 'cr-input` is a single-line text field for user ...
5 years, 10 months ago (2015-02-21 00:13:07 UTC) #12
Jeremy Klein
https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js File ui/webui/resources/cr_elements/cr_input/cr_input.js (right): https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js#newcode35 ui/webui/resources/cr_elements/cr_input/cr_input.js:35: * @default true On 2015/02/20 23:59:21, Jeremy Klein wrote: ...
5 years, 10 months ago (2015-02-21 00:15:37 UTC) #13
michaelpg
On 2015/02/21 00:15:37, Jeremy Klein wrote: > https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js > File ui/webui/resources/cr_elements/cr_input/cr_input.js (right): > > https://codereview.chromium.org/918913002/diff/80001/ui/webui/resources/cr_elements/cr_input/cr_input.js#newcode35 ...
5 years, 10 months ago (2015-02-21 00:19:14 UTC) #14
Dan Beam
-dbeam
5 years, 10 months ago (2015-02-21 00:56:33 UTC) #15
chromium-reviews
@default can go away for 0.8 as long as there's an explicit default in the ...
5 years, 10 months ago (2015-02-23 19:25:36 UTC) #17
michaelpg
lgtm
5 years, 10 months ago (2015-02-24 06:45:58 UTC) #18
stevenjb
lgtm https://codereview.chromium.org/918913002/diff/120001/ui/webui/resources/cr_elements/cr_input/cr_input.js File ui/webui/resources/cr_elements/cr_input/cr_input.js (right): https://codereview.chromium.org/918913002/diff/120001/ui/webui/resources/cr_elements/cr_input/cr_input.js#newcode111 ui/webui/resources/cr_elements/cr_input/cr_input.js:111: nit: FWIW, I still think that it would ...
5 years, 10 months ago (2015-02-24 23:39:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/918913002/140001
5 years, 9 months ago (2015-03-02 06:38:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/918913002/160001
5 years, 9 months ago (2015-03-02 06:49:18 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 9 months ago (2015-03-02 07:59:54 UTC) #26
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 08:00:36 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c830ceceb0d71f9a66ff4bc1de75d3566d06a1d1
Cr-Commit-Position: refs/heads/master@{#318662}

Powered by Google App Engine
This is Rietveld 408576698