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

Issue 11047012: Wiring metro mouse events to aura viewer (Closed)

Created:
8 years, 2 months ago by cpu_(ooo_6.6-7.5)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, ben+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

In-chorme viewer for metro (part 2) - Wires metro mouse move, mouse click to aura viewer - Introduces a new RootWindowHost, one that is remote BUG=151718 TEST=see bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=160489

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -95 lines) Patch
M ash/display/multi_display_manager.cc View 1 2 3 3 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/metro_viewer/metro_viewer_process_host_win.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/metro_viewer/metro_viewer_process_host_win.cc View 1 2 3 3 chunks +19 lines, -4 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/web_input_event_aura.cc View 1 2 3 4 chunks +65 lines, -5 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aurax11.cc View 1 2 3 2 chunks +0 lines, -56 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A ui/aura/remote_root_window_host_win.h View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A ui/aura/remote_root_window_host_win.cc View 1 2 3 1 chunk +159 lines, -0 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M ui/aura/root_window_host.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M ui/aura/root_window_host_linux.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 2 3 4 3 chunks +8 lines, -6 lines 0 comments Download
M ui/aura/root_window_host_win.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M ui/aura/root_window_host_win.cc View 1 2 3 3 chunks +8 lines, -6 lines 0 comments Download
M ui/metro_viewer/metro_viewer_messages.h View 1 2 3 1 chunk +11 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_root_window_host_linux.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_root_window_host_linux.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M ui/views/widget/desktop_root_window_host_win.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_root_window_host_win.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M win8/metro_driver/chrome_app_view.h View 1 2 3 4 chunks +20 lines, -0 lines 0 comments Download
M win8/metro_driver/devices_handler.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M win8/metro_driver/devices_handler.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M win8/metro_driver/stdafx.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ben Goodger (Google)
direction looks good http://codereview.chromium.org/11047012/diff/7001/chrome/browser/metro_viewer/metro_viewer_process_host_win.cc File chrome/browser/metro_viewer/metro_viewer_process_host_win.cc (right): http://codereview.chromium.org/11047012/diff/7001/chrome/browser/metro_viewer/metro_viewer_process_host_win.cc#newcode57 chrome/browser/metro_viewer/metro_viewer_process_host_win.cc:57: aura::RemoteRootWindowHostWin::Instance()->OnMouseMoved(x, y, modifiers); I wonder if ...
8 years, 2 months ago (2012-10-03 19:52:59 UTC) #1
cpu_(ooo_6.6-7.5)
Ok, most warts removed, please review now.
8 years, 2 months ago (2012-10-04 02:32:43 UTC) #2
jam
removing myself as a reviewer since Ben is an owner in the content code nit: ...
8 years, 2 months ago (2012-10-04 15:27:38 UTC) #3
Ben Goodger (Google)
http://codereview.chromium.org/11047012/diff/27003/ash/display/multi_display_manager.cc File ash/display/multi_display_manager.cc (right): http://codereview.chromium.org/11047012/diff/27003/ash/display/multi_display_manager.cc#newcode272 ash/display/multi_display_manager.cc:272: } Write this like so: RootWindow::CreateParams params(display.bounds_in_pixel()); #if defined(OS_WIN) ...
8 years, 2 months ago (2012-10-04 15:48:30 UTC) #4
cpu_(ooo_6.6-7.5)
comments addressed, please take a look again. http://codereview.chromium.org/11047012/diff/27003/ash/display/multi_display_manager.cc File ash/display/multi_display_manager.cc (right): http://codereview.chromium.org/11047012/diff/27003/ash/display/multi_display_manager.cc#newcode272 ash/display/multi_display_manager.cc:272: } On ...
8 years, 2 months ago (2012-10-04 19:57:56 UTC) #5
Ben Goodger (Google)
On 2012/10/04 19:57:56, cpu wrote: > The problem is that I need to update the ...
8 years, 2 months ago (2012-10-04 20:03:41 UTC) #6
cpu_(ooo_6.6-7.5)
refactored RWH per your suggestion. Hopefully I didn't break anything. Please take a look again.
8 years, 2 months ago (2012-10-05 20:34:33 UTC) #7
Ben Goodger (Google)
8 years, 2 months ago (2012-10-05 20:47:55 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698