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

Issue 1107733006: Unified Desktop: hook up ash to allow unified desktop mode (Closed)

Created:
5 years, 8 months ago by oshima
Modified:
5 years, 7 months ago
Reviewers:
Jun Mukai
CC:
chromium-reviews, kalyank, stevenjb+watch_chromium.org, sadrul, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add unified desktop flag "--ash-enable-unified-desktop" Enhanced MirrorWindowController to manage multiple mirroring windows. BUG=365662 Committed: https://crrev.com/55ef921cb46ae2b1a95ddda8a376120db53eee69 Cr-Commit-Position: refs/heads/master@{#327172}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Total comments: 12

Patch Set 5 : #

Total comments: 2

Patch Set 6 : AshWindowTreeHostUnified #

Unified diffs Side-by-side diffs Delta from patch set Stats (+804 lines, -203 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_switches.h View 2 chunks +7 lines, -1 line 0 comments Download
M ash/ash_switches.cc View 4 chunks +21 lines, -3 lines 0 comments Download
M ash/display/display_controller.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M ash/display/display_controller.cc View 1 2 17 chunks +67 lines, -41 lines 0 comments Download
M ash/display/display_manager.h View 1 2 3 6 chunks +29 lines, -15 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 21 chunks +128 lines, -49 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 4 4 chunks +36 lines, -4 lines 0 comments Download
M ash/display/mirror_window_controller.h View 1 2 3 3 chunks +17 lines, -3 lines 0 comments Download
M ash/display/mirror_window_controller.cc View 1 2 3 4 2 chunks +165 lines, -66 lines 0 comments Download
M ash/display/mirror_window_controller_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M ash/display/root_window_transformers.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M ash/display/root_window_transformers.cc View 2 chunks +37 lines, -0 lines 0 comments Download
M ash/display/root_window_transformers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_ash.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ash/host/ash_window_tree_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_init_params.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_init_params.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M ash/host/ash_window_tree_host_ozone.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A ash/host/ash_window_tree_host_unified.h View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
A ash/host/ash_window_tree_host_unified.cc View 1 2 3 4 5 1 chunk +164 lines, -0 lines 0 comments Download
M ash/host/ash_window_tree_host_x11.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/touch/touch_transformer_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/display/display_preferences.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
oshima
I'll add more comments and tests, but the rest is ready for review. PTAL.
5 years, 8 months ago (2015-04-25 09:05:45 UTC) #4
Jun Mukai
https://codereview.chromium.org/1107733006/diff/60001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/1107733006/diff/60001/ash/ash.gyp#newcode47 ash/ash.gyp:47: 'nnjnnnncontent/display/screen_orientation_controller_chromeos.h', looks like a typo. https://codereview.chromium.org/1107733006/diff/60001/ash/ash_switches.cc File ash/ash_switches.cc (right): ...
5 years, 7 months ago (2015-04-26 23:45:08 UTC) #5
oshima
https://codereview.chromium.org/1107733006/diff/60001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/1107733006/diff/60001/ash/ash.gyp#newcode47 ash/ash.gyp:47: 'nnjnnnncontent/display/screen_orientation_controller_chromeos.h', On 2015/04/26 23:45:07, Jun Mukai wrote: > looks ...
5 years, 7 months ago (2015-04-27 17:48:38 UTC) #6
Jun Mukai
https://codereview.chromium.org/1107733006/diff/80001/ash/display/display_manager_unittest.cc File ash/display/display_manager_unittest.cc (right): https://codereview.chromium.org/1107733006/diff/80001/ash/display/display_manager_unittest.cc#newcode636 ash/display/display_manager_unittest.cc:636: LOG(ERROR) << "============"; Is this necessary? https://codereview.chromium.org/1107733006/diff/80001/ash/display/display_manager_unittest.cc#newcode1466 ash/display/display_manager_unittest.cc:1466: #if ...
5 years, 7 months ago (2015-04-27 18:23:40 UTC) #7
oshima
https://codereview.chromium.org/1107733006/diff/80001/ash/display/display_manager_unittest.cc File ash/display/display_manager_unittest.cc (right): https://codereview.chromium.org/1107733006/diff/80001/ash/display/display_manager_unittest.cc#newcode1466 ash/display/display_manager_unittest.cc:1466: #if !defined(OS_WIN) && defined(USE_X11) On 2015/04/27 18:23:39, Jun Mukai ...
5 years, 7 months ago (2015-04-27 20:30:56 UTC) #8
oshima
renamed to AshWindowTreeHostUnified as discussed offline. PTAL.
5 years, 7 months ago (2015-04-27 22:43:34 UTC) #9
Jun Mukai
lgtm with a nit https://codereview.chromium.org/1107733006/diff/120001/ash/host/ash_window_tree_host_virtual.cc File ash/host/ash_window_tree_host_virtual.cc (right): https://codereview.chromium.org/1107733006/diff/120001/ash/host/ash_window_tree_host_virtual.cc#newcode17 ash/host/ash_window_tree_host_virtual.cc:17: bool IsLocatedEvent(const ui::Event& event) { ...
5 years, 7 months ago (2015-04-27 23:08:48 UTC) #10
oshima
https://codereview.chromium.org/1107733006/diff/120001/ash/host/ash_window_tree_host_virtual.cc File ash/host/ash_window_tree_host_virtual.cc (right): https://codereview.chromium.org/1107733006/diff/120001/ash/host/ash_window_tree_host_virtual.cc#newcode17 ash/host/ash_window_tree_host_virtual.cc:17: bool IsLocatedEvent(const ui::Event& event) { On 2015/04/27 23:08:48, Jun ...
5 years, 7 months ago (2015-04-27 23:12:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1107733006/140001
5 years, 7 months ago (2015-04-27 23:13:25 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:140001)
5 years, 7 months ago (2015-04-27 23:27:25 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-04-27 23:28:21 UTC) #15
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/55ef921cb46ae2b1a95ddda8a376120db53eee69
Cr-Commit-Position: refs/heads/master@{#327172}

Powered by Google App Engine
This is Rietveld 408576698