Ssadrul@chromium.orgevents: Move some files into ui/base/events/
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move usb_keycode_map.h into ui/base/keycodes. This file contains the mapping table to convert to/from USB scan codes and native Mac, Win and Linux key codes. Currently, 2 exact copies of this file exist: * webkit/plugins/ppapi * remoting/host This cl combines these files into one super-powerful USB key mapping table! BUG=118432 TEST=none Review URL: https://chromiumcodereview.appspot.com/10544106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
events: Move some files into ui/base/events/ BUG=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10917075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154817 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboard_code_conversion.h. BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8511061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110263 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Consolidate two very similar functions; ui::WindowsKeyCodeForGdkKeyCode and ui::KeyboardCodeFromXKeysym. Add some X keysym names that are handled by the former function to the latter. BUG=103511 TEST=ran try Review URL: http://codereview.chromium.org/8803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113976 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Aura needs event translation for Mac Implments translation code from NSEvent to aura::Event. BUG=107633 TEST=EventsMacTest.* R=ben@chromium.org, thakis@chromium.org Review URL: http://codereview.chromium.org/8953037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115084 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
ui: No need to typedef testing::Test in unittests. TEST() macro should be used instead. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move app/key* to ui/base/keycodes/* BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6246001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71330 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add VKEY_POWER to the POSIX KeyboardCode enum. I'm mapping XF86XK_PowerOff to VKEY_POWER on X. Otherwise, power button events on Chrome OS are mapped to VKEY_UNKNOWN and get thrown on the floor before we can interpret them as user activity. BUG=chromium:144295 TEST=power button undims the screen on chrome os Review URL: https://chromiumcodereview.appspot.com/10879023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152921 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename ui::DefaultSymbolFromXEvent to ui::GetCharacterFromXEvent following suzhe's suggestion. The new name would be more consistent since other functions that return a Unicode code point use ui::GetCharacterXXX. For example, keyboard_code_conversion.h has ui::GetCharacterFromKeyCode. BUG=None TEST=ran try Review URL: http://codereview.chromium.org/8802002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113586 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add VKEY_POWER to the POSIX KeyboardCode enum. I'm mapping XF86XK_PowerOff to VKEY_POWER on X. Otherwise, power button events on Chrome OS are mapped to VKEY_UNKNOWN and get thrown on the floor before we can interpret them as user activity. BUG=chromium:144295 TEST=power button undims the screen on chrome os Review URL: https://chromiumcodereview.appspot.com/10879023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152921 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move usb_keycode_map.h into ui/base/keycodes. This file contains the mapping table to convert to/from USB scan codes and native Mac, Win and Linux key codes. Currently, 2 exact copies of this file exist: * webkit/plugins/ppapi * remoting/host This cl combines these files into one super-powerful USB key mapping table! BUG=118432 TEST=none Review URL: https://chromiumcodereview.appspot.com/10544106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141930 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |