|
Adds ability for pre-target accelerators to not consume events
Prior to this change if you registered an accelerator for a key event
then only the accelerator got the event. After this change the tree
that registered the accelerator (wm) need not consume the event. If
the wm doesn't consume the event it'll be processed normally.
BUG= 612331
TEST=covered by tests
R=sadrul@chromium.org, dcheng@chromium.org
Committed: https://crrev.com/76d46665b53e76c0d8c2e6a642ae686ef2b44048
Cr-Commit-Position: refs/heads/master@{#404450}
Total comments: 4
Total comments: 6
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+503 lines, -136 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager.cc
|
View
|
1
|
2 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
services/ui/demo/mus_demo.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/demo/mus_demo.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/lib/window_tree_client.cc
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/tests/window_server_test_base.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/tests/window_server_test_base.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/window_manager_delegate.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
services/ui/public/cpp/window_manager_delegate.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/window_tree_client.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/event_matcher.mojom
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_manager.mojom
|
View
|
1
2
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_tree.mojom
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/test_wm/test_wm.cc
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/event_dispatcher.h
|
View
|
1
2
3
4
5
|
5 chunks |
+22 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/event_dispatcher.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+26 lines, -8 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/event_dispatcher_delegate.h
|
View
|
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/event_dispatcher_unittest.cc
|
View
|
|
48 chunks |
+156 lines, -56 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_utils.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_utils.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_manager_client_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_manager_state.h
|
View
|
|
4 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_manager_state.cc
|
View
|
|
6 chunks |
+65 lines, -17 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_manager_state_unittest.cc
|
View
|
|
3 chunks |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_tree.h
|
View
|
1
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_tree.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_tree_client_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
ui/events/mojo/OWNERS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
ui/events/mojo/event_constants.mojom
|
View
|
1
2
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
Total messages: 15 (3 generated)
|