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

Issue 1105743003: Add a 0.8 version of cr-checkbox with a demo (Closed)

Created:
5 years, 8 months ago by Jeremy Klein
Modified:
5 years, 7 months ago
CC:
chromium-reviews, khorimoto+watch-md-settings_chromium.org, michaelpg+watch-polymer_chromium.org, michaelpg+watch-md-settings_chromium.org, jam, jhawkins+watch-md-settings_chromium.org, orenb+watch-md-settings_chromium.org, darin-cc_chromium.org, jlklein+watch-md-settings_chromium.org, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@polymer08
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a 0.8 version of cr-checkbox with a demo BUG=480762 Committed: https://crrev.com/70d5d306dae62efe88b002ac716b8bdd8f3a7ba7 Cr-Commit-Position: refs/heads/master@{#327349}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rerun reproduce.sh #

Patch Set 3 : Rebase correctly. #

Total comments: 2

Patch Set 4 : Move css link out of the template #

Total comments: 2

Patch Set 5 : Remove the demo structure from cr_elements_resources.grdp" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -17 lines) Patch
M content/browser/webui/shared_resources_data_source.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A + ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js View 1 chunk +15 lines, -18 lines 0 comments Download
A ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html View 1 chunk +13 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
Jeremy Klein
This is diffbased on https://codereview.chromium.org/1082403004/ https://codereview.chromium.org/1105743003/diff/1/ui/webui/resources/cr_elements_resources.grdp File ui/webui/resources/cr_elements_resources.grdp (right): https://codereview.chromium.org/1105743003/diff/1/ui/webui/resources/cr_elements_resources.grdp#newcode101 ui/webui/resources/cr_elements_resources.grdp:101: <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_DEMO" I can ...
5 years, 8 months ago (2015-04-24 03:13:17 UTC) #2
Jeremy Klein
https://codereview.chromium.org/1105743003/diff/1/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js File ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js (left): https://codereview.chromium.org/1105743003/diff/1/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js#oldcode54 ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js:54: this.$.events.forward(this.$.checkbox, ['change']); Got rid of this because it's never ...
5 years, 8 months ago (2015-04-24 03:27:42 UTC) #3
James Hawkins
My gut instinct is that it's pretty terrible that we're having to introduce versioning in ...
5 years, 8 months ago (2015-04-24 16:55:33 UTC) #5
Jeremy Klein
On 2015/04/24 16:55:33, James Hawkins wrote: > My gut instinct is that it's pretty terrible ...
5 years, 8 months ago (2015-04-24 17:01:32 UTC) #6
Jeremy Klein
On 2015/04/24 16:55:33, James Hawkins wrote: > My gut instinct is that it's pretty terrible ...
5 years, 8 months ago (2015-04-24 17:01:33 UTC) #7
michaelpg
On 2015/04/24 17:01:33, Jeremy Klein wrote: > On 2015/04/24 16:55:33, James Hawkins wrote: > > ...
5 years, 8 months ago (2015-04-26 01:02:39 UTC) #8
michaelpg
https://codereview.chromium.org/1105743003/diff/40001/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html File ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html (right): https://codereview.chromium.org/1105743003/diff/40001/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html#newcode6 ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html:6: <link rel="import" type="css" href="cr_checkbox.css"> This should be outside the ...
5 years, 8 months ago (2015-04-27 05:11:01 UTC) #9
Jeremy Klein
https://codereview.chromium.org/1105743003/diff/40001/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html File ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html (right): https://codereview.chromium.org/1105743003/diff/40001/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html#newcode6 ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html:6: <link rel="import" type="css" href="cr_checkbox.css"> On 2015/04/27 05:11:01, michaelpg wrote: ...
5 years, 8 months ago (2015-04-28 00:11:58 UTC) #10
michaelpg
lgtm https://codereview.chromium.org/1105743003/diff/60001/ui/webui/resources/cr_elements_resources.grdp File ui/webui/resources/cr_elements_resources.grdp (right): https://codereview.chromium.org/1105743003/diff/60001/ui/webui/resources/cr_elements_resources.grdp#newcode101 ui/webui/resources/cr_elements_resources.grdp:101: <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_DEMO" is it necessary to build the ...
5 years, 8 months ago (2015-04-28 04:04:01 UTC) #11
Jeremy Klein
https://codereview.chromium.org/1105743003/diff/60001/ui/webui/resources/cr_elements_resources.grdp File ui/webui/resources/cr_elements_resources.grdp (right): https://codereview.chromium.org/1105743003/diff/60001/ui/webui/resources/cr_elements_resources.grdp#newcode101 ui/webui/resources/cr_elements_resources.grdp:101: <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_DEMO" On 2015/04/28 04:04:00, michaelpg wrote: > is ...
5 years, 8 months ago (2015-04-28 04:18:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1105743003/80001
5 years, 8 months ago (2015-04-28 04:18:35 UTC) #15
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/59461)
5 years, 8 months ago (2015-04-28 04:24:47 UTC) #17
Jeremy Klein
Forgot I still need an LG from jhawkins@ for shared_resources_data_source.cc. James, are you cool with ...
5 years, 8 months ago (2015-04-28 04:36:50 UTC) #18
James Hawkins
lgtm
5 years, 7 months ago (2015-04-28 17:36:42 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1105743003/80001
5 years, 7 months ago (2015-04-28 18:30:31 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1105743003/80001
5 years, 7 months ago (2015-04-28 18:50:05 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-04-28 19:39:54 UTC) #26
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 19:41:40 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/70d5d306dae62efe88b002ac716b8bdd8f3a7ba7
Cr-Commit-Position: refs/heads/master@{#327349}

Powered by Google App Engine
This is Rietveld 408576698