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

Issue 1263853002: Unified Desktop: Support 2xDSF display (Closed)

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

Unified Desktop: Support 2xDSF display * Moved and renamed accelerator functions for UI scaling as it now handles resolution change. The term "zoom" would be more appropriate as it describe the feature not how it's implemented. * Cleanup the obsolete ui scaling code for unified desktop in RootWindowTransformers BUG=514877 TEST=covered by unit tests. manual. Committed: https://crrev.com/af6e857fabbb950795ad49a9d3a992148fcddf61 Cr-Commit-Position: refs/heads/master@{#341172}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : fix test #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -143 lines) Patch
M ash/accelerators/accelerator_commands.h View 1 chunk +9 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_commands.cc View 1 2 chunks +49 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller.cc View 4 chunks +4 lines, -53 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 6 chunks +46 lines, -18 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 8 chunks +134 lines, -15 lines 0 comments Download
M ash/display/display_util.h View 2 chunks +2 lines, -1 line 0 comments Download
M ash/display/display_util.cc View 1 2 chunks +15 lines, -6 lines 0 comments Download
M ash/display/root_window_transformers.cc View 3 chunks +13 lines, -18 lines 0 comments Download
M ash/display/unified_mouse_warp_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/unified_mouse_warp_controller_unittest.cc View 2 chunks +43 lines, -24 lines 0 comments Download
M ash/host/ash_window_tree_host_unified.cc View 1 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (11 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/1263853002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1263853002/20001
5 years, 4 months ago (2015-07-29 19:29:49 UTC) #3
oshima
https://codereview.chromium.org/1263853002/diff/20001/ash/display/unified_mouse_warp_controller_unittest.cc File ash/display/unified_mouse_warp_controller_unittest.cc (right): https://codereview.chromium.org/1263853002/diff/20001/ash/display/unified_mouse_warp_controller_unittest.cc#newcode107 ash/display/unified_mouse_warp_controller_unittest.cc:107: EXPECT_FALSE(TestIfMouseWarpsAt(gfx::Point(11, 11))); TestIfMouseWarp currently doesn't work with dsf x. ...
5 years, 4 months ago (2015-07-29 20:20:52 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-29 20:24:22 UTC) #7
Jun Mukai
https://codereview.chromium.org/1263853002/diff/20001/ash/accelerators/accelerator_commands.cc File ash/accelerators/accelerator_commands.cc (right): https://codereview.chromium.org/1263853002/diff/20001/ash/accelerators/accelerator_commands.cc#newcode102 ash/accelerators/accelerator_commands.cc:102: bool IsInternalDisplayZoomEnabled() { Be sure to appear in the ...
5 years, 4 months ago (2015-07-29 21:26:28 UTC) #8
oshima
https://codereview.chromium.org/1263853002/diff/20001/ash/accelerators/accelerator_commands.cc File ash/accelerators/accelerator_commands.cc (right): https://codereview.chromium.org/1263853002/diff/20001/ash/accelerators/accelerator_commands.cc#newcode102 ash/accelerators/accelerator_commands.cc:102: bool IsInternalDisplayZoomEnabled() { On 2015/07/29 21:26:28, Jun Mukai wrote: ...
5 years, 4 months ago (2015-07-30 01:33:32 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/1263853002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1263853002/80001
5 years, 4 months ago (2015-07-30 01:34:40 UTC) #12
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/44396)
5 years, 4 months ago (2015-07-30 02:17:51 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/1263853002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1263853002/100001
5 years, 4 months ago (2015-07-30 05:51:16 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-30 07:17:55 UTC) #18
Jun Mukai
lgtm with a nit https://codereview.chromium.org/1263853002/diff/100001/ash/display/display_manager.cc File ash/display/display_manager.cc (right): https://codereview.chromium.org/1263853002/diff/100001/ash/display/display_manager.cc#newcode88 ash/display/display_manager.cc:88: std::vector<DisplayMode>::const_iterator FindDisplayModeL( I am not ...
5 years, 4 months ago (2015-07-30 17:11:12 UTC) #19
oshima
https://codereview.chromium.org/1263853002/diff/100001/ash/display/display_manager.cc File ash/display/display_manager.cc (right): https://codereview.chromium.org/1263853002/diff/100001/ash/display/display_manager.cc#newcode88 ash/display/display_manager.cc:88: std::vector<DisplayMode>::const_iterator FindDisplayModeL( On 2015/07/30 17:11:11, Jun Mukai wrote: > ...
5 years, 4 months ago (2015-07-30 18:43:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1263853002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1263853002/120001
5 years, 4 months ago (2015-07-30 18:43:53 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 4 months ago (2015-07-30 19:42:27 UTC) #24
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 19:43:14 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/af6e857fabbb950795ad49a9d3a992148fcddf61
Cr-Commit-Position: refs/heads/master@{#341172}

Powered by Google App Engine
This is Rietveld 408576698