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

Issue 2901663003: chromeos: converts WindowState to aura::Window (Closed)

Created:
3 years, 7 months ago by sky
Modified:
3 years, 7 months ago
Reviewers:
msw
CC:
chromium-reviews, kalyank, sadrul, dcheng, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

chromeos: converts WindowState to aura::Window BUG=722553 TEST=covered by tests R=msw@chromium.org Review-Url: https://codereview.chromium.org/2901663003 Cr-Commit-Position: refs/heads/master@{#473992} Committed: https://chromium.googlesource.com/chromium/src/+/fd5eef96e6af8e2c6a5350524a1b782162b0b34d

Patch Set 1 #

Patch Set 2 : moar #

Total comments: 8

Patch Set 3 : migrate WmWindowTestApi #

Total comments: 4

Patch Set 4 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -454 lines) Patch
M ash/frame/custom_frame_view_ash.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 1 2 5 chunks +13 lines, -5 lines 0 comments Download
M ash/mus/non_client_frame_controller.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M ash/root_window_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D ash/test/wm_window_test_api.h View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
D ash/test/wm_window_test_api.cc View 1 2 1 chunk +0 lines, -30 lines 0 comments Download
M ash/wm/default_state.cc View 23 chunks +59 lines, -51 lines 0 comments Download
M ash/wm/drag_details.h View 1 chunk +5 lines, -3 lines 0 comments Download
M ash/wm/drag_details.cc View 1 3 chunks +7 lines, -9 lines 0 comments Download
M ash/wm/lock_layout_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/lock_window_state.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/lock_window_state.cc View 5 chunks +13 lines, -12 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_state.cc View 11 chunks +41 lines, -21 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.cc View 9 chunks +24 lines, -22 lines 0 comments Download
M ash/wm/window_resizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_state.h View 1 8 chunks +13 lines, -18 lines 0 comments Download
M ash/wm/window_state.cc View 1 17 chunks +171 lines, -68 lines 0 comments Download
M ash/wm/window_state_util.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/window_util.h View 1 chunk +0 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 10 chunks +26 lines, -9 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm_window.h View 1 2 6 chunks +1 line, -21 lines 0 comments Download
M ash/wm_window.cc View 1 5 chunks +1 line, -106 lines 0 comments Download
M chrome/browser/ui/ash/accelerator_commands_browsertest.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
sky
https://codereview.chromium.org/2901663003/diff/20001/ash/wm/window_state.cc File ash/wm/window_state.cc (right): https://codereview.chromium.org/2901663003/diff/20001/ash/wm/window_state.cc#newcode102 ash/wm/window_state.cc:102: // WindowState is registered as an owned property of ...
3 years, 7 months ago (2017-05-23 00:13:27 UTC) #3
sky
I had to deal with WmWindowTestApi in this patch.
3 years, 7 months ago (2017-05-23 03:42:21 UTC) #6
msw
lgtm with nits and qs https://codereview.chromium.org/2901663003/diff/20001/ash/wm/panels/panel_layout_manager.cc File ash/wm/panels/panel_layout_manager.cc (right): https://codereview.chromium.org/2901663003/diff/20001/ash/wm/panels/panel_layout_manager.cc#newcode591 ash/wm/panels/panel_layout_manager.cc:591: SetChildBoundsDirect(panel, bounds); q: The ...
3 years, 7 months ago (2017-05-23 05:46:55 UTC) #11
sky
https://codereview.chromium.org/2901663003/diff/20001/ash/wm/panels/panel_layout_manager.cc File ash/wm/panels/panel_layout_manager.cc (right): https://codereview.chromium.org/2901663003/diff/20001/ash/wm/panels/panel_layout_manager.cc#newcode591 ash/wm/panels/panel_layout_manager.cc:591: SetChildBoundsDirect(panel, bounds); On 2017/05/23 05:46:55, msw wrote: > q: ...
3 years, 7 months ago (2017-05-23 17:14:39 UTC) #12
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/2901663003/60001
3 years, 7 months ago (2017-05-23 17:15:36 UTC) #15
commit-bot: I haz the power
3 years, 7 months ago (2017-05-23 18:31:32 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/fd5eef96e6af8e2c6a5350524a1b...

Powered by Google App Engine
This is Rietveld 408576698