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

Issue 1838833002: Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display (Closed)

Created:
4 years, 8 months ago by robliao
Modified:
4 years, 8 months ago
Reviewers:
stevenjb, oshima, Devlin
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, michaelpg+watch-options_chromium.org, sadrul, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@screenwinmove
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display BUG=595498 Committed: https://crrev.com/c0dfd6b2d5be7951bc1dfa61053f67d2514889f5 Cr-Commit-Position: refs/heads/master@{#385875}

Patch Set 1 : #

Patch Set 2 : Update to 1c9b022 and Fix Newly Added Code Impacted by Breaking Change #

Total comments: 6

Patch Set 3 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+542 lines, -1009 lines) Patch
M ash/ash.gyp View 6 chunks +2 lines, -7 lines 0 comments Download
M ash/display/display_change_observer_chromeos.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M ash/display/display_configuration_controller.h View 4 chunks +7 lines, -3 lines 0 comments Download
M ash/display/display_configuration_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
D ash/display/display_layout.h View 1 chunk +0 lines, -114 lines 0 comments Download
D ash/display/display_layout.cc View 1 chunk +0 lines, -259 lines 0 comments Download
D ash/display/display_layout_builder.h View 1 chunk +0 lines, -56 lines 0 comments Download
D ash/display/display_layout_builder.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D ash/display/display_layout_builder_unittest.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M ash/display/display_layout_store.h View 2 chunks +12 lines, -9 lines 0 comments Download
M ash/display/display_layout_store.cc View 5 chunks +23 lines, -22 lines 0 comments Download
M ash/display/display_manager.h View 8 chunks +13 lines, -13 lines 0 comments Download
M ash/display/display_manager.cc View 1 16 chunks +36 lines, -35 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 13 chunks +84 lines, -53 lines 0 comments Download
M ash/display/display_util.h View 4 chunks +13 lines, -10 lines 0 comments Download
M ash/display/display_util.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M ash/display/display_util_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M ash/display/extended_mouse_warp_controller.h View 1 chunk +0 lines, -1 line 0 comments Download
M ash/display/extended_mouse_warp_controller.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/display/extended_mouse_warp_controller_unittest.cc View 7 chunks +15 lines, -14 lines 0 comments Download
M ash/display/json_converter.h View 1 chunk +6 lines, -4 lines 0 comments Download
M ash/display/json_converter.cc View 8 chunks +16 lines, -12 lines 0 comments Download
M ash/display/json_converter_unittest.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M ash/display/mirror_window_controller.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M ash/display/mouse_cursor_event_filter_unittest.cc View 5 chunks +17 lines, -16 lines 0 comments Download
M ash/display/root_window_transformers_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/display/screen_position_controller_unittest.cc View 10 chunks +14 lines, -13 lines 0 comments Download
M ash/display/unified_mouse_warp_controller.cc View 5 chunks +12 lines, -10 lines 0 comments Download
M ash/display/window_tree_host_manager.cc View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M ash/display/window_tree_host_manager_unittest.cc View 18 chunks +25 lines, -22 lines 0 comments Download
M ash/extended_desktop_unittest.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M ash/sticky_keys/sticky_keys_overlay_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ash/test/display_manager_test_api.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/test/display_manager_test_api.cc View 4 chunks +13 lines, -16 lines 0 comments Download
M ash/touch/touch_transformer_controller.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 3 chunks +8 lines, -5 lines 0 comments Download
M ash/wm/immersive_fullscreen_controller_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/display/display_preferences.h View 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 21 chunks +60 lines, -55 lines 0 comments Download
M chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos.cc View 1 6 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos_unittest.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/display_options_handler.cc View 1 5 chunks +9 lines, -7 lines 0 comments Download
M ui/display/BUILD.gn View 2 chunks +5 lines, -0 lines 0 comments Download
M ui/display/display.gyp View 2 chunks +5 lines, -0 lines 0 comments Download
A + ui/display/manager/display_layout.h View 5 chunks +9 lines, -9 lines 0 comments Download
A + ui/display/manager/display_layout.cc View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
A + ui/display/manager/display_layout_builder.h View 2 chunks +9 lines, -8 lines 0 comments Download
A + ui/display/manager/display_layout_builder.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/display/manager/display_layout_builder_unittest.cc View 3 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 62 (30 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/1
4 years, 8 months ago (2016-03-28 16:58:49 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/9802) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-03-28 17:01:05 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/40001
4 years, 8 months ago (2016-03-28 19:38:34 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/187040) linux_chromium_clobber_rel_ng on ...
4 years, 8 months ago (2016-03-28 20:18:42 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/60001
4 years, 8 months ago (2016-03-29 20:49:44 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/80001
4 years, 8 months ago (2016-03-29 21:05:25 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/100001
4 years, 8 months ago (2016-03-29 23:48:10 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/165964)
4 years, 8 months ago (2016-03-30 07:22:31 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/120001
4 years, 8 months ago (2016-03-30 18:29:42 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 20:11:02 UTC) #26
robliao
oshima: Please review this change. Thanks!
4 years, 8 months ago (2016-03-30 21:08:28 UTC) #29
robliao
On 2016/03/30 21:08:28, robliao wrote: > oshima: Please review this change. Thanks! Ping. Thanks!
4 years, 8 months ago (2016-04-01 17:02:40 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/120001
4 years, 8 months ago (2016-04-04 19:26:37 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/190747)
4 years, 8 months ago (2016-04-04 19:45:53 UTC) #34
robliao
Updated to 1c9b022 and Fixed Newly Added Code Impacted by Breaking Change
4 years, 8 months ago (2016-04-05 00:14:56 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/140001
4 years, 8 months ago (2016-04-05 00:14:58 UTC) #37
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/154157) ios_rel_device_ninja on ...
4 years, 8 months ago (2016-04-05 00:20:57 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/140001
4 years, 8 months ago (2016-04-05 16:51:30 UTC) #41
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 17:55:45 UTC) #43
robliao
On 2016/04/05 17:55:45, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 8 months ago (2016-04-05 20:45:01 UTC) #44
robliao
On 2016/04/05 20:45:01, robliao wrote: > On 2016/04/05 17:55:45, commit-bot: I haz the power wrote: ...
4 years, 8 months ago (2016-04-07 19:19:58 UTC) #45
oshima
thank you for working on this. just nits. lgtm https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.cc File ui/display/manager/display_layout.cc (right): https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.cc#newcode256 ui/display/manager/display_layout.cc:256: ...
4 years, 8 months ago (2016-04-07 19:54:21 UTC) #46
robliao
Thanks for the review! Additional OWNERS: Please provide owner approval for the paths under your ...
4 years, 8 months ago (2016-04-07 20:10:21 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/160001
4 years, 8 months ago (2016-04-07 20:11:17 UTC) #50
Devlin
c/b/extensions lgtm
4 years, 8 months ago (2016-04-07 20:40:19 UTC) #51
oshima
slgtm https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.h File ui/display/manager/display_layout.h (right): https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.h#newcode1 ui/display/manager/display_layout.h:1: // Copyright 2016 The Chromium Authors. All rights ...
4 years, 8 months ago (2016-04-07 20:59:28 UTC) #52
stevenjb
c/b lgtm
4 years, 8 months ago (2016-04-07 21:05:17 UTC) #53
robliao
https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.h File ui/display/manager/display_layout.h (right): https://codereview.chromium.org/1838833002/diff/140001/ui/display/manager/display_layout.h#newcode1 ui/display/manager/display_layout.h:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 8 months ago (2016-04-07 21:13:49 UTC) #54
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-07 21:19:27 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838833002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838833002/160001
4 years, 8 months ago (2016-04-07 21:26:19 UTC) #59
commit-bot: I haz the power
Committed patchset #3 (id:160001)
4 years, 8 months ago (2016-04-07 21:34:06 UTC) #60
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 21:35:22 UTC) #62
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c0dfd6b2d5be7951bc1dfa61053f67d2514889f5
Cr-Commit-Position: refs/heads/master@{#385875}

Powered by Google App Engine
This is Rietveld 408576698