DescriptionImport GTK WebInputEvent factory to content
(Migrated from crrev.com/21133002)
This imports the GTK WebInputEvent factory into content as
a set of WebInputEventBuilders. The functionality should be exacly the
same except for the handling of the following keycodes which changed due
to moving from the WebCore GDK -> windows keycode mapping to ui/base:
0xD7 (XK_multiply) is mapped to 0xA6 (VKEY_MULTIPLY) instead of 0
(VKEY_UKNOWN).
0xA6 (XK_brokenbar), 0xAB (XK_guillemotleft), 0xB0 (XK_degree),
0xBB (XK_guillemotright), 0xD9 (XK_Ugrave) and 0xF9 (XK_ugrave)
map to 0xE2 (VKEY_OEM_102) instead of 0 (VKEY_UNKNOWN).
I think these are progressions.
BUG=263189
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223533
Patch Set 1 #Patch Set 2 : Review comments from 21133002 #
Total comments: 15
Patch Set 3 : Fixup name of last_click_event_window #Patch Set 4 : Re-sync/merge #Patch Set 5 : Merge defs of scrollbarPixelsPerTick #
Messages
Total messages: 11 (0 generated)
|