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

Issue 1116313002: Layout login/lock screen, shelf and app list inside the first display in Unified Desktop mode (Closed)

Created:
5 years, 7 months ago by oshima
Modified:
5 years, 7 months ago
Reviewers:
Jun Mukai
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

Layout login/lock screen, shelf, app list, notifications inside the first display in Unified Desktop mode Remove obsolete command line flag. BUG=365662 TEST=ShelfLayoutManagerTest.ShelfLayoutInUnifiedDesktop, ScreenUtilTest.ShelfDisplayBoundsInUnifiedDesktop Committed: https://crrev.com/96f6a50247690d1058b1c08af2b871611c893326 Cr-Commit-Position: refs/heads/master@{#328060}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : fix test expectation #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : fix typo #

Patch Set 7 : fix #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -35 lines) Patch
M ash/ash_switches.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ash/ash_switches.cc View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M ash/display/display_controller.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M ash/root_window_controller.cc View 1 chunk +1 line, -7 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M ash/screen_util.h View 2 chunks +9 lines, -4 lines 0 comments Download
M ash/screen_util.cc View 2 chunks +14 lines, -5 lines 0 comments Download
M ash/screen_util_unittest.cc View 2 chunks +34 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 chunk +5 lines, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 4 5 6 7 3 chunks +22 lines, -0 lines 0 comments Download
M ash/shell_unittest.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 2 4 chunks +33 lines, -3 lines 0 comments Download
M ash/wm/app_list_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/lock_window_state.cc View 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (20 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/1116313002/140001
5 years, 7 months ago (2015-05-01 21:05:13 UTC) #10
oshima
5 years, 7 months ago (2015-05-01 21:06:19 UTC) #11
Jun Mukai
Sounds like you'll have to look into ash/system/web_notifications/ash_popup_alingment_delegate.(h|cc) about the work area computations. Otherwise the ...
5 years, 7 months ago (2015-05-01 22:14:45 UTC) #13
oshima
thanks you for pointing out the notification. Fixed and added test. PTAL https://codereview.chromium.org/1116313002/diff/160001/ash/display/display_controller.cc File ash/display/display_controller.cc ...
5 years, 7 months ago (2015-05-01 23:44:52 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116313002/200001
5 years, 7 months ago (2015-05-01 23:53:55 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116313002/230001
5 years, 7 months ago (2015-05-02 01:36:58 UTC) #18
oshima
https://codereview.chromium.org/1116313002/diff/230001/ash/shell_unittest.cc File ash/shell_unittest.cc (right): https://codereview.chromium.org/1116313002/diff/230001/ash/shell_unittest.cc#newcode378 ash/shell_unittest.cc:378: return; This is now necessary as the shelf's bounds ...
5 years, 7 months ago (2015-05-02 01:37:51 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/13725)
5 years, 7 months ago (2015-05-02 02:09:00 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116313002/250001
5 years, 7 months ago (2015-05-02 02:19:32 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/79781)
5 years, 7 months ago (2015-05-02 03:08:48 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116313002/270001
5 years, 7 months ago (2015-05-02 03:15:43 UTC) #27
Jun Mukai
lgtm https://codereview.chromium.org/1116313002/diff/160001/ash/display/display_controller.cc File ash/display/display_controller.cc (right): https://codereview.chromium.org/1116313002/diff/160001/ash/display/display_controller.cc#newcode659 ash/display/display_controller.cc:659: On 2015/05/01 23:44:52, oshima wrote: > On 2015/05/01 ...
5 years, 7 months ago (2015-05-02 03:41:29 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/79789)
5 years, 7 months ago (2015-05-02 04:11:16 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1116313002/90012
5 years, 7 months ago (2015-05-02 04:57:52 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:90012)
5 years, 7 months ago (2015-05-02 08:43:48 UTC) #35
commit-bot: I haz the power
5 years, 7 months ago (2015-05-02 08:44:48 UTC) #36
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/96f6a50247690d1058b1c08af2b871611c893326
Cr-Commit-Position: refs/heads/master@{#328060}

Powered by Google App Engine
This is Rietveld 408576698