tree: 9e9f68185b3d20cfbc53d536e289a1ce2ac86c29 [path history] [tgz]
  1. server/
  2. test/
  3. wayland/
  4. buffer.cc
  5. buffer.h
  6. buffer_unittest.cc
  7. BUILD.gn
  8. buildflags.gni
  9. client_controlled_accelerators.cc
  10. client_controlled_accelerators.h
  11. client_controlled_shell_surface.cc
  12. client_controlled_shell_surface.h
  13. client_controlled_shell_surface_unittest.cc
  14. custom_window_state_delegate.cc
  15. custom_window_state_delegate.h
  16. data_device.cc
  17. data_device.h
  18. data_device_delegate.h
  19. data_device_unittest.cc
  20. data_exchange_delegate.h
  21. data_offer.cc
  22. data_offer.h
  23. data_offer_delegate.h
  24. data_offer_observer.h
  25. data_offer_unittest.cc
  26. data_source.cc
  27. data_source.h
  28. data_source_delegate.h
  29. data_source_observer.h
  30. data_source_unittest.cc
  31. DEPS
  32. DIR_METADATA
  33. display.cc
  34. display.h
  35. display_unittest.cc
  36. drag_drop_operation.cc
  37. drag_drop_operation.h
  38. drag_drop_operation_unittest.cc
  39. extended_drag_offer.cc
  40. extended_drag_offer.h
  41. extended_drag_source.cc
  42. extended_drag_source.h
  43. extended_drag_source_unittest.cc
  44. frame_sink_resource_manager.cc
  45. frame_sink_resource_manager.h
  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. protected_native_pixmap_query_delegate.h
  93. README.md
  94. relative_pointer_delegate.h
  95. seat.cc
  96. seat.h
  97. seat_observer.h
  98. seat_unittest.cc
  99. security_delegate.cc
  100. security_delegate.h
  101. shared_memory.cc
  102. shared_memory.h
  103. shared_memory_unittest.cc
  104. shell_surface.cc
  105. shell_surface.h
  106. shell_surface_base.cc
  107. shell_surface_base.h
  108. shell_surface_observer.h
  109. shell_surface_presentation_time_recorder.cc
  110. shell_surface_presentation_time_recorder.h
  111. shell_surface_presentation_time_recorder_unittest.cc
  112. shell_surface_unittest.cc
  113. shell_surface_util.cc
  114. shell_surface_util.h
  115. shell_surface_util_unittest.cc
  116. sub_surface.cc
  117. sub_surface.h
  118. sub_surface_observer.h
  119. sub_surface_unittest.cc
  120. surface.cc
  121. surface.h
  122. surface_delegate.h
  123. surface_observer.h
  124. surface_test_util.cc
  125. surface_test_util.h
  126. surface_tree_host.cc
  127. surface_tree_host.h
  128. surface_unittest.cc
  129. text_input.cc
  130. text_input.h
  131. text_input_unittest.cc
  132. toast_surface.cc
  133. toast_surface.h
  134. toast_surface_manager.h
  135. toast_surface_unittest.cc
  136. touch.cc
  137. touch.h
  138. touch_delegate.h
  139. touch_stylus_delegate.h
  140. touch_unittest.cc
  141. ui_lock_controller.cc
  142. ui_lock_controller.h
  143. ui_lock_controller_unittest.cc
  144. vsync_timing_manager.cc
  145. vsync_timing_manager.h
  146. window_properties.cc
  147. window_properties.h
  148. wm_helper.cc
  149. wm_helper.h
  150. wm_helper_chromeos.cc
  151. wm_helper_chromeos.h
  152. wm_helper_chromeos_unittest.cc
  153. xdg_shell_surface.cc
  154. xdg_shell_surface.h
  155. xdg_shell_surface_unittest.cc
  156. xkb_tracker.cc
  157. 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):