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

Issue 2777373002: Add set_autohide_systemui to wayland protocol (Closed)

Created:
3 years, 9 months ago by yorkelee
Modified:
3 years, 8 months ago
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add set_autohide_systemui to wayland protocol * Bump multi-display wayland APIs to version 4. * Add set_autohide_systemui to version 3 of zcr_remote_shell_v1 BUG=705723 TEST=Verify that making the autohide request from Android results in the trace being logged. Unit tests will be added together with the actual implementation in the next CL. Review-Url: https://codereview.chromium.org/2777373002 Cr-Commit-Position: refs/heads/master@{#460383} Committed: https://chromium.googlesource.com/chromium/src/+/23552624dd10da3c8add0d1e1ef3577898713a8c

Patch Set 1 #

Patch Set 2 : Add autohide systemui request to wayland #

Total comments: 9

Patch Set 3 : Add set_autohide_systemui to wayland #

Total comments: 2

Patch Set 4 : Add set_autohide_systemui to wayland #

Total comments: 10

Patch Set 5 : Add set_autohide_systemui to wayland #

Total comments: 6

Patch Set 6 : Add set_systemui_visibility to wayland #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -76 lines) Patch
M components/exo/shell_surface.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M components/exo/shell_surface.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 5 4 chunks +10 lines, -2 lines 0 comments Download
M third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h View 1 2 3 4 5 5 chunks +47 lines, -5 lines 0 comments Download
M third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h View 1 2 3 4 5 5 chunks +93 lines, -53 lines 0 comments Download
M third_party/wayland-protocols/protocol/remote-shell-protocol.c View 1 2 3 4 5 2 chunks +9 lines, -8 lines 0 comments Download
M third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml View 1 2 3 4 5 8 chunks +25 lines, -8 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
yorkelee
Split initial CL into two, these are the wayland/exo only changes. PTAL
3 years, 8 months ago (2017-03-28 15:55:44 UTC) #4
reveman
lg in general, is there a bug or other documentation explaining why we need this ...
3 years, 8 months ago (2017-03-28 16:17:03 UTC) #7
oshima
https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml File third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml (right): https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml#newcode435 third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml:435: Requests whether or not the surface will autohide the ...
3 years, 8 months ago (2017-03-28 16:18:18 UTC) #8
yorkelee
https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml File third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml (right): https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml#newcode433 third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml:433: <request name="set_autohide_systemui" since="3"> On 2017/03/28 16:17:03, reveman wrote: > ...
3 years, 8 months ago (2017-03-28 16:23:59 UTC) #9
yorkelee
Please see b/35874703 for the Android side bug that requires this feature https://codereview.chromium.org/2777373002/diff/20001/components/exo/shell_surface.cc File components/exo/shell_surface.cc ...
3 years, 8 months ago (2017-03-28 17:33:25 UTC) #10
yorkelee
Addressed comments, PTAL
3 years, 8 months ago (2017-03-28 17:50:22 UTC) #11
reveman
So we need the ability to have non-fullscreen windows that hide the shelf? It's not ...
3 years, 8 months ago (2017-03-28 17:58:12 UTC) #12
yorkelee
>So we need the ability to have non-fullscreen windows that hide the shelf? >It's not ...
3 years, 8 months ago (2017-03-28 18:06:59 UTC) #13
Dominik Laskowski
https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml File third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml (right): https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml#newcode433 third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml:433: <request name="set_autohide_systemui" since="3"> On 2017/03/28 16:23:59, yorkelee wrote: > ...
3 years, 8 months ago (2017-03-28 18:07:32 UTC) #14
yorkelee
Addressed comments https://codereview.chromium.org/2777373002/diff/60001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (right): https://codereview.chromium.org/2777373002/diff/60001/components/exo/wayland/server.cc#newcode2357 components/exo/wayland/server.cc:2357: const uint32_t remote_shell_version = 3; On 2017/03/28 ...
3 years, 8 months ago (2017-03-28 20:52:43 UTC) #15
oshima
https://codereview.chromium.org/2777373002/diff/80001/components/exo/shell_surface.h File components/exo/shell_surface.h (right): https://codereview.chromium.org/2777373002/diff/80001/components/exo/shell_surface.h#newcode136 components/exo/shell_surface.h:136: void SetAutohideShelf(uint32_t autohide); This should also be SetSystemUiVisibility as ...
3 years, 8 months ago (2017-03-28 23:54:47 UTC) #16
yorkelee
Addressed comments https://codereview.chromium.org/2777373002/diff/80001/components/exo/shell_surface.h File components/exo/shell_surface.h (right): https://codereview.chromium.org/2777373002/diff/80001/components/exo/shell_surface.h#newcode136 components/exo/shell_surface.h:136: void SetAutohideShelf(uint32_t autohide); On 2017/03/28 23:54:47, oshima ...
3 years, 8 months ago (2017-03-29 00:15:09 UTC) #17
oshima
lgtm my bits
3 years, 8 months ago (2017-03-29 00:19:14 UTC) #18
reveman
On 2017/03/28 at 18:07:32, domlaskowski wrote: > https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml > File third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml (right): > > https://codereview.chromium.org/2777373002/diff/20001/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml#newcode433 ...
3 years, 8 months ago (2017-03-29 06:46:36 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2777373002/100001
3 years, 8 months ago (2017-03-29 14:42:40 UTC) #25
commit-bot: I haz the power
3 years, 8 months ago (2017-03-29 14:47:16 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/23552624dd10da3c8add0d1e1ef3...

Powered by Google App Engine
This is Rietveld 408576698