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

Issue 2179243002: exo: Set widget parent to target root window (Closed)

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

Description

exo: Set widget parent to target root window Windows created by the active window on a secondary display would appear on the primary display instead of the same display. BUG=631136 TEST=weston-terminal: Right-click > Open Terminal on secondary display. TEST=Opening windows in ARC apps still works. Committed: https://crrev.com/8effe9a13cf037ffc7ededa776607665340e1d83 Cr-Commit-Position: refs/heads/master@{#409042}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Rebase #

Patch Set 3 : Fix incorrect root window for popups #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M components/exo/shell_surface.cc View 1 2 2 chunks +3 lines, -6 lines 3 comments Download

Messages

Total messages: 22 (7 generated)
Dominik Laskowski
4 years, 5 months ago (2016-07-26 00:39:21 UTC) #4
oshima
https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.bounds = initial_bounds_; This isn't correct (at least for ...
4 years, 5 months ago (2016-07-26 01:07:11 UTC) #5
reveman
https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc#newcode890 components/exo/shell_surface.cc:890: ash::Shell::GetContainer(ash::Shell::GetTargetRootWindow(), container_); When |parent_| is set then this needs ...
4 years, 4 months ago (2016-07-26 14:46:01 UTC) #8
oshima
https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.bounds = initial_bounds_; On 2016/07/26 14:46:01, reveman wrote: > ...
4 years, 4 months ago (2016-07-26 20:40:56 UTC) #9
reveman
https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.bounds = initial_bounds_; On 2016/07/26 at 20:40:56, oshima wrote: ...
4 years, 4 months ago (2016-07-26 21:38:33 UTC) #10
Dominik Laskowski
https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/1/components/exo/shell_surface.cc#newcode890 components/exo/shell_surface.cc:890: ash::Shell::GetContainer(ash::Shell::GetTargetRootWindow(), container_); On 2016/07/26 14:46:01, reveman wrote: > When ...
4 years, 4 months ago (2016-07-26 23:13:38 UTC) #11
Dominik Laskowski
I got sidetracked attempting workarounds for the incorrect position and size of popups in overview ...
4 years, 4 months ago (2016-07-29 18:09:01 UTC) #12
reveman
https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.parent = parent_ ? parent_ : Pretty sure this ...
4 years, 4 months ago (2016-07-29 18:27:08 UTC) #13
oshima
https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.parent = parent_ ? parent_ : On 2016/07/29 18:27:07, ...
4 years, 4 months ago (2016-07-29 20:35:59 UTC) #14
Dominik Laskowski
https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc File components/exo/shell_surface.cc (right): https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc#newcode891 components/exo/shell_surface.cc:891: params.parent = parent_ ? parent_ : On 2016/07/29 18:27:07, ...
4 years, 4 months ago (2016-07-29 20:37:09 UTC) #15
oshima
On 2016/07/29 20:37:09, Dominik Laskowski wrote: > https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc > File components/exo/shell_surface.cc (right): > > https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc#newcode891 ...
4 years, 4 months ago (2016-07-29 21:28:26 UTC) #16
reveman
On 2016/07/29 at 20:37:09, domlaskowski wrote: > https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc > File components/exo/shell_surface.cc (right): > > https://codereview.chromium.org/2179243002/diff/40001/components/exo/shell_surface.cc#newcode891 ...
4 years, 4 months ago (2016-08-01 00:16:24 UTC) #17
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/2179243002/40001
4 years, 4 months ago (2016-08-01 19:36:32 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-01 20:27:17 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 20:33:21 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8effe9a13cf037ffc7ededa776607665340e1d83
Cr-Commit-Position: refs/heads/master@{#409042}

Powered by Google App Engine
This is Rietveld 408576698