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

Issue 2539263005: Makes WindowTreeHostMus supply properties directly to window creation (Closed)

Created:
4 years ago by sky
Modified:
4 years ago
Reviewers:
msw
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Makes WindowTreeHostMus supply properties directly to window creation This way properties that don't make there way to Window properties can be passed to the wm. For example, ui::mojom::WindowManager::kInitialBounds_Property is only needed at creation time and need not be stored in the aura::Window. BUG=664625 669964 TEST=covered by test R=msw@chromium.org Committed: https://crrev.com/3663991e5d08bfa67d6c673bb46fb4e4f2875aac Cr-Commit-Position: refs/heads/master@{#435845}

Patch Set 1 #

Patch Set 2 : types #

Total comments: 11

Patch Set 3 : feedback #

Patch Set 4 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -17 lines) Patch
M ui/aura/mus/window_tree_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura/mus/window_tree_client.cc View 3 chunks +22 lines, -13 lines 0 comments Download
M ui/aura/mus/window_tree_client_unittest.cc View 1 3 chunks +12 lines, -1 line 0 comments Download
M ui/aura/mus/window_tree_host_mus.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M ui/aura/mus/window_tree_host_mus.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ui/aura/mus/window_tree_host_mus_delegate.h View 1 2 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
sky
4 years ago (2016-12-01 23:36:48 UTC) #1
msw
https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_client.cc File ui/aura/mus/window_tree_client.cc (right): https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_client.cc#newcode1538 ui/aura/mus/window_tree_client.cc:1538: std::unordered_map<std::string, std::vector<uint8_t>> transport_properties; Why do we have to make ...
4 years ago (2016-12-02 00:31:09 UTC) #4
sky
https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_client.cc File ui/aura/mus/window_tree_client.cc (right): https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_client.cc#newcode1538 ui/aura/mus/window_tree_client.cc:1538: std::unordered_map<std::string, std::vector<uint8_t>> transport_properties; On 2016/12/02 00:31:08, msw wrote: > ...
4 years ago (2016-12-02 01:08:43 UTC) #5
msw
lgtm https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_host_mus.cc File ui/aura/mus/window_tree_host_mus.cc (right): https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_host_mus.cc#newcode95 ui/aura/mus/window_tree_host_mus.cc:95: properties) {} On 2016/12/02 01:08:43, sky wrote: > ...
4 years ago (2016-12-02 01:21:40 UTC) #8
sky
On 2016/12/02 01:21:40, msw wrote: > lgtm > > https://codereview.chromium.org/2539263005/diff/20001/ui/aura/mus/window_tree_host_mus.cc > File ui/aura/mus/window_tree_host_mus.cc (right): > ...
4 years ago (2016-12-02 02:41:56 UTC) #9
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/2539263005/60001
4 years ago (2016-12-02 02:42:30 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-02 03:35:13 UTC) #14
commit-bot: I haz the power
4 years ago (2016-12-02 03:38:07 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3663991e5d08bfa67d6c673bb46fb4e4f2875aac
Cr-Commit-Position: refs/heads/master@{#435845}

Powered by Google App Engine
This is Rietveld 408576698