summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/cros/cros_library.cc
Commit message (Expand)AuthorAgeFilesLines
* chromeos: Remove ScreenLockLibrary.satorux@chromium.org2011-12-151-3/+0
* chromeos: remove power librarysque@google.com2011-11-291-3/+0
* chromeos: Remove UpdateLibrary code, which is no longer used.satorux@chromium.org2011-11-221-3/+0
* Remove unused MountLibraryhashimoto@chromium.org2011-11-171-3/+0
* Move the code in libcros' chromeos_speech_synthesis.cc into Chromehashimoto@chromium.org2011-10-191-3/+0
* chromeos: Remove LoginLibrary code, which is no longer used.satorux@chromium.org2011-10-191-3/+0
* Rework BrightnessLibrary using DBusThreadManager.satorux@chromium.org2011-10-011-3/+0
* Use stub impl when libcros fails to loadstevenjb@google.com2011-09-201-4/+9
* Rework LibcrosService using our D-Bus library.satorux@chromium.org2011-09-171-3/+0
* Initialize/Shutdown CrosLibrary explicitly (Take 2)stevenjb@google.com2011-09-011-24/+43
* Revert 97662 - Initialize/Shutdown CrosLibrary explicitly to avoid singleton ...satorux@chromium.org2011-08-241-22/+5
* Initialize/Shutdown CrosLibrary explicitly to avoid singleton races during sh...stevenjb@google.com2011-08-221-5/+22
* cros: Refactor CrosLibraryLoader into LibraryLoaderImpl.tfarina@chromium.org2011-07-221-2/+2
* Move touchpad code from chromeos/cros to chromeos/system.satorux@chromium.org2011-07-111-3/+0
* Move InputMethodLibrary from cros to input_methodsatorux@chromium.org2011-06-291-3/+0
* Replace WifiConfigModel with async CertLibrarystevenjb@google.com2011-06-281-0/+3
* Get rid of SyslogsLibrary from CrosLibrary.satorux@chromium.org2011-06-071-3/+0
* Get rid of libcros layer for system access code.satorux@chromium.org2011-04-151-3/+0
* Copy X keyboard code from libcros to Chrome.satorux@chromium.org2011-04-011-4/+1
* Implements chrome as a dbus service that exposes chrome functionalities, inkuan@chromium.org2011-02-021-0/+3
* chromeos: Replace copy-and-pasted code with macros.derat@chromium.org2010-12-231-133/+42
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-1/+5
* chromeos: Show onscreen bubble when brightness changes.derat@chromium.org2010-12-101-0/+10
* chromeos: implement persistence of proxy config to device, enhance unittestkuan@chromium.org2010-09-171-0/+4
* Google codestyle prescribes sorting #include filenames within a section.dilmah@chromium.org2010-09-161-1/+1
* Use new touchpad apidavemoore@chromium.org2010-09-081-8/+8
* Code implements UI for downloading and burning Chrome OS images on SSD card a...tbarzic@google.com2010-08-231-0/+10
* Fix CrosLibrary::TestApi valgrind errorscmasone@google.com2010-08-101-4/+7
* Initialize use_stub_impl_ in cros_library.ccdavemoore@chromium.org2010-08-041-0/+1
* To effectively test some parts of chrome for cros on the linux desktop, we ne...davemoore@chromium.org2010-08-041-175/+65
* Added system notification for update_engine.seanparent@google.com2010-07-131-0/+19
* Fix it so that we save timezone properly. We are now going through libcros (i...chocobo@chromium.org2010-06-301-0/+19
* Rename *language_library* to *input_method_library*.satorux@chromium.org2010-06-211-1/+1
* Rename LanguageLibrary with InputMethodLibrary.satorux@chromium.org2010-06-171-13/+13
* Initialize |own_keyboard_lib_| correctly in the constructor to fix memory leakyusukes@google.com2010-06-151-0/+1
* Share the same keyboard layout among all windows.yusukes@google.com2010-06-151-0/+18
* Submitting http://codereview.chromium.org/2081006/show on behalf of rkc@chrom...zelidrag@chromium.org2010-05-201-2/+21
* removing unnecessary null check for delete.oshima@chromium.org2010-05-171-39/+37
* Hook up ScreenLocker to screen lock cros library.oshima@chromium.org2010-05-141-0/+19
* fix build breakageoshima@chromium.org2010-05-141-1/+0
* Revert "Hook up ScreenLocker to screen lock cros library."oshima@chromium.org2010-05-141-18/+0
* Valgrind cond error fix. Initialize uninitialized member variable.oshima@chromium.org2010-05-141-0/+1
* Hook up ScreenLocker to screen lock cros library.oshima@chromium.org2010-05-131-0/+18
* Adding speech synthesis library to access TTS feature in libcros.oshima@chromium.org2010-04-281-1/+20
* Added new arg to google_authenticator_unittest so it would build.davemoore@chromium.org2010-04-191-24/+44
* Revert 44935 - Allow mocking of cros api without automatically deleting the m...mmoss@chromium.org2010-04-191-44/+24
* Allow mocking of cros api without automatically deleting the mocksdavemoore@chromium.org2010-04-191-24/+44
* Fixed loader issue in unit tests caused by some test not using that mock and ...zelidrag@chromium.org2010-03-241-0/+6
* Mocks for all libcros elements. Added library registry object that provides a...zelidrag@chromium.org2010-03-231-23/+146
* Use new libcros loading api to display better error messages.davemoore@chromium.org2010-03-081-7/+11