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

Issue 2323863002: Separate debugging and developer accelerators (Closed)

Created:
4 years, 3 months ago by afakhry
Modified:
4 years, 2 months ago
Reviewers:
msw, oshima
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Separate debugging and developer accelerators Hide developer accelerators behind --ash-developer-shortcuts command line switch. BUG=642945, 642551 Committed: https://crrev.com/cd09f64d921e02333652d2fae387b8b406201cf8 Cr-Commit-Position: refs/heads/master@{#419301}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Oshima's comments AND Rebase #

Total comments: 12

Patch Set 3 : Nits #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -74 lines) Patch
M ash/accelerators/accelerator_controller_delegate_aura.cc View 1 2 8 chunks +14 lines, -13 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 chunk +13 lines, -12 lines 0 comments Download
M ash/common/accelerators/accelerator_controller.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M ash/common/accelerators/accelerator_table.h View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M ash/common/accelerators/accelerator_table.cc View 1 2 5 chunks +36 lines, -29 lines 0 comments Download
M ash/common/accelerators/debug_commands.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/common/accelerators/debug_commands.cc View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M ash/common/ash_switches.h View 1 1 chunk +1 line, -0 lines 1 comment Download
M ash/common/ash_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ash/mus/accelerators/accelerator_controller_delegate_mus.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/accelerators/accelerator_controller_unittest.cc View 1 chunk +13 lines, -12 lines 0 comments Download

Messages

Total messages: 33 (20 generated)
afakhry
Oshima-san, please review. Thank you!
4 years, 3 months ago (2016-09-08 18:41:24 UTC) #9
afakhry
Oshima-san, please review. Thank you!
4 years, 3 months ago (2016-09-08 18:41:42 UTC) #11
afakhry
Oshima, friendly ping.
4 years, 3 months ago (2016-09-14 00:50:48 UTC) #14
oshima
https://codereview.chromium.org/2323863002/diff/40001/ash/common/accelerators/accelerator_table.h File ash/common/accelerators/accelerator_table.h (right): https://codereview.chromium.org/2323863002/diff/40001/ash/common/accelerators/accelerator_table.h#newcode65 ash/common/accelerators/accelerator_table.h:65: DEBUG_TOGGLE_WALLPAPER_MODE, can you rename dev specific actions to DEV_? ...
4 years, 3 months ago (2016-09-14 16:34:10 UTC) #15
afakhry
https://codereview.chromium.org/2323863002/diff/40001/ash/common/accelerators/accelerator_table.h File ash/common/accelerators/accelerator_table.h (right): https://codereview.chromium.org/2323863002/diff/40001/ash/common/accelerators/accelerator_table.h#newcode65 ash/common/accelerators/accelerator_table.h:65: DEBUG_TOGGLE_WALLPAPER_MODE, On 2016/09/14 16:34:10, oshima wrote: > can you ...
4 years, 3 months ago (2016-09-15 20:26:51 UTC) #18
oshima
https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc File ash/accelerators/accelerator_controller_delegate_aura.cc (right): https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc#newcode277 ash/accelerators/accelerator_controller_delegate_aura.cc:277: case DEV_TOGGLE_ROOT_WINDOW_FULL_SCREEN: nit: sort https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc#newcode385 ash/accelerators/accelerator_controller_delegate_aura.cc:385: case DEV_TOGGLE_ROOT_WINDOW_FULL_SCREEN: ditto ...
4 years, 3 months ago (2016-09-15 20:55:53 UTC) #19
afakhry
https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc File ash/accelerators/accelerator_controller_delegate_aura.cc (right): https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc#newcode277 ash/accelerators/accelerator_controller_delegate_aura.cc:277: case DEV_TOGGLE_ROOT_WINDOW_FULL_SCREEN: On 2016/09/15 20:55:52, oshima wrote: > nit: ...
4 years, 3 months ago (2016-09-15 21:57:40 UTC) #23
afakhry
On 2016/09/15 21:57:40, afakhry wrote: > https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc > File ash/accelerators/accelerator_controller_delegate_aura.cc (right): > > https://codereview.chromium.org/2323863002/diff/60001/ash/accelerators/accelerator_controller_delegate_aura.cc#newcode277 > ...
4 years, 3 months ago (2016-09-16 20:09:34 UTC) #24
oshima
lgtm
4 years, 3 months ago (2016-09-16 20:34:06 UTC) #25
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/2323863002/80001
4 years, 3 months ago (2016-09-16 21:36:37 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 3 months ago (2016-09-16 22:27:15 UTC) #29
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/cd09f64d921e02333652d2fae387b8b406201cf8 Cr-Commit-Position: refs/heads/master@{#419301}
4 years, 3 months ago (2016-09-16 22:29:19 UTC) #31
msw
4 years, 2 months ago (2016-10-05 23:01:58 UTC) #33
Message was sent while issue was closed.
https://codereview.chromium.org/2323863002/diff/80001/ash/common/ash_switches.h
File ash/common/ash_switches.h (right):

https://codereview.chromium.org/2323863002/diff/80001/ash/common/ash_switches...
ash/common/ash_switches.h:24: ASH_EXPORT extern const char
kAshDeveloperShortcuts[];
Why do we want a separate switch for developer shortcuts versus debug shortcuts?
It seems like this just makes it more confusing for developers for provide the
right flag to access the shortcut they want.

Powered by Google App Engine
This is Rietveld 408576698