|
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
Total comments: 1
Total comments: 1
Total comments: 2
|
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
|
Total messages: 9 (0 generated)
|