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

Issue 1119953002: Enable display rotation, magnifier 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

Enable display rotation, magnifier in unified desktop mode Move SetDefaultMultiDisplayMode back to DisplayManager. We'll have to support dynamic switch from/to Unified desktop mode. BUG=365662, 483810 TEST=DisplayManagerTest.RotateUnifiedDesktop,MagnificationControllerTest.EnableMagnifierInUnifiedDesktop Committed: https://crrev.com/38dffadd1f16d7378a7c58b847fca47ac0ad7e17 Cr-Commit-Position: refs/heads/master@{#328348}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : fix test #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -70 lines) Patch
M ash/display/display_controller.cc View 1 2 3 4 4 chunks +18 lines, -3 lines 1 comment Download
M ash/display/display_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_manager.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 2 chunks +26 lines, -5 lines 0 comments Download
M ash/display/unified_mouse_warp_controller_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/host/ash_remote_window_tree_host_win.cc View 1 2 3 4 1 chunk +1 line, -0 lines 1 comment Download
M ash/host/ash_window_tree_host_ozone.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_unified.h View 3 chunks +7 lines, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_unified.cc View 3 chunks +22 lines, -4 lines 0 comments Download
M ash/host/ash_window_tree_host_win.cc View 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M ash/host/ash_window_tree_host_x11.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/host/transformer_helper.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/host/transformer_helper.cc View 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M ash/magnifier/magnification_controller.h View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 4 chunks +22 lines, -28 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 2 chunks +37 lines, -0 lines 0 comments Download
M ash/magnifier/partial_magnification_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M ash/screen_util_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M ash/test/display_manager_test_api.h View 3 chunks +2 lines, -4 lines 0 comments Download
M ash/test/display_manager_test_api.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 50 (26 generated)
oshima
https://codereview.chromium.org/1119953002/diff/40001/ash/host/ash_window_tree_host_unified.cc File ash/host/ash_window_tree_host_unified.cc (right): https://codereview.chromium.org/1119953002/diff/40001/ash/host/ash_window_tree_host_unified.cc#newcode52 ash/host/ash_window_tree_host_unified.cc:52: transformer_helper_.Init(); Initialize transformer_helper requires window(), which is created in ...
5 years, 7 months ago (2015-05-01 04:11:18 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/40001
5 years, 7 months ago (2015-05-01 04:11:46 UTC) #6
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/13357)
5 years, 7 months ago (2015-05-01 04:55:56 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/60001
5 years, 7 months ago (2015-05-01 15:11:11 UTC) #10
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/13449)
5 years, 7 months ago (2015-05-01 15:56:53 UTC) #12
oshima
please hold. win bots are failing for a reason I don't know.
5 years, 7 months ago (2015-05-01 16:49:50 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/1119953002/140001
5 years, 7 months ago (2015-05-01 20:02:55 UTC) #19
oshima
I'm still looking into why tests are failing on win and ozone, but I don't ...
5 years, 7 months ago (2015-05-01 20:58:16 UTC) #20
Jun Mukai
https://codereview.chromium.org/1119953002/diff/140001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/1119953002/diff/140001/ash/display/display_manager.h#newcode295 ash/display/display_manager.h:295: void SetDefaultMultiDisplayMode(MultiDisplayMode mode); What is the motivation to make ...
5 years, 7 months ago (2015-05-01 22:06:07 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-01 22:06:10 UTC) #23
oshima
https://codereview.chromium.org/1119953002/diff/140001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/1119953002/diff/140001/ash/display/display_manager.h#newcode295 ash/display/display_manager.h:295: void SetDefaultMultiDisplayMode(MultiDisplayMode mode); On 2015/05/01 22:06:07, Jun Mukai wrote: ...
5 years, 7 months ago (2015-05-01 22:44:57 UTC) #24
Jun Mukai
looks okay, ping me once the windows/ozone tests have passed. I'll take another look then.
5 years, 7 months ago (2015-05-01 22:47:09 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/1119953002/200001
5 years, 7 months ago (2015-05-02 02:10:40 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/220001
5 years, 7 months ago (2015-05-02 02:12:37 UTC) #31
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/13732)
5 years, 7 months ago (2015-05-02 02:56:37 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/240001
5 years, 7 months ago (2015-05-02 03:26:11 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-02 04:08:59 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/260001
5 years, 7 months ago (2015-05-05 04:41:36 UTC) #40
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/14300)
5 years, 7 months ago (2015-05-05 05:09:07 UTC) #42
oshima
PTAL https://codereview.chromium.org/1119953002/diff/300001/ash/display/display_controller.cc File ash/display/display_controller.cc (right): https://codereview.chromium.org/1119953002/diff/300001/ash/display/display_controller.cc#newcode598 ash/display/display_controller.cc:598: return; this was ozone issue. https://codereview.chromium.org/1119953002/diff/300001/ash/host/ash_remote_window_tree_host_win.cc File ash/host/ash_remote_window_tree_host_win.cc ...
5 years, 7 months ago (2015-05-05 15:32:13 UTC) #43
Jun Mukai
lgtm
5 years, 7 months ago (2015-05-05 16:29:22 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119953002/300001
5 years, 7 months ago (2015-05-05 16:45:53 UTC) #48
commit-bot: I haz the power
Committed patchset #7 (id:300001)
5 years, 7 months ago (2015-05-05 17:23:11 UTC) #49
commit-bot: I haz the power
5 years, 7 months ago (2015-05-05 17:24:13 UTC) #50
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/38dffadd1f16d7378a7c58b847fca47ac0ad7e17
Cr-Commit-Position: refs/heads/master@{#328348}

Powered by Google App Engine
This is Rietveld 408576698