summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/xkeyboard.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate the generated date from xkeyboard.cc for ease of udpate.mazda@chromium.org2012-01-261-51/+1
* Make almost all public functions in XKeyboard pure virtual.yusukes@google.com2012-01-241-170/+242
* Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.bryeung@chromium.org2011-11-291-4/+5
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-3/+5
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-5/+3
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-3/+5
* Fix memory leak in xkeyboard.cc.yusukes@chromium.org2011-11-141-1/+3
* Add unit tests for SetAutoRepeatEnabled and SetAutoRepeatRate.yusukes@chromium.org2011-11-141-1/+14
* Fix CHECK failure in xkeyboard.cc.yusukes@chromium.org2011-11-091-7/+9
* Fix TabRestoreServiceTest.DontRestorePrintPreviewTab browser_test failure cau...yusukes@google.com2011-11-071-4/+8
* Reapply Caps Lock and Num Lock to core keyboard whenever new X input device i...yusukes@chromium.org2011-11-071-6/+121
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* cleanup: Run xkeyboard_unittest.cc on UI thread, and add CHECKs back to xkeyb...yusukes@google.com2011-10-191-4/+2
* Do not write redundant LOGs on Linux desktop (and unit/ui/browser tests).yusukes@chromium.org2011-10-041-5/+8
* Fix refactoring mistake in http://codereview.chromium.org/7887032/ which caus...yusukes@google.com2011-09-201-4/+13
* Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 3) yusukes@chromium.org2011-09-161-3/+3
* Fix memory leaks caused by chrome/browser/chromeos/input_method/*.cc (part 2) yusukes@chromium.org2011-09-161-224/+170
* Remove LOG(WARNING) for debugging crosbug.com/15851.yusukes@chromium.org2011-09-121-3/+1
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-8/+11
* Fix AltGr behavior on Romanian layout.yusukes@google.com2011-08-111-0/+1
* Sort input method IDs in xkeyboard.cc.mazda@chromium.org2011-07-251-28/+28
* Activate ibus-mozc-hangul and replace from ibus-hangul.yusukes@google.com2011-07-211-1/+1
* Revert "Activate ibus-mozc-hangul and replace from ibus-hangul."yusukes@google.com2011-07-211-1/+1
* Activate ibus-mozc-hangul and replace from ibus-hangul.yusukes@google.com2011-07-211-1/+1
* Update references to the now-gone LaunchApp() from the code.evan@chromium.org2011-07-191-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-3/+1
* Remove keyboard overlay ID from C++ code.mazda@chromium.org2011-07-151-55/+84
* Use an existing connection to the X server rather than opening a new one.yusukes@google.com2011-07-141-51/+13
* Revert "Use an existing connection to the X server rather than opening a new ...yusukes@google.com2011-07-141-10/+50
* Use an existing connection to the X server rather than opening a new one.yusukes@google.com2011-07-141-50/+10
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-131-6/+4
* Add unit tests for crosbug.com/17484.yusukes@google.com2011-07-131-5/+6
* Fix AltGr and Search key mappingzork@chromium.org2011-07-121-2/+2
* Avoid calling a synchronous X call in OnCapslockChange().yusukes@google.com2011-07-111-1/+0
* Do not execute two or more setxkbmap commands in parallel.yusukes@google.com2011-06-071-12/+42
* Temporarily add a LOG(WARNING) to make it easy to track crosbug.com/15851.yusukes@google.com2011-06-061-1/+4
* Listen to XI_HierarchyChanged events and call setxkbmap when needed.yusukes@google.com2011-06-031-4/+21
* Revert "Listen to XI_HierarchyChanged events and call setxkbmap when needed."yusukes@google.com2011-06-021-21/+4
* Listen to XI_HierarchyChanged events and call setxkbmap when needed.yusukes@google.com2011-06-021-4/+21
* Fix the keyboard generation script to check for any remapping of the right al...zork@chromium.org2011-05-191-0/+4
* Do not assume that the initial XKB layout on Chrome startup is always US-qwerty.yusukes@google.com2011-05-101-7/+18
* Revert 84530 - This broke ui_tests on the chromiumos bots.nsylvain@chromium.org2011-05-071-12/+7
* Do not assume that the initial XKB layout on Chrome startup is always US-qwerty.yusukes@google.com2011-05-071-7/+12
* Don't remap capslock to search when the current keyboard layout uses it.zork@chromium.org2011-04-141-1/+21
* Remap right alt and control keys when the left keys are remapped.zork@chromium.org2011-04-141-2/+48
* Copy X keyboard code from libcros to Chrome.satorux@chromium.org2011-04-011-0/+326