-
garykac@chromium.org authored
(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 Review URL: https://chromiumcodereview.appspot.com/23815005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223533 0039d316-1c4b-4281-b951-d872f2087c98
1a9921e9