|
* MultiMonitorManager creates and manages mutliple monitor instance
* MonitorContrler controls root window <-> monitor mapping and resize/reposition root window to match monitor configuration.
* Moved use_fullscreen_host_window to MonitorManager
* Moved compositor initialize/terminate to Env as there can be more than one root window.
BUG= 115510
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127854
Total comments: 6
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+507 lines, -99 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/monitor_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/monitor_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/multi_monitor_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/multi_monitor_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/secondary_monitor_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/monitor/secondary_monitor_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/screen_ash.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
6 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_extra_parts_ash.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/accessibility_event_router_views_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/browser_with_test_window_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/test_renderer_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/demo/demo_main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/env.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/monitor_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+29 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/aura/monitor_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+41 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/aura/single_monitor_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/single_monitor_manager.cc
|
View
|
1
2
3
|
4 chunks |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/views_test_base.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|