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

Issue 2276233002: ash/chromeos: Add shift-alt-p shortcut to open palette. (Closed)

Created:
4 years, 3 months ago by jdufault
Modified:
4 years, 3 months ago
CC:
chromium-reviews, kalyank, sadrul, asvitkine+watch_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ash/chromeos: Add shift-alt-p shortcut to open palette. TEST=manual BUG=641555 Committed: https://crrev.com/a0ff8862ad36a4a40bc4498397c18cd57a812e28 Cr-Commit-Position: refs/heads/master@{#414831}

Patch Set 1 : Initial upload #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Address comment, rebase #

Total comments: 4

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -7 lines) Patch
M ash/common/accelerators/accelerator_controller.cc View 1 2 3 6 chunks +26 lines, -0 lines 0 comments Download
M ash/common/accelerators/accelerator_table.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/accelerators/accelerator_table.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/common/palette_delegate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M ash/common/system/status_area_widget.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/test/test_palette_delegate.h View 3 chunks +6 lines, -0 lines 0 comments Download
M ash/common/test/test_palette_delegate.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/palette_delegate_chromeos.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/palette_delegate_chromeos.cc View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (45 generated)
jdufault
jamescook@ PTAL. This is an accessibility patch that I should be able to merge into ...
4 years, 3 months ago (2016-08-25 23:52:27 UTC) #23
James Cook
Also, please add a TEST= line to the CL description, even if it is "none" ...
4 years, 3 months ago (2016-08-26 01:05:51 UTC) #26
jdufault
https://codereview.chromium.org/2276233002/diff/80001/ash/accelerators/accelerator_controller_delegate_aura.cc File ash/accelerators/accelerator_controller_delegate_aura.cc (right): https://codereview.chromium.org/2276233002/diff/80001/ash/accelerators/accelerator_controller_delegate_aura.cc#newcode71 ash/accelerators/accelerator_controller_delegate_aura.cc:71: #include "ash/common/palette_delegate.h" On 2016/08/26 01:05:51, James Cook wrote: > ...
4 years, 3 months ago (2016-08-26 02:44:56 UTC) #29
James Cook
LGTM https://codereview.chromium.org/2276233002/diff/100001/ash/mus/accelerators/accelerator_controller_delegate_mus.cc File ash/mus/accelerators/accelerator_controller_delegate_mus.cc (right): https://codereview.chromium.org/2276233002/diff/100001/ash/mus/accelerators/accelerator_controller_delegate_mus.cc#newcode63 ash/mus/accelerators/accelerator_controller_delegate_mus.cc:63: case SHOW_STYLUS_TOOLS: nit: Remove this one. Per the ...
4 years, 3 months ago (2016-08-26 15:49:25 UTC) #33
James Cook
On 2016/08/26 15:49:25, James Cook wrote: > LGTM > > https://codereview.chromium.org/2276233002/diff/100001/ash/mus/accelerators/accelerator_controller_delegate_mus.cc > File ash/mus/accelerators/accelerator_controller_delegate_mus.cc (right): ...
4 years, 3 months ago (2016-08-26 15:50:29 UTC) #34
jdufault
> Also, I recommend adding either "ash", "chromeos", or both to the CL > description. ...
4 years, 3 months ago (2016-08-26 18:49:10 UTC) #40
jdufault
stevenjb@ PTAL at chrome/browser/ui/ash/palette_delegate_chromeos* isherman@ PTAL at tools/metrics/actions/actions.xml Thanks!
4 years, 3 months ago (2016-08-26 18:50:24 UTC) #42
stevenjb
https://codereview.chromium.org/2276233002/diff/120001/ash/common/accelerators/accelerator_controller.cc File ash/common/accelerators/accelerator_controller.cc (right): https://codereview.chromium.org/2276233002/diff/120001/ash/common/accelerators/accelerator_controller.cc#newcode357 ash/common/accelerators/accelerator_controller.cc:357: return IsPaletteFeatureEnabled() && Can we just test whether palette_delegate() ...
4 years, 3 months ago (2016-08-26 20:54:31 UTC) #45
jdufault
https://codereview.chromium.org/2276233002/diff/120001/ash/common/accelerators/accelerator_controller.cc File ash/common/accelerators/accelerator_controller.cc (right): https://codereview.chromium.org/2276233002/diff/120001/ash/common/accelerators/accelerator_controller.cc#newcode357 ash/common/accelerators/accelerator_controller.cc:357: return IsPaletteFeatureEnabled() && On 2016/08/26 20:54:31, stevenjb wrote: > ...
4 years, 3 months ago (2016-08-26 21:33:13 UTC) #46
Ilya Sherman
actions.xml lgtm
4 years, 3 months ago (2016-08-26 21:34:53 UTC) #49
stevenjb
lgtm
4 years, 3 months ago (2016-08-26 21:52:31 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2276233002/140001
4 years, 3 months ago (2016-08-26 21:53:26 UTC) #55
commit-bot: I haz the power
Committed patchset #4 (id:140001)
4 years, 3 months ago (2016-08-26 22:22:35 UTC) #57
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 22:25:36 UTC) #59
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a0ff8862ad36a4a40bc4498397c18cd57a812e28
Cr-Commit-Position: refs/heads/master@{#414831}

Powered by Google App Engine
This is Rietveld 408576698