| Commit message (Expand) | Author | Age | Files | Lines |
* | chromeos: Remove ScreenLockLibrary. | satorux@chromium.org | 2011-12-15 | 1 | -4/+0 |
* | chromeos: remove power library | sque@google.com | 2011-11-29 | 1 | -4/+0 |
* | chromeos: Remove UpdateLibrary code, which is no longer used. | satorux@chromium.org | 2011-11-22 | 1 | -4/+0 |
* | Eliminate CrosLibrary::EnsureLoaded | stevenjb@google.com | 2011-11-17 | 1 | -5/+0 |
* | Remove unused MountLibrary | hashimoto@chromium.org | 2011-11-17 | 1 | -4/+0 |
* | Move the code in libcros' chromeos_speech_synthesis.cc into Chrome | hashimoto@chromium.org | 2011-10-19 | 1 | -4/+0 |
* | chromeos: Remove LoginLibrary code, which is no longer used. | satorux@chromium.org | 2011-10-19 | 1 | -4/+0 |
* | Rework BrightnessLibrary using DBusThreadManager. | satorux@chromium.org | 2011-10-01 | 1 | -4/+0 |
* | Rework LibcrosService using our D-Bus library. | satorux@chromium.org | 2011-09-17 | 1 | -4/+0 |
* | Initialize/Shutdown CrosLibrary explicitly (Take 2) | stevenjb@google.com | 2011-09-01 | 1 | -19/+23 |
* | Revert 97662 - Initialize/Shutdown CrosLibrary explicitly to avoid singleton ... | satorux@chromium.org | 2011-08-24 | 1 | -16/+1 |
* | Initialize/Shutdown CrosLibrary explicitly to avoid singleton races during sh... | stevenjb@google.com | 2011-08-22 | 1 | -1/+16 |
* | Wired direct GAIA authentication into ChromeOS login screen. | zelidrag@chromium.org | 2011-07-16 | 1 | -1/+1 |
* | Move touchpad code from chromeos/cros to chromeos/system. | satorux@chromium.org | 2011-07-11 | 1 | -4/+0 |
* | Move InputMethodLibrary from cros to input_method | satorux@chromium.org | 2011-06-29 | 1 | -4/+0 |
* | Replace WifiConfigModel with async CertLibrary | stevenjb@google.com | 2011-06-28 | 1 | -0/+4 |
* | Get rid of SyslogsLibrary from CrosLibrary. | satorux@chromium.org | 2011-06-07 | 1 | -4/+0 |
* | Get rid of libcros layer for system access code. | satorux@chromium.org | 2011-04-15 | 1 | -4/+0 |
* | Copy X keyboard code from libcros to Chrome. | satorux@chromium.org | 2011-04-01 | 1 | -4/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Implements chrome as a dbus service that exposes chrome functionalities, in | kuan@chromium.org | 2011-02-02 | 1 | -0/+4 |
* | chromeos: Replace copy-and-pasted code with macros. | derat@chromium.org | 2010-12-23 | 1 | -46/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -2/+6 |
* | chromeos: Show onscreen bubble when brightness changes. | derat@chromium.org | 2010-12-10 | 1 | -0/+7 |
* | Move ScopedStubCrosEnabler to cros_library.h and use it in Chrome OS tests. | satorux@chromium.org | 2010-12-02 | 1 | -0/+16 |
* | Added cellular device details to settings page. | zelidrag@chromium.org | 2010-10-11 | 1 | -0/+5 |
* | chromeos: implement persistence of proxy config to device, enhance unittest | kuan@chromium.org | 2010-09-17 | 1 | -0/+3 |
* | Use new touchpad api | davemoore@chromium.org | 2010-09-08 | 1 | -7/+7 |
* | Code implements UI for downloading and burning Chrome OS images on SSD card a... | tbarzic@google.com | 2010-08-23 | 1 | -0/+8 |
* | Fix CrosLibrary::TestApi valgrind errors | cmasone@google.com | 2010-08-10 | 1 | -1/+2 |
* | To effectively test some parts of chrome for cros on the linux desktop, we ne... | davemoore@chromium.org | 2010-08-04 | 1 | -29/+53 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Added system notification for update_engine. | seanparent@google.com | 2010-07-13 | 1 | -0/+8 |
* | Fix it so that we save timezone properly. We are now going through libcros (i... | chocobo@chromium.org | 2010-06-30 | 1 | -0/+8 |
* | Rename LanguageLibrary with InputMethodLibrary. | satorux@chromium.org | 2010-06-17 | 1 | -7/+7 |
* | Share the same keyboard layout among all windows. | yusukes@google.com | 2010-06-15 | 1 | -1/+9 |
* | Submitting http://codereview.chromium.org/2081006/show on behalf of rkc@chrom... | zelidrag@chromium.org | 2010-05-20 | 1 | -1/+9 |
* | removing unnecessary null check for delete. | oshima@chromium.org | 2010-05-17 | 1 | -8/+8 |
* | Hook up ScreenLocker to screen lock cros library. | oshima@chromium.org | 2010-05-14 | 1 | -0/+8 |
* | Revert "Hook up ScreenLocker to screen lock cros library." | oshima@chromium.org | 2010-05-14 | 1 | -8/+0 |
* | Hook up ScreenLocker to screen lock cros library. | oshima@chromium.org | 2010-05-13 | 1 | -0/+8 |
* | Adding speech synthesis library to access TTS feature in libcros. | oshima@chromium.org | 2010-04-28 | 1 | -0/+8 |
* | Added new arg to google_authenticator_unittest so it would build. | davemoore@chromium.org | 2010-04-19 | 1 | -8/+20 |
* | Revert 44935 - Allow mocking of cros api without automatically deleting the m... | mmoss@chromium.org | 2010-04-19 | 1 | -20/+8 |
* | Allow mocking of cros api without automatically deleting the mocks | davemoore@chromium.org | 2010-04-19 | 1 | -8/+20 |
* | Mocks for all libcros elements. Added library registry object that provides a... | zelidrag@chromium.org | 2010-03-23 | 1 | -8/+88 |
* | Use new libcros loading api to display better error messages. | davemoore@chromium.org | 2010-03-08 | 1 | -0/+11 |
* | Refactor chromeos cros files into subdir 'cros' | chocobo@chromium.org | 2010-02-04 | 1 | -0/+30 |