Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml

Issue 2184103003: arc: Implement proper Arc window activation for task moving to front. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wayland based Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
diff --git a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
index 02d588f042e92dee68cfb2e11a6de7802833d869..b776a5d9117e4fa34e0594c511325d76a0edb72f 100644
--- a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
+++ b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
@@ -38,7 +38,7 @@
reset.
</description>
- <interface name="zwp_remote_shell_v1" version="8">
+ <interface name="zwp_remote_shell_v1" version="9">
<description summary="remote_shell">
The global interface that allows clients to turn a wl_surface into a
"real window" which is remotely managed but can be stacked, activated
@@ -150,7 +150,7 @@
</event>
</interface>
- <interface name="zwp_remote_surface_v1" version="8">
+ <interface name="zwp_remote_surface_v1" version="9">
<description summary="A desktop window">
An interface that may be implemented by a wl_surface, for
implementations that provide a desktop-style user interface
@@ -469,6 +469,14 @@
Suggests a surface should become non system modal.
</description>
</request>
+
+ <!-- Version 9 additions -->
+
+ <request name="activate" since="9">
reveman 2016/08/01 00:52:41 Oh, one thing. Can you add: <arg name="serial" ty
khmel 2016/08/02 02:21:53 Thanks David for offline chat, done
+ <description summary="make the surface active">
+ Make the surface active and bring it to the front.
+ </description>
+ </request>
</interface>
<!-- Version 6 additions -->
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698