tree: 38868396d567558453399731fba7b2f4b1d47c9d [path history] [tgz]
  1. server/
  2. test/
  3. wayland/
  4. buffer.cc
  5. buffer.h
  6. buffer_unittest.cc
  7. BUILD.gn
  8. client_controlled_accelerators.cc
  9. client_controlled_accelerators.h
  10. client_controlled_shell_surface.cc
  11. client_controlled_shell_surface.h
  12. client_controlled_shell_surface_unittest.cc
  13. data_device.cc
  14. data_device.h
  15. data_device_delegate.h
  16. data_device_unittest.cc
  17. data_exchange_delegate.h
  18. data_offer.cc
  19. data_offer.h
  20. data_offer_delegate.h
  21. data_offer_observer.h
  22. data_offer_unittest.cc
  23. data_source.cc
  24. data_source.h
  25. data_source_delegate.h
  26. data_source_observer.h
  27. data_source_unittest.cc
  28. DEPS
  29. DIR_METADATA
  30. display.cc
  31. display.h
  32. display_unittest.cc
  33. drag_drop_operation.cc
  34. drag_drop_operation.h
  35. drag_drop_operation_unittest.cc
  36. extended_drag_offer.cc
  37. extended_drag_offer.h
  38. extended_drag_source.cc
  39. extended_drag_source.h
  40. extended_drag_source_unittest.cc
  41. frame_sink_resource_manager.cc
  42. frame_sink_resource_manager.h
  43. fullscreen_shell_surface.cc
  44. fullscreen_shell_surface.h
  45. fullscreen_shell_surface_unittest.cc
  46. gamepad.cc
  47. gamepad.h
  48. gamepad_delegate.h
  49. gamepad_observer.h
  50. gamepad_unittest.cc
  51. gaming_seat.cc
  52. gaming_seat.h
  53. gaming_seat_delegate.h
  54. gaming_seat_unittest.cc
  55. input_method_surface.cc
  56. input_method_surface.h
  57. input_method_surface_manager.h
  58. input_method_surface_unittest.cc
  59. input_trace.h
  60. key_state.h
  61. keyboard.cc
  62. keyboard.h
  63. keyboard_delegate.h
  64. keyboard_device_configuration_delegate.h
  65. keyboard_modifiers.h
  66. keyboard_observer.h
  67. keyboard_unittest.cc
  68. layer_tree_frame_sink_holder.cc
  69. layer_tree_frame_sink_holder.h
  70. mime_utils.cc
  71. mime_utils.h
  72. mime_utils_unittest.cc
  73. mock_vsync_timing_observer.cc
  74. mock_vsync_timing_observer.h
  75. notification.cc
  76. notification.h
  77. notification_surface.cc
  78. notification_surface.h
  79. notification_surface_manager.h
  80. notification_unittest.cc
  81. OWNERS
  82. permission.cc
  83. permission.h
  84. permission_unittest.cc
  85. pointer.cc
  86. pointer.h
  87. pointer_constraint_delegate.h
  88. pointer_delegate.h
  89. pointer_gesture_pinch_delegate.h
  90. pointer_stylus_delegate.h
  91. pointer_unittest.cc
  92. README.md
  93. relative_pointer_delegate.h
  94. seat.cc
  95. seat.h
  96. seat_observer.h
  97. seat_unittest.cc
  98. shared_memory.cc
  99. shared_memory.h
  100. shared_memory_unittest.cc
  101. shell_surface.cc
  102. shell_surface.h
  103. shell_surface_base.cc
  104. shell_surface_base.h
  105. shell_surface_unittest.cc
  106. shell_surface_util.cc
  107. shell_surface_util.h
  108. shell_surface_util_unittest.cc
  109. sub_surface.cc
  110. sub_surface.h
  111. sub_surface_unittest.cc
  112. surface.cc
  113. surface.h
  114. surface_delegate.h
  115. surface_observer.h
  116. surface_tree_host.cc
  117. surface_tree_host.h
  118. surface_unittest.cc
  119. text_input.cc
  120. text_input.h
  121. text_input_unittest.cc
  122. toast_surface.cc
  123. toast_surface.h
  124. toast_surface_manager.h
  125. toast_surface_unittest.cc
  126. touch.cc
  127. touch.h
  128. touch_delegate.h
  129. touch_stylus_delegate.h
  130. touch_unittest.cc
  131. ui_lock_controller.cc
  132. ui_lock_controller.h
  133. ui_lock_controller_unittest.cc
  134. vsync_timing_manager.cc
  135. vsync_timing_manager.h
  136. wm_helper.cc
  137. wm_helper.h
  138. wm_helper_chromeos.cc
  139. wm_helper_chromeos.h
  140. wm_helper_chromeos_unittest.cc
  141. xdg_shell_surface.cc
  142. xdg_shell_surface.h
  143. xdg_shell_surface_unittest.cc
  144. xkb_tracker.cc
  145. xkb_tracker.h
components/exo/README.md

Exo implements a display server on top of the Aura Shell. It uses the Wayland protocol to communicate with clients. For a general introduction to Wayland see https://wayland-book.com/.

Current clients of Exo include:

  • ARC++ (Android apps on Chrome OS)
  • Chromecast
  • Crostini (Linux apps on Chrome OS)
  • Lacros
  • PluginVM

In addition to the core Wayland protocol, Exo supports a number of protocol extensions. Some are third-party; see //third_party/wayland-protocols/README.chromium. Others are Chromium-specific.

A few noteworthy extensions (this list is not at all exhaustive):