| Commit message (Expand) | Author | Age | Files | Lines |
* | cros_library: Remove CrosLibrary | satorux@chromium.org | 2013-07-17 | 1 | -71/+0 |
* | cros: Remove CrosLibrary::libcros_loaded() | satorux@chromium.org | 2013-07-12 | 1 | -9/+0 |
* | cros: Remove TestApi and Library from CrosLibrary | satorux@chromium.org | 2013-07-10 | 1 | -56/+7 |
* | Separate cert loading code from CertLibrary and move to src/chromeos. | stevenjb@chromium.org | 2013-05-06 | 1 | -4/+0 |
* | Move cryptohome_library to src/chromeos | stevenjb@chromium.org | 2013-04-24 | 1 | -4/+0 |
* | [chromeos] Consolidate BurnLibrary into BurnManager | phajdan.jr@chromium.org | 2013-03-18 | 1 | -4/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | chromeos: Remove CrosLibrary::load_error_string() | hashimoto@chromium.org | 2012-06-26 | 1 | -4/+0 |
* | Reland "Remove chromeos::LibraryLoader" | hashimoto@chromium.org | 2012-06-22 | 1 | -24/+7 |
* | Revert 143357 - Remove chromeos::LibraryLoader | hashimoto@chromium.org | 2012-06-21 | 1 | -7/+24 |
* | Remove chromeos::LibraryLoader | hashimoto@chromium.org | 2012-06-21 | 1 | -24/+7 |
* | 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 |