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

Issue 12746002: Re-implement overscan & Implement Display Rotation (Closed)

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

Description

Re-implement overscan & Implement Display Rotation - Use RootWindow's transform to implement insets - Update WorksspaceWindowResizerUnittests to use UpdateDisplay to update display properly. - Disable updating display when host window's size has changed during the test. This is causing flakyness as ConfigureNotify may arrive after the size has changed to yet another bounds. - Re-assign screen rotation to shift-ctrl-refresh. BUG=119268, 174721 TEST=covered by unittests. manual. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187436

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : test #

Patch Set 7 : #

Patch Set 8 : skip rotate test on win8 #

Total comments: 1

Patch Set 9 : #

Total comments: 2

Patch Set 10 : addressed comment. test fix #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+713 lines, -226 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +26 lines, -31 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M ash/accelerators/accelerator_table.cc View 1 7 chunks +6 lines, -4 lines 0 comments Download
M ash/ash.gyp View 1 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M ash/desktop_background/desktop_background_controller.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M ash/display/display_controller.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +69 lines, -26 lines 0 comments Download
M ash/display/display_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +143 lines, -2 lines 0 comments Download
M ash/display/display_info.h View 1 2 3 4 5 6 7 8 9 4 chunks +39 lines, -22 lines 0 comments Download
M ash/display/display_info.cc View 1 2 3 4 5 6 7 8 9 6 chunks +81 lines, -37 lines 0 comments Download
A ash/display/display_info_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +43 lines, -0 lines 0 comments Download
M ash/display/display_manager.h View 1 2 3 4 chunks +15 lines, -2 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 13 chunks +47 lines, -31 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 4 5 chunks +70 lines, -20 lines 0 comments Download
M ash/system/chromeos/tray_display.cc View 1 2 3 4 4 chunks +20 lines, -5 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M ash/test/display_manager_test_api.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/test/display_manager_test_api.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/coordinate_conversion.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 4 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 8 9 10 9 chunks +9 lines, -18 lines 0 comments Download
M ui/aura/remote_root_window_host_win.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura/remote_root_window_host_win.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ui/aura/root_window.h View 1 4 chunks +15 lines, -4 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 4 6 7 chunks +36 lines, -7 lines 0 comments Download
M ui/aura/root_window_host.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_linux.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 3 chunks +19 lines, -7 lines 0 comments Download
M ui/aura/root_window_host_win.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_win.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_linux.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_win.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_win.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
oshima
7 years, 9 months ago (2013-03-10 23:46:20 UTC) #1
Jun Mukai
basically lgtm although you should fix the test failures for win7/8_aura bots. https://codereview.chromium.org/12746002/diff/25001/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc ...
7 years, 9 months ago (2013-03-11 02:02:35 UTC) #2
oshima
sky -> OWNERS review I'm sending to you as you're currently touching display code. https://codereview.chromium.org/12746002/diff/50001/ui/aura/root_window_host.h ...
7 years, 9 months ago (2013-03-11 17:41:41 UTC) #3
sky
LGTM https://codereview.chromium.org/12746002/diff/56001/ash/display/display_info.h File ash/display/display_info.h (right): https://codereview.chromium.org/12746002/diff/56001/ash/display/display_info.h#newcode31 ash/display/display_info.h:31: Rotate0 = 0, Enums are all caps, eg ...
7 years, 9 months ago (2013-03-11 20:52:13 UTC) #4
oshima
https://codereview.chromium.org/12746002/diff/56001/ash/display/display_info.h File ash/display/display_info.h (right): https://codereview.chromium.org/12746002/diff/56001/ash/display/display_info.h#newcode31 ash/display/display_info.h:31: Rotate0 = 0, On 2013/03/11 20:52:13, sky wrote: > ...
7 years, 9 months ago (2013-03-11 21:45:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/12746002/45002
7 years, 9 months ago (2013-03-11 21:47:24 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/12746002/65001
7 years, 9 months ago (2013-03-11 22:12:41 UTC) #7
oshima
On 2013/03/11 22:12:41, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 9 months ago (2013-03-12 00:55:36 UTC) #8
oshima
7 years, 9 months ago (2013-03-12 00:57:31 UTC) #9
Message was sent while issue was closed.
Committed patchset #11 manually as r187436 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698