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

Issue 2012343002: Converts overview to use common ash types (Closed)

Created:
4 years, 7 months ago by sky
Modified:
4 years, 6 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Converts overview to use common ash types There are a couple of remaining dependencies on the non-ash types. I plan on removing them next. BUG=581868 TEST=covered by tests R=jamescook@chromium.org Committed: https://crrev.com/6624a7af7520226b2513a689055c0425f66d60fc Cr-Commit-Position: refs/heads/master@{#396523}

Patch Set 1 #

Patch Set 2 : tweaks #

Total comments: 44

Patch Set 3 : feedback #

Total comments: 3

Patch Set 4 : merge to trunk #

Patch Set 5 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+922 lines, -611 lines) Patch
A ash/README.md View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M ash/ash.gyp View 1 chunk +6 lines, -1 line 0 comments Download
A + ash/material_design/DEPS View 1 chunk +2 lines, -3 lines 0 comments Download
M ash/material_design/material_design_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/user_metrics_recorder.h View 1 chunk +0 lines, -10 lines 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 2 chunks +13 lines, -14 lines 0 comments Download
M ash/shell.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ash/shell_window_ids.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M ash/wm/aura/wm_globals_aura.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ash/wm/aura/wm_globals_aura.cc View 1 2 4 chunks +21 lines, -9 lines 0 comments Download
M ash/wm/aura/wm_window_aura.h View 1 2 6 chunks +15 lines, -1 line 0 comments Download
M ash/wm/aura/wm_window_aura.cc View 1 2 9 chunks +49 lines, -3 lines 0 comments Download
M ash/wm/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/common/ash_wm_common.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/common/wm_activation_observer.h View 1 chunk +7 lines, -1 line 0 comments Download
M ash/wm/common/wm_globals.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M ash/wm/common/wm_shell_window_ids.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/common/wm_user_metrics_action.h View 1 chunk +9 lines, -0 lines 0 comments Download
M ash/wm/common/wm_window.h View 1 2 7 chunks +20 lines, -2 lines 0 comments Download
M ash/wm/common/wm_window_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/common/wm_window_property.h View 1 chunk +3 lines, -0 lines 0 comments Download
A ash/wm/overview/DEPS View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M ash/wm/overview/scoped_overview_animation_settings.h View 1 1 chunk +4 lines, -20 lines 0 comments Download
D ash/wm/overview/scoped_overview_animation_settings.cc View 1 chunk +0 lines, -76 lines 0 comments Download
A ash/wm/overview/scoped_overview_animation_settings_aura.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A + ash/wm/overview/scoped_overview_animation_settings_aura.cc View 3 chunks +3 lines, -6 lines 0 comments Download
A ash/wm/overview/scoped_overview_animation_settings_factory.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A ash/wm/overview/scoped_overview_animation_settings_factory.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ash/wm/overview/scoped_overview_animation_settings_factory_aura.h View 1 chunk +33 lines, -0 lines 0 comments Download
A ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.h View 1 2 6 chunks +18 lines, -23 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.cc View 1 2 16 chunks +63 lines, -73 lines 0 comments Download
M ash/wm/overview/window_grid.h View 1 2 6 chunks +12 lines, -15 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 1 2 17 chunks +58 lines, -63 lines 0 comments Download
M ash/wm/overview/window_selector.h View 1 2 9 chunks +21 lines, -40 lines 0 comments Download
M ash/wm/overview/window_selector.cc View 1 2 23 chunks +107 lines, -119 lines 0 comments Download
M ash/wm/overview/window_selector_controller.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ash/wm/overview/window_selector_controller.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M ash/wm/overview/window_selector_item.h View 4 chunks +16 lines, -19 lines 0 comments Download
M ash/wm/overview/window_selector_item.cc View 18 chunks +74 lines, -64 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 11 chunks +42 lines, -29 lines 0 comments Download
M mash/wm/bridge/wm_globals_mus.h View 1 chunk +2 lines, -0 lines 0 comments Download
M mash/wm/bridge/wm_globals_mus.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M mash/wm/bridge/wm_root_window_controller_mus.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mash/wm/bridge/wm_window_mus.h View 1 2 3 4 7 chunks +33 lines, -1 line 0 comments Download
M mash/wm/bridge/wm_window_mus.cc View 1 2 3 4 9 chunks +58 lines, -0 lines 0 comments Download
M mash/wm/non_client_frame_controller.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
sky
You'll notice a slightly different approach with parts of this patch. In particular I left ...
4 years, 7 months ago (2016-05-26 21:04:58 UTC) #1
James Cook
Just a pile of nits https://codereview.chromium.org/2012343002/diff/20001/ash/metrics/user_metrics_recorder.h File ash/metrics/user_metrics_recorder.h (left): https://codereview.chromium.org/2012343002/diff/20001/ash/metrics/user_metrics_recorder.h#oldcode131 ash/metrics/user_metrics_recorder.h:131: UMA_WINDOW_OVERVIEW, FYI, I asked ...
4 years, 7 months ago (2016-05-27 00:02:52 UTC) #2
sky
I think I got them all. https://codereview.chromium.org/2012343002/diff/20001/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/2012343002/diff/20001/ash/shell_window_ids.h#newcode187 ash/shell_window_ids.h:187: "overlay between settings-bubble ...
4 years, 7 months ago (2016-05-27 03:18:04 UTC) #3
James Cook
LGTM https://codereview.chromium.org/2012343002/diff/20001/ash/wm/overview/DEPS File ash/wm/overview/DEPS (right): https://codereview.chromium.org/2012343002/diff/20001/ash/wm/overview/DEPS#newcode18 ash/wm/overview/DEPS:18: "+ash/wm/overview", On 2016/05/27 03:18:03, sky wrote: > On ...
4 years, 6 months ago (2016-05-27 16:04:03 UTC) #4
James Cook
https://codereview.chromium.org/2012343002/diff/20001/ash/wm/overview/scoped_overview_animation_settings_factory.h File ash/wm/overview/scoped_overview_animation_settings_factory.h (right): https://codereview.chromium.org/2012343002/diff/20001/ash/wm/overview/scoped_overview_animation_settings_factory.h#newcode35 ash/wm/overview/scoped_overview_animation_settings_factory.h:35: }; On 2016/05/27 03:18:03, sky wrote: > On 2016/05/27 ...
4 years, 6 months ago (2016-05-27 16:30:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012343002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012343002/80001
4 years, 6 months ago (2016-05-27 16:41:55 UTC) #8
sky
https://codereview.chromium.org/2012343002/diff/20001/mash/wm/bridge/wm_window_mus.h File mash/wm/bridge/wm_window_mus.h (right): https://codereview.chromium.org/2012343002/diff/20001/mash/wm/bridge/wm_window_mus.h#newcode44 mash/wm/bridge/wm_window_mus.h:44: FOR_REMOTE, On 2016/05/27 16:04:03, James Cook wrote: > On ...
4 years, 6 months ago (2016-05-27 16:58:23 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-05-27 18:48:00 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-05-27 18:50:46 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6624a7af7520226b2513a689055c0425f66d60fc
Cr-Commit-Position: refs/heads/master@{#396523}

Powered by Google App Engine
This is Rietveld 408576698