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

Issue 8353005: aura: Make keyevents for renderers work correctly in X11. (Closed)

Created:
9 years, 2 months ago by sadrul
Modified:
9 years, 2 months ago
CC:
chromium-reviews, tfarina, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su, dhollowa
Visibility:
Public.

Description

aura: Make key and mouse events for renderers work correctly in X11 with RWHVAura. BUG=none TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106329

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : mouse events #

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -91 lines) Patch
M content/browser/renderer_host/web_input_event_aura.cc View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aurax11.cc View 1 2 5 chunks +70 lines, -88 lines 0 comments Download
M ui/base/keycodes/keyboard_code_conversion_x.h View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/native_widget_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sadrul
9 years, 2 months ago (2011-10-19 14:17:09 UTC) #1
Ben Goodger (Google)
See my comment in the other CL. WDYT? On Wed, Oct 19, 2011 at 7:17 ...
9 years, 2 months ago (2011-10-19 14:22:00 UTC) #2
sadrul
I have updated the CL to also support mouse events. Creating the WebMouseEvent from the ...
9 years, 2 months ago (2011-10-19 16:04:14 UTC) #3
Ben Goodger (Google)
lgtm http://codereview.chromium.org/8353005/diff/1002/content/browser/renderer_host/web_input_event_aura.cc File content/browser/renderer_host/web_input_event_aura.cc (right): http://codereview.chromium.org/8353005/diff/1002/content/browser/renderer_host/web_input_event_aura.cc#newcode36 content/browser/renderer_host/web_input_event_aura.cc:36: // XInput2 and XInput. Can you note that ...
9 years, 2 months ago (2011-10-19 16:14:20 UTC) #4
sadrul
9 years, 2 months ago (2011-10-19 16:34:37 UTC) #5
http://codereview.chromium.org/8353005/diff/1002/content/browser/renderer_hos...
File content/browser/renderer_host/web_input_event_aura.cc (right):

http://codereview.chromium.org/8353005/diff/1002/content/browser/renderer_hos...
content/browser/renderer_host/web_input_event_aura.cc:36: // XInput2 and XInput.
On 2011/10/19 16:14:20, Ben Goodger (Google) wrote:
> Can you note that this can be resolved and we can construct directly from the
> NativeEvent once we support only XI2?

Done.

Powered by Google App Engine
This is Rietveld 408576698