| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 4072: App panels don't look right on Chromium OS | stevenjb@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Pass background to WizardController after new user login. This fixes SEGFAULT... | avayvod@chromium.org | 2010-08-02 | 1 | -3/+3 |
* | OEM EULA extracted correctly from manifest. | glotov@chromium.org | 2010-08-02 | 5 | -35/+127 |
* | notifications: Convert some std::wstring over to string16. | tfarina@chromium.org | 2010-08-01 | 4 | -7/+8 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 6 | -15/+19 |
* | Fix bad license header under chrome/ directory. | tfarina@chromium.org | 2010-07-31 | 3 | -14/+10 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 2 | -4/+3 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 2 | -3/+4 |
* | Another quick CrOS fix. | thestig@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Fix CrOS build. | thestig@chromium.org | 2010-07-31 | 5 | -0/+10 |
* | Cleanup: Remove unneeded headers from app/ (part 3) | thestig@chromium.org | 2010-07-31 | 21 | -22/+0 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -9/+13 |
* | Add new flimflam error codes. | chocobo@chromium.org | 2010-07-30 | 1 | -1/+5 |
* | Moved option-related JS classes behind options namespace | zelidrag@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Revert 54313 - OEM EULA extracted correctly from manifest. | rsesek@chromium.org | 2010-07-30 | 4 | -124/+31 |
* | OEM EULA extracted correctly from manifest. | glotov@chromium.org | 2010-07-30 | 4 | -31/+124 |
* | Fixes transition from account creation screen to images login screen. | avayvod@chromium.org | 2010-07-30 | 5 | -16/+63 |
* | Use new update API during OOBE. | nkostylev@google.com | 2010-07-30 | 11 | -124/+198 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 2 | -5/+4 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 3 | -1/+6 |
* | OwnerManager, allows use of OwnerKeyUtils to take ownership of a device | cmasone@google.com | 2010-07-29 | 3 | -0/+720 |
* | Revert 53992 - An earlier check-in (r51786, Issue 2769008) caused a memory le... | brettw@chromium.org | 2010-07-29 | 2 | -9/+10 |
* | Revert 53989 - Implement new mock for user options page per chromium-os:5028 | glider@chromium.org | 2010-07-29 | 4 | -16/+13 |
* | The token service should now support issuing auth tokens. | chron@chromium.org | 2010-07-28 | 3 | -3/+8 |
* | In real usage, we won't be exporting public keys to a file, so refactor and u... | cmasone@google.com | 2010-07-28 | 3 | -63/+153 |
* | Fix nit for oshima | cmasone@google.com | 2010-07-28 | 1 | -1/+5 |
* | An earlier check-in (r51786, Issue 2769008) caused a memory leak on the build... | davej@chromium.org | 2010-07-28 | 2 | -10/+9 |
* | Implement new mock for user options page per chromium-os:5028 | xiyuan@chromium.org | 2010-07-28 | 4 | -13/+16 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 4 | -0/+4 |
* | Hide feedback button on login screen. | dpolukhin@chromium.org | 2010-07-28 | 2 | -7/+2 |
* | Port network options to DOM UI. Hook up all the functionality. UI touchup wor... | chocobo@chromium.org | 2010-07-28 | 6 | -7/+473 |
* | Add remaining stuff for Mozc configuration DOMUI. | satorux@chromium.org | 2010-07-28 | 4 | -29/+58 |
* | Make login cancel logic load localaccount file before attempting offline login | cmasone@google.com | 2010-07-28 | 2 | -18/+143 |
* | Fix memory leak in chrome/browser/chromeos/input_method/input_method_util.cc. | yusukes@google.com | 2010-07-28 | 1 | -6/+6 |
* | Add Mozc (Japanese IME) configuration DOM UI skeleton. | satorux@chromium.org | 2010-07-28 | 2 | -0/+54 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 3 | -5/+4 |
* | Make canceled login fail over to offline, instead of just failing | cmasone@google.com | 2010-07-27 | 2 | -7/+44 |
* | Put back 53641 - Landing OEM customization CL for Denis | dpolukhin@chromium.org | 2010-07-27 | 7 | -79/+235 |
* | Add API on host registration page. | nkostylev@google.com | 2010-07-27 | 3 | -1/+9 |
* | Implement the "Configure modifier keys" drop-down which enables users to swap... | yusukes@google.com | 2010-07-27 | 6 | -5/+100 |
* | Add missing resource IDs for keyboard layouts. | satorux@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | Add Simplified Chinese (Pinyin) input method DOMUI configuration. | satorux@chromium.org | 2010-07-27 | 4 | -28/+74 |
* | Support chromeos::RemapModifierKeys API. | yusukes@google.com | 2010-07-27 | 4 | -0/+16 |
* | Display the language name and the input method list dynamically. | satorux@chromium.org | 2010-07-27 | 2 | -0/+33 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 14 | -15/+15 |
* | Checking in http://codereview.chromium.org/2806070 and http://codereview.chro... | zelidrag@chromium.org | 2010-07-27 | 5 | -6/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 167 | -0/+167 |
* | Revert 53641 - Landing OEM customization CL for Denis | asargent@chromium.org | 2010-07-26 | 7 | -235/+79 |
* | Landing OEM customization CL for Denis | dpolukhin@chromium.org | 2010-07-26 | 7 | -79/+235 |
* | Added --bwsi flag and handling of --login-user=incognito to support BWSI mode... | avayvod@chromium.org | 2010-07-26 | 2 | -9/+21 |