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

Issue 1462123002: views/mus: Set-up transient windows correctly. (Closed)

Created:
5 years, 1 month ago by sadrul
Modified:
4 years, 11 months ago
Reviewers:
sky
CC:
chromium-reviews, rjkroege, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

views/mus: Set-up transient windows correctly. When a transient widget is created, make sure to set-up the transiency on mus windows correctly as well. Also, change policy in mus to allow adding/removing transient windows as long as the client created either the parent or the child window. Also, rename window-property defines in mus to have the MUS_ prefix, to avoid conflict with the same macros for setting properties on aura::Windows. BUG=none Committed: https://crrev.com/1e5ea7a809355aecd0acc5817d40f0ffbeea1476 Cr-Commit-Position: refs/heads/master@{#369121}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 3

Patch Set 4 : . #

Patch Set 5 : tot.merge #

Total comments: 2

Patch Set 6 : tot.merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -31 lines) Patch
M components/mus/public/cpp/tests/window_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M components/mus/public/cpp/window_property.h View 1 2 3 4 chunks +20 lines, -18 lines 0 comments Download
M components/mus/ws/default_access_policy.cc View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M components/web_view/frame.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M mash/wm/property_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 2 3 4 4 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 18 (6 generated)
sadrul
5 years, 1 month ago (2015-11-19 19:24:43 UTC) #3
sky
https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc File components/mus/ws/default_access_policy.cc (right): https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc#newcode41 components/mus/ws/default_access_policy.cc:41: delegate_->IsRootForAccessPolicy(parent->id()) || Thsi policy, and remove, is too loose. ...
5 years, 1 month ago (2015-11-19 20:32:11 UTC) #4
sadrul
https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc File components/mus/ws/default_access_policy.cc (right): https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc#newcode41 components/mus/ws/default_access_policy.cc:41: delegate_->IsRootForAccessPolicy(parent->id()) || On 2015/11/19 20:32:10, sky wrote: > Thsi ...
5 years, 1 month ago (2015-11-19 20:43:59 UTC) #5
sky
https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc File components/mus/ws/default_access_policy.cc (right): https://codereview.chromium.org/1462123002/diff/40001/components/mus/ws/default_access_policy.cc#newcode41 components/mus/ws/default_access_policy.cc:41: delegate_->IsRootForAccessPolicy(parent->id()) || On 2015/11/19 20:43:58, sadrul wrote: > On ...
5 years, 1 month ago (2015-11-19 21:27:14 UTC) #6
sadrul
https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc File components/mus/public/cpp/lib/window.cc (right): https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc#newcode782 components/mus/public/cpp/lib/window.cc:782: return false; There is probably a bug that the ...
4 years, 11 months ago (2016-01-11 21:37:34 UTC) #7
sadrul
https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc File components/mus/public/cpp/lib/window.cc (right): https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc#newcode782 components/mus/public/cpp/lib/window.cc:782: return false; On 2016/01/11 21:37:34, sadrul wrote: > There ...
4 years, 11 months ago (2016-01-12 21:50:48 UTC) #8
sky
On 2016/01/12 21:50:48, sadrul wrote: > https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc > File components/mus/public/cpp/lib/window.cc (right): > > https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc#newcode782 > ...
4 years, 11 months ago (2016-01-12 22:36:48 UTC) #9
sadrul
On 2016/01/12 22:36:48, sky wrote: > On 2016/01/12 21:50:48, sadrul wrote: > > > https://codereview.chromium.org/1462123002/diff/80001/components/mus/public/cpp/lib/window.cc ...
4 years, 11 months ago (2016-01-12 22:38:42 UTC) #10
sky
LGTM
4 years, 11 months ago (2016-01-12 22:43:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462123002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462123002/100001
4 years, 11 months ago (2016-01-13 08:20:48 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 11 months ago (2016-01-13 08:56:21 UTC) #16
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 08:57:34 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1e5ea7a809355aecd0acc5817d40f0ffbeea1476
Cr-Commit-Position: refs/heads/master@{#369121}

Powered by Google App Engine
This is Rietveld 408576698