| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | Refactor cros_in_process_browser_test to separate the mock initialization. | chaitanyag@chromium.org | 2010-08-02 | 2 | -5/+10 |
* | Cleanup: Remove unneeded headers from app/ (part 3) | thestig@chromium.org | 2010-07-31 | 2 | -2/+0 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 3 | -5/+4 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 2 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 8 | -0/+8 |
* | Land for njw: | chocobo@chromium.org | 2010-07-21 | 1 | -1/+3 |
* | Put sidetab menu back to wrench menu (confirmed with sky) | oshima@chromium.org | 2010-07-20 | 2 | -25/+0 |
* | Removing the code that are no longer in use. | oshima@chromium.org | 2010-07-16 | 8 | -254/+6 |
* | Fix GetTextForIndicatorTest. | yusukes@google.com | 2010-07-15 | 1 | -20/+0 |
* | Change the label for the language indicator for Chinese. | yusukes@google.com | 2010-07-15 | 2 | -2/+28 |
* | Use "CN" for simplified Chinese and "TW" for traditonal Chinese, rather than ... | yusukes@google.com | 2010-07-15 | 2 | -3/+36 |
* | Fix browser test broken by resource ID ordering change. | pkasting@chromium.org | 2010-07-13 | 1 | -12/+44 |
* | FAIL_ -> FAILS_Battery{Charging|Discharging}Test | oshima@chromium.org | 2010-07-13 | 1 | -2/+2 |
* | Mark failing tests with FAIL_ | arv@chromium.org | 2010-07-13 | 1 | -2/+4 |
* | Fix ChromeOS reliance on implicit ordering of resource IDs. This was suppose... | pkasting@chromium.org | 2010-07-12 | 2 | -31/+125 |
* | Use the special language indicator for mozc-dv. | yusukes@google.com | 2010-07-02 | 1 | -0/+1 |
* | Implement keyboard layout switching on the login screen. | yusukes@google.com | 2010-07-01 | 2 | -14/+57 |
* | Fix it so that we save timezone properly. We are now going through libcros (i... | chocobo@chromium.org | 2010-06-30 | 3 | -29/+22 |
* | Don't generate a certificate browse button or passphrase field if cert path c... | stevenjb@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 2 | -11/+10 |
* | Push change for stevenjb: | chocobo@chromium.org | 2010-06-28 | 2 | -27/+37 |
* | Fixes new wrench menu on chromeos. | sky@chromium.org | 2010-06-28 | 2 | -14/+12 |
* | Reapply r50859 with chromeos fixes. | erg@chromium.org | 2010-06-25 | 6 | -0/+18 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 1 | -2/+2 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Change the language indicator to the country code when using ibus-xkb. | mazda@chromium.org | 2010-06-24 | 2 | -5/+15 |
* | Don't show the tooltip for the language indicator when the indicator is hidden. | yusukes@google.com | 2010-06-24 | 1 | -3/+2 |
* | Add IsScreenLockerMode() interface to the StatusAreaHost class. | yusukes@google.com | 2010-06-24 | 1 | -0/+3 |
* | Fix clock to use ICU's internationalization. | chocobo@chromium.org | 2010-06-23 | 3 | -59/+10 |
* | Small tweaks to improve toolbar keyboard accessibility: Put focus rects | dmazzoni@chromium.org | 2010-06-22 | 1 | -0/+1 |
* | Rename *language_library* to *input_method_library*. | satorux@chromium.org | 2010-06-21 | 2 | -2/+2 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 1 | -1/+2 |
* | Added input_method_util.h. | yusukes@google.com | 2010-06-18 | 4 | -252/+8 |
* | Remove compact navbar: 1st step. | oshima@chromium.org | 2010-06-17 | 1 | -6/+1 |
* | Rename LanguageLibrary with InputMethodLibrary. | satorux@chromium.org | 2010-06-17 | 2 | -32/+32 |
* | Share the same keyboard layout among all windows. | yusukes@google.com | 2010-06-15 | 1 | -0/+4 |
* | Use special indicator text for xkb:us:dvorak:eng, mozc, mozc-jp, m17n:t:latn-... | yusukes@google.com | 2010-06-14 | 6 | -123/+184 |
* | Resume "previous input method" on unlock | yusukes@chromium.org | 2010-06-14 | 2 | -8/+14 |
* | Add text input related UserMetricsActions | satorux@chromium.org | 2010-06-14 | 1 | -0/+6 |
* | Hide the input language menu if there is only one input method and it's a XKB... | satorux@chromium.org | 2010-06-11 | 2 | -10/+39 |
* | BrowserTests: UserNotPassed UserPassed started failing on chromiumos builder ... | thomasvl@chromium.org | 2010-06-10 | 2 | -39/+10 |
* | This added to already failing browser_tests on the chromiumos builder on the ... | thomasvl@chromium.org | 2010-06-10 | 1 | -6/+0 |
* | Share the same keyboard layout among all windows. | yusukes@google.com | 2010-06-10 | 1 | -0/+6 |
* | Hide the input language menu if there is only one input method and it's a XKB... | satorux@chromium.org | 2010-06-10 | 2 | -10/+39 |
* | Don't use disabled (gray) state for the language indicator. | yusukes@google.com | 2010-06-10 | 2 | -17/+0 |
* | Remember the current and previous input method IDs as Chrome prefs, and resto... | yusukes@google.com | 2010-06-08 | 2 | -9/+61 |
* | Allow users to change current input method even when no text input area is fo... | yusukes@google.com | 2010-06-07 | 1 | -4/+10 |