|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by yamaguchi Modified:
4 years, 1 month ago CC:
chromium-reviews, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yamaguchi+watch_chromium.org, fukino+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionMake the repeat button accessible by keyboard.
This change also allows to inject the style for keyboard focus of
files-icon-button to facilitate having consistent styles with other UI
components.
BUG=662829
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/657661ab30800d46991fca1a0070d050e188b921
Cr-Commit-Position: refs/heads/master@{#432124}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Eliminate changes that are not directly related to the issue. #
Messages
Total messages: 24 (10 generated)
Description was changed from ========== Make the repeat button accessible by keyboard. This change also allows to inject the style for keyboard focus of files-icon-button to facilitate having consistent styles with other UI components. BUG=662829 ========== to ========== Make the repeat button accessible by keyboard. This change also allows to inject the style for keyboard focus of files-icon-button to facilitate having consistent styles with other UI components. BUG=662829 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by yamaguchi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
yamaguchi@chromium.org changed reviewers: + fukino@chromium.org
ptal
oka@chromium.org changed reviewers: + oka@chromium.org
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... File ui/file_manager/file_manager/foreground/elements/files_icon_button.html (right): https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... ui/file_manager/file_manager/foreground/elements/files_icon_button.html:39: @apply(--files-icon-button-keyboard-focus); Do we need this variable? <control-panel> specifies the same value.
https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... File ui/file_manager/file_manager/foreground/elements/files_icon_button.html (right): https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... ui/file_manager/file_manager/foreground/elements/files_icon_button.html:39: @apply(--files-icon-button-keyboard-focus); On 2016/11/14 08:09:24, fukino wrote: > Do we need this variable? > <control-panel> specifies the same value. Line 38 is intended to give default style for this module, so as to preserve existing styles in other places using this module. Currently the toolbar in quick view mode of Files app uses this element with the default style. (Though this might not be what we expect. See crbug/663669.)
https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... File ui/file_manager/file_manager/foreground/elements/files_icon_button.html (right): https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... ui/file_manager/file_manager/foreground/elements/files_icon_button.html:39: @apply(--files-icon-button-keyboard-focus); On 2016/11/15 02:18:42, yamaguchi wrote: > On 2016/11/14 08:09:24, fukino wrote: > > Do we need this variable? > > <control-panel> specifies the same value. > > Line 38 is intended to give default style for this module, so as to preserve > existing styles in other places using this module. > Currently the toolbar in quick view mode of Files app uses this element with the > default style. (Though this might not be what we expect. See crbug/663669.) Per an offline discussion, this variable is for future use. I think it is somewhat independent from the issue this CL fixes, so let's leave it from this CL.
On 2016/11/15 03:32:43, fukino wrote: > https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... > File ui/file_manager/file_manager/foreground/elements/files_icon_button.html > (right): > > https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... > ui/file_manager/file_manager/foreground/elements/files_icon_button.html:39: > @apply(--files-icon-button-keyboard-focus); > On 2016/11/15 02:18:42, yamaguchi wrote: > > On 2016/11/14 08:09:24, fukino wrote: > > > Do we need this variable? > > > <control-panel> specifies the same value. > > > > Line 38 is intended to give default style for this module, so as to preserve > > existing styles in other places using this module. > > Currently the toolbar in quick view mode of Files app uses this element with > the > > default style. (Though this might not be what we expect. See crbug/663669.) > > Per an offline discussion, this variable is for future use. > I think it is somewhat independent from the issue this CL fixes, so let's leave > it from this CL. BTW, LGTM one the variable is removed.
On 2016/11/15 03:32:43, fukino wrote: > https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... > File ui/file_manager/file_manager/foreground/elements/files_icon_button.html > (right): > > https://codereview.chromium.org/2495213002/diff/1/ui/file_manager/file_manage... > ui/file_manager/file_manager/foreground/elements/files_icon_button.html:39: > @apply(--files-icon-button-keyboard-focus); > On 2016/11/15 02:18:42, yamaguchi wrote: > > On 2016/11/14 08:09:24, fukino wrote: > > > Do we need this variable? > > > <control-panel> specifies the same value. > > > > Line 38 is intended to give default style for this module, so as to preserve > > existing styles in other places using this module. > > Currently the toolbar in quick view mode of Files app uses this element with > the > > default style. (Though this might not be what we expect. See crbug/663669.) > > Per an offline discussion, this variable is for future use. > I think it is somewhat independent from the issue this CL fixes, so let's leave > it from this CL. BTW, LGTM one the variable is removed.
Now the patchset is same as: https://codereview.chromium.org/2482063002/#ps1
On 2016/11/15 04:02:12, yamaguchi wrote: > Now the patchset is same as: > https://codereview.chromium.org/2482063002/#ps1 Yes, but you need to upload it as PS3 to commit it.
On 2016/11/15 04:48:32, fukino wrote: > On 2016/11/15 04:02:12, yamaguchi wrote: > > Now the patchset is same as: > > https://codereview.chromium.org/2482063002/#ps1 > > Yes, but you need to upload it as PS3 to commit it. Sorry for confusing you. The message above is just to point to the older discussion as a reference. Patch Set 2 here is the final version I am going to submit.
The CQ bit was checked by yamaguchi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from oka@chromium.org Link to the patchset: https://codereview.chromium.org/2495213002/#ps20001 (title: "Eliminate changes that are not directly related to the issue.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Make the repeat button accessible by keyboard. This change also allows to inject the style for keyboard focus of files-icon-button to facilitate having consistent styles with other UI components. BUG=662829 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Make the repeat button accessible by keyboard. This change also allows to inject the style for keyboard focus of files-icon-button to facilitate having consistent styles with other UI components. BUG=662829 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/657661ab30800d46991fca1a0070d050e188b921 Cr-Commit-Position: refs/heads/master@{#432124} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/657661ab30800d46991fca1a0070d050e188b921 Cr-Commit-Position: refs/heads/master@{#432124} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
