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

Issue 2074063003: MD Settings: Migrate from paper-drawer-panel to app-drawer. (Closed)

Created:
4 years, 6 months ago by dpapad
Modified:
4 years, 6 months ago
Reviewers:
dschuyler, michaelpg
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-elements_chromium.org, dbeam+watch-polymer_chromium.org, dbeam+watch-settings_chromium.org, Dan Beam, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-elements_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-polymer_chromium.org, oshima+watch_chromium.org, stevenjb+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

MD Settings: Migrate from paper-drawer-panel to app-drawer. Also remove usage of paper-toolbar replace with an equivalent simple div for now. The goal is to re-use cr-toolbar in follow up CLs. As a result of using app-drawer two bugs are fixed. Previously - user could interact with the search box while the drawer was open, - user could not close drawer by clicking on the toolbar BUG=608535, 602896 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/37e9a8a91b3ec7abfb226cd63553a2149ef0888f Cr-Commit-Position: refs/heads/master@{#400854}

Patch Set 1 : More work. #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Remove some resources. #

Total comments: 2

Patch Set 4 : Fixing RTL issue. #

Total comments: 9

Patch Set 5 : Addressing comments. #

Total comments: 4

Patch Set 6 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -97 lines) Patch
M chrome/browser/resources/settings/settings_ui/settings_ui.html View 1 2 3 4 5 4 chunks +61 lines, -89 lines 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.js View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/rtl_tests.js View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/polymer/v1_0/find_unused_elements.py View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 2 chunks +7 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (19 generated)
dpapad
Screenshots at http://imgur.com/a/oTP3Z. The RTL issue (see related comment), needs to be resolved before this ...
4 years, 6 months ago (2016-06-20 17:16:17 UTC) #12
michaelpg
https://codereview.chromium.org/2074063003/diff/120001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2074063003/diff/120001/ui/webui/resources/polymer_resources.grdp#newcode124 ui/webui/resources/polymer_resources.grdp:124: type="chrome_html" /> Wow. Are all of these necessary?
4 years, 6 months ago (2016-06-20 17:21:00 UTC) #13
dpapad
https://codereview.chromium.org/2074063003/diff/120001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2074063003/diff/120001/ui/webui/resources/polymer_resources.grdp#newcode124 ui/webui/resources/polymer_resources.grdp:124: type="chrome_html" /> On 2016/06/20 at 17:21:00, michaelpg wrote: > ...
4 years, 6 months ago (2016-06-20 17:30:01 UTC) #14
dpapad
Fixed, RTL issue per suggestion at https://github.com/PolymerElements/app-layout/issues/247#issuecomment-227213021 (use right/left instead of start/end).
4 years, 6 months ago (2016-06-20 18:00:00 UTC) #15
michaelpg
https://codereview.chromium.org/2074063003/diff/140001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/140001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode7 chrome/browser/resources/settings/settings_ui/settings_ui.html:7: <link rel="import" href="chrome://resources/polymer/v1_0/app-layout/app-drawer/app-drawer.html"> alphabetize https://codereview.chromium.org/2074063003/diff/160001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/160001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode105 ...
4 years, 6 months ago (2016-06-20 19:43:59 UTC) #18
michaelpg
> BUG=608535 not quite the right bug, is there a more relevant one?
4 years, 6 months ago (2016-06-20 19:44:55 UTC) #19
Dan Beam
https://codereview.chromium.org/2074063003/diff/160001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/160001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode105 chrome/browser/resources/settings/settings_ui/settings_ui.html:105: font-size: 123.08%; /* go to 16px from 13px */ ...
4 years, 6 months ago (2016-06-20 19:48:42 UTC) #20
dpapad
On 2016/06/20 at 19:44:55, michaelpg wrote: > > BUG=608535 > not quite the right bug, ...
4 years, 6 months ago (2016-06-20 20:26:37 UTC) #21
dpapad
https://codereview.chromium.org/2074063003/diff/140001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/140001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode7 chrome/browser/resources/settings/settings_ui/settings_ui.html:7: <link rel="import" href="chrome://resources/polymer/v1_0/app-layout/app-drawer/app-drawer.html"> On 2016/06/20 at 19:43:59, michaelpg wrote: ...
4 years, 6 months ago (2016-06-20 20:27:31 UTC) #22
dschuyler
LGTM with TODO https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode132 chrome/browser/resources/settings/settings_ui/settings_ui.html:132: <div class="toolbar"> Please add a todo ...
4 years, 6 months ago (2016-06-20 23:11:58 UTC) #23
michaelpg
On 2016/06/20 20:26:37, dpapad wrote: > On 2016/06/20 at 19:44:55, michaelpg wrote: > > > ...
4 years, 6 months ago (2016-06-20 23:29:46 UTC) #24
michaelpg
lgtm https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode4 chrome/browser/resources/settings/settings_ui/settings_ui.html:4: <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html"> this file is deprecated, is ...
4 years, 6 months ago (2016-06-20 23:30:06 UTC) #25
dpapad
https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html File chrome/browser/resources/settings/settings_ui/settings_ui.html (right): https://codereview.chromium.org/2074063003/diff/180001/chrome/browser/resources/settings/settings_ui/settings_ui.html#newcode4 chrome/browser/resources/settings/settings_ui/settings_ui.html:4: <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html"> On 2016/06/20 at 23:30:06, michaelpg wrote: ...
4 years, 6 months ago (2016-06-20 23:44:48 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074063003/200001
4 years, 6 months ago (2016-06-20 23:49:34 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:200001)
4 years, 6 months ago (2016-06-21 00:45:43 UTC) #33
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 00:50:44 UTC) #35
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/37e9a8a91b3ec7abfb226cd63553a2149ef0888f
Cr-Commit-Position: refs/heads/master@{#400854}

Powered by Google App Engine
This is Rietveld 408576698