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

Issue 7633: First stab at webinputevent_linux.cc. Coverts GDK events to (Closed)

Created:
12 years, 2 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

First stab at webinputevent_linux.cc. Coverts GDK events to our webkit glue classes.

Patch Set 1 #

Patch Set 2 : keycode conversion #

Patch Set 3 : scons cleanup #

Patch Set 4 : portish #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1110 lines, -13 lines) Patch
M webkit/SConscript.port View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/SConscript View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/glue/event_conversion.cc View 2 3 5 chunks +4 lines, -10 lines 0 comments Download
M webkit/glue/webinputevent.h View 1 4 chunks +13 lines, -1 line 0 comments Download
A webkit/glue/webinputevent_linux.cc View 1 2 3 1 chunk +150 lines, -0 lines 0 comments Download
A webkit/port/platform/chromium/KeyCodeConversion.h View 1 chunk +30 lines, -0 lines 0 comments Download
A webkit/port/platform/chromium/KeyCodeConversionGtk.cpp View 1 chunk +363 lines, -0 lines 0 comments Download
A webkit/port/platform/chromium/KeyboardCodes.h View 1 chunk +543 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tony
12 years, 2 months ago (2008-10-21 22:31:36 UTC) #1
darin (slow to review)
perhaps webinputevent_gtk.cc would be a better name? http://codereview.chromium.org/7633/diff/605/607 File webkit/glue/event_conversion.cc (right): http://codereview.chromium.org/7633/diff/605/607#newcode13 Line 13: #include ...
12 years, 2 months ago (2008-10-21 23:31:06 UTC) #2
tony
On 2008/10/21 23:31:06, darin wrote: > perhaps webinputevent_gtk.cc would be a better name? I was ...
12 years, 2 months ago (2008-10-22 21:22:21 UTC) #3
darin (slow to review)
12 years, 2 months ago (2008-10-23 19:19:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698