|
Ozone X11 platform
It uses the existing X11 platform event source and converts to ui::Event before dispatching.
use_x11 is false for the entire build, a new flag use_x11_backend is introduced to enable the x11 event processing.
BUG= 361137
Total comments: 16
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+831 lines, -386 lines) |
Patch |
 |
M |
build/config/ui.gni
|
View
|
1
2
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/ozone/media_ozone_platform.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/BUILD.gn
|
View
|
1
2
3
4
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/DEPS
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11.h
|
View
|
|
5 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11.cc
|
View
|
|
13 chunks |
+28 lines, -40 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/touch_factory_x11.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/touch_factory_x11.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/event_constants.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/event_utils.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/keycodes/keyboard_codes_posix.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/ozone/events_ozone.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/platform/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_event_source.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_event_source.cc
|
View
|
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ui/events/x/events_x.h
|
View
|
1
2
3
4
|
4 chunks |
+32 lines, -86 lines |
0 comments
|
Download
|
 |
M |
ui/events/x/events_x.cc
|
View
|
1
2
3
4
5
|
27 chunks |
+171 lines, -44 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_surface_egl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gl/gl_surface_egl.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+3 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ui/gl/gl_surface_ozone.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/common/egl_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/common/egl_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/ozone.gni
|
View
|
1
2
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/gbm_surface_factory.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/gbm_surface_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ui/ozone/platform/x11/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
ui/ozone/platform/x11/ozone_platform_x11.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/platform/x11/ozone_platform_x11.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/ozone/platform/x11/x11_input_controller.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/platform/x11/x11_input_controller.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/platform/x11/x11_surface_factory.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/platform/x11/x11_surface_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/public/surface_factory_ozone.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/public/surface_factory_ozone.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/platform_window/x11/x11_window.h
|
View
|
1
2
3
4
5
|
3 chunks |
+39 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/platform_window/x11/x11_window.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+53 lines, -110 lines |
0 comments
|
Download
|
Total messages: 16 (1 generated)
|