ws: Add property support for WindowToWindowData and client notifications
Add window properties to ws2 WindowData structs, like the original ws. Add a helper function, PropertyConverter::GetTransportProperties. Have ClientRoot notify clients on property changes, like bounds changes. Add support for tracking client-initiated property changes. (this only works for client roots? what about child windows?) Encode test tracker property transport values as hex. (so a false bool value is reported as "000..000" instead of "") Add tests for WindowToWindowData and server-initiated property changes. Bug: 837695 Change-Id: I2a8e4ce7eeca0b8300cca9e20d668c178d77ee7e Reviewed-on: https://chromium-review.googlesource.com/1058118 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#558547}
Showing
Please register or sign in to comment