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

Side by Side Diff: third_party/wayland-protocols/README.chromium

Issue 2360533002: exo: Implement minimal support for version 6 of XDG shell. (Closed)
Patch Set: fix bad rebase and unit tests Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 Name: wayland-protocols 1 Name: wayland-protocols
2 URL: http://wayland.freedesktop.org/ 2 URL: http://wayland.freedesktop.org/
3 Version: 1.7 3 Version: 1.7
4 License: MIT 4 License: MIT
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 wayland-protocols contains Wayland protocols that adds functionality not 9 wayland-protocols contains Wayland protocols that adds functionality not
10 available in the Wayland core protocol. Such protocols either adds 10 available in the Wayland core protocol. Such protocols either adds
11 completely new functionality, or extends the functionality of some other 11 completely new functionality, or extends the functionality of some other
12 protocol either in Wayland core, or some other protocol in 12 protocol either in Wayland core, or some other protocol in
13 wayland-protocols. 13 wayland-protocols.
14 14
15 To import a new snapshot of wayland-protocols: 15 To import a new snapshot of wayland-protocols:
16 - Checkout the latest release tag: git checkout 1.7 16 - Checkout the latest release tag: git checkout 1.7
17 - Change the DEPS entry to the newly checked out commit. 17 - Change the DEPS entry to the newly checked out commit.
18 - Update generated files: 18 - Update generated files:
19 wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > pr otocol/xdg-shell-protocol.c 19 wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > pr otocol/xdg-shell-v5-protocol.c
20 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h 20 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h
21 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h 21 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h
22 wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v6.xml > pr otocol/xdg-shell-v6-protocol.c
23 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v6 .xml > include/protocol/xdg-shell-unstable-v6-server-protocol.h
24 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v6 .xml > include/protocol/xdg-shell-unstable-v6-client-protocol.h
22 wayland-scanner code < src/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xm l > protocol/linux-dmabuf-protocol.c 25 wayland-scanner code < src/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xm l > protocol/linux-dmabuf-protocol.c
23 wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h 26 wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h
24 wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h 27 wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h
25 wayland-scanner code < src/stable/viewporter/viewporter.xml > protocol/viewp orter-protocol.c 28 wayland-scanner code < src/stable/viewporter/viewporter.xml > protocol/viewp orter-protocol.c
26 wayland-scanner server-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-server-protocol.h 29 wayland-scanner server-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-server-protocol.h
27 wayland-scanner client-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-client-protocol.h 30 wayland-scanner client-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-client-protocol.h
28 wayland-scanner code < src/stable/presentation-time/presentation-time.xml > protocol/presentation-time-protocol.c 31 wayland-scanner code < src/stable/presentation-time/presentation-time.xml > protocol/presentation-time-protocol.c
29 wayland-scanner server-header < src/stable/presentation-time/presentation-ti me.xml > include/protocol/presentation-time-server-protocol.h 32 wayland-scanner server-header < src/stable/presentation-time/presentation-ti me.xml > include/protocol/presentation-time-server-protocol.h
30 wayland-scanner client-header < src/stable/presentation-time/presentation-ti me.xml > include/protocol/presentation-time-client-protocol.h 33 wayland-scanner client-header < src/stable/presentation-time/presentation-ti me.xml > include/protocol/presentation-time-client-protocol.h
31 wayland-scanner code < unstable/secure-output/secure-output-unstable-v1.xml > protocol/secure-output-protocol.c 34 wayland-scanner code < unstable/secure-output/secure-output-unstable-v1.xml > protocol/secure-output-protocol.c
(...skipping 14 matching lines...) Expand all
46 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol-v1.c 49 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol-v1.c
47 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h 50 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h
48 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h 51 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h
49 wayland-scanner code < unstable/stylus/stylus-unstable-v2.xml > protocol/sty lus-protocol-v2.c 52 wayland-scanner code < unstable/stylus/stylus-unstable-v2.xml > protocol/sty lus-protocol-v2.c
50 wayland-scanner server-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-server-protocol.h 53 wayland-scanner server-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-server-protocol.h
51 wayland-scanner client-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-client-protocol.h 54 wayland-scanner client-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-client-protocol.h
52 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c 55 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c
53 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h 56 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h
54 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h 57 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h
55 - Update this README to reflect the new version number. 58 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698