summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/preferences.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* Enable and disable Chat Manager component extension based on labs preference ...scherkus@chromium.org2010-09-211-0/+28
* Fixing a bug which causes crash on linux when opening pref dialog.chaitanyag@chromium.org2010-09-181-0/+6
* Google codestyle prescribes sorting #include filenames within a section.dilmah@chromium.org2010-09-161-1/+1
* Revert 59077 - Tiny cleanup: remove all use of kFallbackInputMethodId from th...nsylvain@chromium.org2010-09-101-3/+1
* Tiny cleanup: remove all use of kFallbackInputMethodId from the Chrome tree.yusukes@chromium.org2010-09-101-1/+3
* Use new touchpad apidavemoore@chromium.org2010-09-081-21/+5
* Give kLanguagePreferredLanguages a default value.zork@chromium.org2010-09-071-1/+2
* Move preferred language and preload engines logic into first login code.zork@chromium.org2010-09-011-28/+0
* Remove DOMUI and Views settings for key repeat rate and delay, change the def...yusukes@chromium.org2010-08-301-8/+6
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* Add code to initialize accessibility for UI in the ChromeOS startup wizard.chaitanyag@chromium.org2010-08-251-1/+0
* Add language_prefs namespace to language_preferences.h.satorux@chromium.org2010-08-201-111/+142
* Make selectable keyboard layout only one for each languagezork@chromium.org2010-08-131-1/+1
* Add prefs for the DOMUI version of "Customize modifier keys" dialog.yusukes@chromium.org2010-08-121-30/+35
* Add Views UI for setting keyboard repeat delay and repeat interval.yusukes@chromium.org2010-08-111-0/+29
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* Add both English and the alternate language to the preferred language list on...zork@chromium.org2010-08-061-1/+6
* Implement the "Configure modifier keys" drop-down which enables users to swap...yusukes@google.com2010-07-271-0/+32
* Add "settings.language.preferred_languages" for Chromium OS's Languages and I...satorux@chromium.org2010-07-201-0/+15
* ibus-hangul: Use Ctrl+Alt+F9 as a Hanja hot-key instead of F9.yusukes@google.com2010-07-061-0/+7
* Moving mediaplayer and filebrowser behind a preference. This just adds the p...dhg@chromium.org2010-07-021-0/+2
* Preload all IMEs/Layouts for the UI Language on login, if the value has not y...zork@chromium.org2010-07-011-0/+19
* Fix it so that we save timezone properly. We are now going through libcros (i...chocobo@chromium.org2010-06-301-10/+0
* Change a bunch of string types.estade@chromium.org2010-06-291-20/+22
* Add a slider to the mozc configration dialog for setting the integer type of ...mazda@chromium.org2010-06-221-0/+15
* Rename *language_library* to *input_method_library*.satorux@chromium.org2010-06-211-1/+1
* Pref service strings should be std::string.estade@chromium.org2010-06-181-8/+9
* Rename LanguageLibrary with InputMethodLibrary.satorux@chromium.org2010-06-171-4/+8
* Add checkboxes for configuring the boolean type of Mozc configurations.yusukes@google.com2010-06-101-0/+15
* Remember the current and previous input method IDs as Chrome prefs, and resto...yusukes@google.com2010-06-081-0/+6
* Update combo boxes to use a template systemzork@chromium.org2010-06-071-3/+26
* Add Chewing integer preferenceszork@chromium.org2010-06-031-0/+15
* Add Chewing options windowzork@chromium.org2010-06-011-0/+32
* landing chaitanya's patchoshima@chromium.org2010-05-281-0/+2
* Increase default mouse speed sensitivitydavemoore@chromium.org2010-05-271-1/+1
* Initial implementation of a config dialog for ibus-mozc.yusukes@google.com2010-05-241-2/+18
* Refine language preferences.suzhe@chromium.org2010-05-131-24/+28
* Adding a configuration dialog for Pinyin input method.yusukes@chromium.org2010-04-271-6/+6
* - Adding Chrome preferences for ibus-pinyin.yusukes@google.com2010-04-221-16/+39
* Simplify Preferences::SetPreloadEngines() function.yusukes@google.com2010-04-121-36/+19
* Retry of r44072, which is partially reverted by r44077.yusukes@google.com2010-04-121-3/+1
* Fix build break (browser_test failure on Chromium OS bot).yusukes@google.com2010-04-091-1/+3
* Adding 2 preferences for configuring "NextEngine" and "Trigger" hot-keys.yusukes@google.com2010-04-091-1/+37
* chromeos_language cleanup (Chrome part).yusukes@google.com2010-04-081-13/+14
* Adding "preload_engines" and "use_global_engine" preferences to Chrome side (...yusukes@chromium.org2010-04-051-0/+49
* Revert 43475 - Adding "preload_engines" and "use_global_engine" preferences t...rohitrao@chromium.org2010-04-021-49/+0
* Adding "preload_engines" and "use_global_engine" preferences to Chrome side.yusukes@chromium.org2010-04-021-0/+49
* Moving Korean IME (ibus-hangul) preferences from IBus side (ibus-gconf & ibus...yusukes@chromium.org2010-03-311-2/+28
* Mocks for all libcros elements. Added library registry object that provides a...zelidrag@chromium.org2010-03-231-6/+10