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

Issue 2189073003: Add configuration_changed event and set_background_opacity request. (Closed)

Created:
4 years, 4 months ago by oshima
Modified:
4 years, 4 months ago
Reviewers:
reveman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add configuration_changed event and set_background_opacity request. * remote shell API version is updated to 9. * Send the current primary display info because primary display is dynamic and can change or even go away. * This also fixed a bug where a underlay wasn't created when it started maximized. BUG=632083 TEST=tested on new and old impl on android side. Updated unit test. Committed: https://crrev.com/80d20b2f6bc5a6aa8e0caa37f517aef783d3186d Cr-Commit-Position: refs/heads/master@{#409089}

Patch Set 1 #

Total comments: 1

Patch Set 2 : updated interface comment #

Total comments: 29

Patch Set 3 : addressed comment #

Patch Set 4 : addressed comments #

Total comments: 1

Patch Set 5 : fixed to double #

Total comments: 1

Patch Set 6 : rebase #

Total comments: 8

Patch Set 7 : Add display_changed event and set_background_opacity request. #

Total comments: 1

Patch Set 8 : revert primary display change #

Patch Set 9 : formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -51 lines) Patch
M components/exo/shell_surface.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M components/exo/shell_surface.cc View 1 2 3 4 5 3 chunks +31 lines, -20 lines 0 comments Download
M components/exo/shell_surface_unittest.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 5 6 7 9 chunks +64 lines, -15 lines 0 comments Download
M third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h View 1 2 3 4 5 6 8 7 chunks +38 lines, -4 lines 0 comments Download
M third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h View 1 2 3 4 5 6 8 5 chunks +28 lines, -2 lines 0 comments Download
M third_party/wayland-protocols/protocol/remote-shell-protocol.c View 1 2 3 4 5 6 4 chunks +12 lines, -7 lines 0 comments Download
M third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml View 1 2 3 4 5 6 4 chunks +30 lines, -3 lines 0 comments Download

Messages

Total messages: 46 (31 generated)
oshima
https://codereview.chromium.org/2189073003/diff/20001/components/exo/shell_surface_unittest.cc File components/exo/shell_surface_unittest.cc (left): https://codereview.chromium.org/2189073003/diff/20001/components/exo/shell_surface_unittest.cc#oldcode647 components/exo/shell_surface_unittest.cc:647: } // namespace I remove this from the test ...
4 years, 4 months ago (2016-07-28 17:22:39 UTC) #6
reveman
https://codereview.chromium.org/2189073003/diff/40001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (right): https://codereview.chromium.org/2189073003/diff/40001/components/exo/wayland/server.cc#newcode1067 components/exo/wayland/server.cc:1067: void SendDisplayMetricsObsolete(const display::Display& display) { There's nothing obsolete about ...
4 years, 4 months ago (2016-07-28 19:52:02 UTC) #13
oshima
https://codereview.chromium.org/2189073003/diff/40001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (right): https://codereview.chromium.org/2189073003/diff/40001/components/exo/wayland/server.cc#newcode1067 components/exo/wayland/server.cc:1067: void SendDisplayMetricsObsolete(const display::Display& display) { On 2016/07/28 19:52:01, reveman ...
4 years, 4 months ago (2016-07-28 22:49:48 UTC) #16
oshima
https://codereview.chromium.org/2189073003/diff/80001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (left): https://codereview.chromium.org/2189073003/diff/80001/components/exo/wayland/server.cc#oldcode1041 components/exo/wayland/server.cc:1041: WaylandDisplayObserver(const display::Display& display, I also changed the wayland output ...
4 years, 4 months ago (2016-07-28 23:05:35 UTC) #17
oshima
rebased https://codereview.chromium.org/2189073003/diff/100001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (right): https://codereview.chromium.org/2189073003/diff/100001/components/exo/wayland/server.cc#newcode1611 components/exo/wayland/server.cc:1611: } I'll put this back when I merge ...
4 years, 4 months ago (2016-07-29 14:42:03 UTC) #18
reveman
https://codereview.chromium.org/2189073003/diff/120001/components/exo/shell_surface_unittest.cc File components/exo/shell_surface_unittest.cc (right): https://codereview.chromium.org/2189073003/diff/120001/components/exo/shell_surface_unittest.cc#newcode46 components/exo/shell_surface_unittest.cc:46: } // namespace can we make this change in ...
4 years, 4 months ago (2016-07-29 16:03:51 UTC) #19
oshima
https://codereview.chromium.org/2189073003/diff/120001/components/exo/shell_surface_unittest.cc File components/exo/shell_surface_unittest.cc (right): https://codereview.chromium.org/2189073003/diff/120001/components/exo/shell_surface_unittest.cc#newcode46 components/exo/shell_surface_unittest.cc:46: } // namespace On 2016/07/29 16:03:51, reveman wrote: > ...
4 years, 4 months ago (2016-07-29 19:27:04 UTC) #20
oshima
uploaded new patch. PTAL.
4 years, 4 months ago (2016-07-30 00:13:34 UTC) #24
reveman
https://codereview.chromium.org/2189073003/diff/120001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (left): https://codereview.chromium.org/2189073003/diff/120001/components/exo/wayland/server.cc#oldcode1043 components/exo/wayland/server.cc:1043: WaylandDisplayObserver(const display::Display& display, On 2016/07/29 at 19:27:03, oshima wrote: ...
4 years, 4 months ago (2016-08-01 16:19:23 UTC) #27
oshima
https://codereview.chromium.org/2189073003/diff/120001/components/exo/wayland/server.cc File components/exo/wayland/server.cc (left): https://codereview.chromium.org/2189073003/diff/120001/components/exo/wayland/server.cc#oldcode1043 components/exo/wayland/server.cc:1043: WaylandDisplayObserver(const display::Display& display, On 2016/08/01 16:19:22, reveman wrote: > ...
4 years, 4 months ago (2016-08-01 16:36:36 UTC) #28
oshima
separated primary display change per offline discussion. PTAL
4 years, 4 months ago (2016-08-01 20:43:08 UTC) #35
reveman
lgtm
4 years, 4 months ago (2016-08-01 20:44:52 UTC) #36
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/2189073003/260001
4 years, 4 months ago (2016-08-01 23:42:08 UTC) #42
commit-bot: I haz the power
Committed patchset #9 (id:260001)
4 years, 4 months ago (2016-08-01 23:47:11 UTC) #44
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 23:51:19 UTC) #46
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/80d20b2f6bc5a6aa8e0caa37f517aef783d3186d
Cr-Commit-Position: refs/heads/master@{#409089}

Powered by Google App Engine
This is Rietveld 408576698