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

Issue 11194044: Add keyboard events to metro aura (Closed)

Created:
8 years, 2 months ago by cpu_(ooo_6.6-7.5)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Add keyboard events to metro aura This is the first part since there IME are issues that need to be sorted out before this can fully work. In particular, InputMethodEventFilter::PreHandleKeyEvent needs changes not to assume native events. BUG=151718 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162781

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -40 lines) Patch
M chrome/browser/metro_viewer/metro_viewer_process_host_win.h View 1 chunk +5 lines, -3 lines 2 comments Download
M chrome/browser/metro_viewer/metro_viewer_process_host_win.cc View 2 chunks +20 lines, -4 lines 0 comments Download
M ui/aura/remote_root_window_host_win.h View 1 chunk +4 lines, -2 lines 0 comments Download
M ui/aura/remote_root_window_host_win.cc View 3 chunks +21 lines, -2 lines 0 comments Download
M ui/metro_viewer/metro_viewer_messages.h View 1 chunk +16 lines, -8 lines 0 comments Download
M win8/metro_driver/chrome_app_view.h View 2 chunks +8 lines, -0 lines 0 comments Download
M win8/metro_driver/chrome_app_view.cc View 7 chunks +66 lines, -13 lines 2 comments Download
M win8/metro_driver/stdafx.h View 1 chunk +11 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
cpu_(ooo_6.6-7.5)
also note I've broaden the #if defined(USE_AURA) blocks in metro_driver so we have less code ...
8 years, 2 months ago (2012-10-18 00:47:03 UTC) #1
scottmg
http://codereview.chromium.org/11194044/diff/1/chrome/browser/metro_viewer/metro_viewer_process_host_win.h File chrome/browser/metro_viewer/metro_viewer_process_host_win.h (right): http://codereview.chromium.org/11194044/diff/1/chrome/browser/metro_viewer/metro_viewer_process_host_win.h#newcode35 chrome/browser/metro_viewer/metro_viewer_process_host_win.h:35: void OnMouseEvent(int32 msg, WPARAM w_param, LPARAM l_param); is it ...
8 years, 2 months ago (2012-10-18 00:53:18 UTC) #2
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/11194044/diff/1/chrome/browser/metro_viewer/metro_viewer_process_host_win.h File chrome/browser/metro_viewer/metro_viewer_process_host_win.h (right): http://codereview.chromium.org/11194044/diff/1/chrome/browser/metro_viewer/metro_viewer_process_host_win.h#newcode35 chrome/browser/metro_viewer/metro_viewer_process_host_win.h:35: void OnMouseEvent(int32 msg, WPARAM w_param, LPARAM l_param); On 2012/10/18 ...
8 years, 2 months ago (2012-10-18 20:15:26 UTC) #3
scottmg
ship it! lgtm
8 years, 2 months ago (2012-10-18 20:20:07 UTC) #4
Ben Goodger (Google)
8 years, 2 months ago (2012-10-18 20:42:26 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698