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

Issue 12848004: Add shortcut keys to ui scaling (Closed)

Created:
7 years, 9 months ago by oshima
Modified:
7 years, 9 months ago
Reviewers:
James Cook, sky
CC:
chromium-reviews, mazda+watch_chromium.org, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org
Visibility:
Public.

Description

3rd try Add shortcut keys to ui scaling - Round root window size because it can be fractional size when root_window_scale_ is specified. - Remove scaling option from about:flags. - Rotate display where the mouse is in. BUG=179997, 119268 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188324 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188362 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188386

Patch Set 1 : #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : merge fix #

Patch Set 6 : swap up/down #

Patch Set 7 : #

Patch Set 8 : stl hates me #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -48 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 4 chunks +43 lines, -7 lines 1 comment Download
M ash/accelerators/accelerator_table.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_table.cc View 1 2 3 4 5 6 chunks +16 lines, -1 line 0 comments Download
M ash/ash_switches.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_switches.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ash/display/display_manager.h View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 3 chunks +41 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 2 chunks +0 lines, -17 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
oshima
7 years, 9 months ago (2013-03-14 07:43:45 UTC) #1
James Cook
A few suggestions and questions. https://codereview.chromium.org/12848004/diff/14001/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): https://codereview.chromium.org/12848004/diff/14001/ash/accelerators/accelerator_controller.cc#newcode176 ash/accelerators/accelerator_controller.cc:176: static const int size ...
7 years, 9 months ago (2013-03-14 17:50:43 UTC) #2
oshima
https://codereview.chromium.org/12848004/diff/14001/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): https://codereview.chromium.org/12848004/diff/14001/ash/accelerators/accelerator_controller.cc#newcode176 ash/accelerators/accelerator_controller.cc:176: static const int size = arraysize(kScales); On 2013/03/14 17:50:43, ...
7 years, 9 months ago (2013-03-14 19:56:15 UTC) #3
James Cook
lgtm
7 years, 9 months ago (2013-03-14 20:42:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/12848004/19002
7 years, 9 months ago (2013-03-14 20:52:13 UTC) #5
commit-bot: I haz the power
Failed to apply patch for ash/accelerators/accelerator_controller.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-14 20:52:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/12848004/38001
7 years, 9 months ago (2013-03-14 21:05:10 UTC) #7
commit-bot: I haz the power
Presubmit check for 12848004-38001 failed and returned exit status 1. INFO:root:Found 10 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-14 21:05:18 UTC) #8
oshima
oops forgot about ui/aura Scott, can you take a look?
7 years, 9 months ago (2013-03-14 21:06:56 UTC) #9
sky
LGTM
7 years, 9 months ago (2013-03-14 22:52:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/12848004/45001
7 years, 9 months ago (2013-03-15 00:34:54 UTC) #11
commit-bot: I haz the power
Change committed as 188324
7 years, 9 months ago (2013-03-15 10:45:14 UTC) #12
oshima
Committed patchset #7 manually as r188362 (presubmit successful).
7 years, 9 months ago (2013-03-15 12:23:16 UTC) #13
oshima
Committed patchset #8 manually as r188386 (presubmit successful).
7 years, 9 months ago (2013-03-15 13:25:37 UTC) #14
oshima
On 2013/03/15 13:25:37, oshima wrote: > Committed patchset #8 manually as r188386 (presubmit successful). quick ...
7 years, 9 months ago (2013-03-15 16:04:07 UTC) #15
James Cook
7 years, 9 months ago (2013-03-15 17:09:38 UTC) #16
Message was sent while issue was closed.
LGTM with nit

https://codereview.chromium.org/12848004/diff/57001/ash/accelerators/accelera...
File ash/accelerators/accelerator_controller.cc (right):

https://codereview.chromium.org/12848004/diff/57001/ash/accelerators/accelera...
ash/accelerators/accelerator_controller.cc:179: if (up && i != kScaleTableSize
-1)
nit: "kScaleTableSize - 1"

Powered by Google App Engine
This is Rietveld 408576698