|
X11: Remove calls to XSelectInput
This CL removes all calls to XSelectInput, or XCreateWindow using
CWEventMask, from the browser process that uses the main X
display (ie, the one returned by gfx::GetXDisplay()). Window event
selection will instead by managed by XWindowEventManager.
BUG= 634084
Committed: https://crrev.com/6b2728b7cb80270903832d5f177613e03a8db009
Cr-Commit-Position: refs/heads/master@{#418634}
Total comments: 5
Total comments: 5
Total comments: 1
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -95 lines) |
Patch |
 |
M |
ash/display/mirror_window_controller.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_x11.h
|
View
|
1
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_x11.cc
|
View
|
1
5
|
4 chunks |
+21 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/base/clipboard/clipboard_aurax11.cc
|
View
|
5
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
ui/base/x/x11_window_event_manager.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
D |
ui/base/x/x11_window_event_manager.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+32 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/test/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/test/test_compositor_host_x11.cc
|
View
|
1
5
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/events/platform/x11/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_event_source.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_event_source.cc
|
View
|
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/platform_window/x11/x11_window_base.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/platform_window/x11/x11_window_base.cc
|
View
|
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/test/x11_property_change_waiter.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/x11_property_change_waiter.cc
|
View
|
5
|
3 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
View
|
1
2
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/x11_desktop_handler.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/x11_desktop_handler.cc
|
View
|
5
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
View
|
5
|
4 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 71 (44 generated)
|