Attention is currently required from: Robert Kroeger.
Erik Chen would like Robert Kroeger to review this change.
Add documentation for ui/ozone/platform.
Change-Id: Id39dcaa0fe5040cc7d68a72b1164288df056a34f
---
M ui/ozone/platform/README
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/ui/ozone/platform/README b/ui/ozone/platform/README
index cc91d3b7..29b8566 100644
--- a/ui/ozone/platform/README
+++ b/ui/ozone/platform/README
@@ -1,2 +1,8 @@
This directory contains implementations of platforms. Each platform implements
the interfaces from ui/ozone/public for the rest of chromium.
+
++ x11: Linux window management protocol
++ Wayland: Newer Linux window management protocol. Also used on ChromeOS. exo is the ash-chrome server implementation. Both ARC and Lacros use Wayland.
++ drm: ash-chrome client implementaiton
++ flatland: For fuchsia
++ scenic: For fuchsia
To view, visit change 3700591. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Robert Kroeger.
Attention is currently required from: Erik Chen.
1 comment:
Patchset:
Why don't you just replace the readme with a link to https://source.chromium.org/chromium/chromium/src/+/main:docs/ozone_overview.md?q=ozone%20filepath:.md$&ss=chromium?
To view, visit change 3700591. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Robert Kroeger.
1 comment:
Patchset:
Why don't you just replace the readme with a link to https://source.chromium. […]
PTAL
To view, visit change 3700591. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Erik Chen.
Patch set 2:Code-Review +1
Patch set 2:Commit-Queue +2
Chromium LUCI CQ submitted this change.
Add documentation for ui/ozone/platform.
Change-Id: Id39dcaa0fe5040cc7d68a72b1164288df056a34f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3700591
Reviewed-by: Robert Kroeger <rjkr...@chromium.org>
Commit-Queue: Erik Chen <erik...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1014624}
---
M docs/ozone_overview.md
M ui/ozone/platform/README
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/docs/ozone_overview.md b/docs/ozone_overview.md
index 378dfdd..169e57bb 100644
--- a/docs/ozone_overview.md
+++ b/docs/ozone_overview.md
@@ -354,6 +354,12 @@
Note: traditional TTYs are not the ideal browsing experience.<br/>

+### drm
+Ash-chrome client implementation.
+
+### flatland / scenic
+For fuchsia.
+
## Communication
There is a public mailing list:
diff --git a/ui/ozone/platform/README b/ui/ozone/platform/README
index cc91d3b7..70ca9c1 100644
--- a/ui/ozone/platform/README
+++ b/ui/ozone/platform/README
@@ -1,2 +1,4 @@
This directory contains implementations of platforms. Each platform implements
the interfaces from ui/ozone/public for the rest of chromium.
+
+See docs/ozone_overview.md for details.
To view, visit change 3700591. To unsubscribe, or for help writing mail filters, visit settings.