|
|
mus: Allow embedder to intercept events.
Introduce mechanism so that an embedder receives the events targeted to
embedded window. This allows the browser window to receive events, even
when the renderer-content lives in a separate mus::Window.
BUG= 621078
Committed: https://crrev.com/4d3588cbec47fcd629c038a0ca6aad9af58e4192
Cr-Commit-Position: refs/heads/master@{#402057}
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+242 lines, -34 lines) |
Patch |
 |
M |
components/mus/public/cpp/lib/window.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/cpp/lib/window_tree_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/cpp/tests/test_window_tree.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/cpp/tests/test_window_tree.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/cpp/window.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/cpp/window_tree_client.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/public/interfaces/window_tree.mojom
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/mus/public/interfaces/window_tree_constants.mojom
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/display_binding.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/mus/ws/test_utils.h
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/test_utils.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_manager_state.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+30 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_manager_state_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_server.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_server.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_client_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mus.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mus.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
Total messages: 24 (8 generated)
|