|
Add window manager component.
This adds a new component to chrome that builds with GYP_DEFINES="use_wm=1"
and implements "foreign" window management. A foreign window is a
platform specific window not owned by chromium. Using the
CHROMIUM_texture_from_image extension we can redirect foreign window
output to textures and manage these windows using ash.
This initial version has limited functionality and focuses on getting
the testing framework in place.
BUG= 124444
TEST=wm_unittests, wm_shell
Total comments: 66
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2804 lines, -328 lines) |
Patch |
 |
M |
build/all.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/browser_gpu_channel_host_factory.h
|
View
|
1
2
3
4
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/image_transport_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gl_helper.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
wm/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/OWNERS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_test_window.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_test_window.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+113 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+169 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window_client_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window_client_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window_widget.h
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/foreign_window_widget.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/gpu/DEPS
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/gpu/foreign_window_texture_factory.h
|
View
|
1
2
3
4
5
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/gpu/foreign_window_texture_factory.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_test_window_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_test_window_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_test_window_host_linux.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_test_window_host_linux.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_window_host.h
|
View
|
1
2
3
4
5
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_window_host.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_window_host_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_window_host_linux.h
|
View
|
1
2
3
4
5
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/foreign_window_host_linux.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/host/root_window_host_factory.h
|
View
|
1
2
3
4
5
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
wm/host/root_window_host_factory.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
wm/host/root_window_host_factory_linux.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
wm/host/root_window_host_linux.h
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+68 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
wm/host/root_window_host_linux.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+432 lines, -37 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_browser_main_parts.h
|
View
|
1
2
3
4
5
|
3 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_browser_main_parts.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+28 lines, -50 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_content_browser_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_main_delegate.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/content_client/shell_main_delegate.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/shell_delegate_impl.h
|
View
|
1
2
3
4
5
|
5 chunks |
+22 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/shell_delegate_impl.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
 |
A |
wm/shell/shell_main.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/shell_main_parts.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
wm/shell/shell_main_parts.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
wm/test/test_shell_delegate.h
|
View
|
1
2
3
4
5
|
4 chunks |
+24 lines, -34 lines |
0 comments
|
Download
|
 |
A + |
wm/test/test_shell_delegate.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+26 lines, -63 lines |
0 comments
|
Download
|
 |
A |
wm/test/wm_test_base.h
|
View
|
1
2
3
4
5
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
wm/test/wm_test_base.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
wm/test/wm_unittests.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
A |
wm/wm.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+233 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (1 generated)
|