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