| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 152895 - Move retail mode's idle->active detection to Chrome. | rkc@chromium.org | 2012-09-04 | 2 | -34/+0 |
* | THIS BROKE THE BUILD. | kerz@chromium.org | 2012-08-26 | 2 | -0/+34 |
* | Merge 152895 - Move retail mode's idle->active detection to Chrome. | rkc@chromium.org | 2012-08-24 | 2 | -34/+0 |
* | Merge 151696 - Refresh output cache when setting display mode | kerz@chromium.org | 2012-08-16 | 2 | -4/+17 |
* | Extends IBusContextClient to handle SetSurroundingText. | nona@chromium.org | 2012-08-02 | 6 | -0/+82 |
* | Fix missing default values. | nona@chromium.org | 2012-08-02 | 2 | -2/+10 |
* | Revise IBus related DBus module. | nona@chromium.org | 2012-08-02 | 5 | -33/+130 |
* | Introduce RemoveIBusEngineService. | nona@chromium.org | 2012-08-02 | 5 | -0/+22 |
* | Add Fade-out/Fade-in animation during output-configuration change. | mukai@chromium.org | 2012-08-01 | 2 | -0/+34 |
* | chromeos: Move common D-Bus method callbacks to dbus_method_call_status.h | hashimoto@chromium.org | 2012-08-01 | 22 | -167/+191 |
* | Start in extended desktop mode if it is enabled. | rkc@chromium.org | 2012-08-01 | 2 | -8/+16 |
* | debugd: Add GetNetworkInterfaces functionality. | hshi@chromium.org | 2012-07-31 | 3 | -1/+44 |
* | Convert chromeos::CryptohomeClient::TpmCanAttemptOwnership to asynchronous | hashimoto@chromium.org | 2012-07-31 | 3 | -9/+34 |
* | In order to manage device media gallery permissions, use a device id that is ... | kmadhusu@chromium.org | 2012-07-31 | 2 | -0/+5 |
* | chromeos: output_configurator: various style fixes | sque@chromium.org | 2012-07-30 | 2 | -326/+332 |
* | Remove chromeos::CryptohomeLibrary::IsMounted | hashimoto@chromium.org | 2012-07-28 | 4 | -25/+40 |
* | Fix display switching for extended displays. | rkc@chromium.org | 2012-07-27 | 2 | -3/+13 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 3 | -3/+3 |
* | Revise IBusEngineService. | nona@chromium.org | 2012-07-27 | 5 | -8/+126 |
* | Fix wrong usage of MethodCall resposne. | nona@chromium.org | 2012-07-26 | 4 | -40/+32 |
* | Implement unittests for IBusEngineService | nona@chromium.org | 2012-07-24 | 2 | -1/+909 |
* | Implement IBusEngineService | nona@chromium.org | 2012-07-24 | 2 | -15/+387 |
* | chromeos: Remove CryptohomeLibrary::TpmGetPassword and TpmIsReady | hashimoto@chromium.org | 2012-07-23 | 3 | -30/+49 |
* | Fix style violation. | nona@chromium.org | 2012-07-19 | 1 | -4/+6 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 2 | -2/+2 |
* | Update DBusThreadManager to handle IBusEngineService and IBusEngineFactory Se... | nona@chromium.org | 2012-07-18 | 5 | -4/+82 |
* | Implement IBusEngineFactoryService | nona@chromium.org | 2012-07-18 | 7 | -0/+395 |
* | [cros] Fake a stub user login when no --login-manager and --login-user are gi... | ivankr@chromium.org | 2012-07-17 | 1 | -0/+39 |
* | Introduce IBusEngineService(only interface or trivial implementations). | nona@chromium.org | 2012-07-17 | 5 | -0/+405 |
* | chromeos: Make SessionManagerClientStubImpl notify re lock. | derat@chromium.org | 2012-07-16 | 1 | -6/+28 |
* | Update x/y in |output_cache_| when setting CRTC. | disher@chromium.org | 2012-07-13 | 1 | -6/+19 |
* | Since there is a concern that the call to recache the display outputs might be | disher@chromium.org | 2012-07-12 | 1 | -0/+10 |
* | Add methods for controlling keyboard brightness. | yusukes@chromium.org | 2012-07-11 | 3 | -0/+24 |
* | Remove #pragma once from chromeos | ajwong@chromium.org | 2012-07-11 | 32 | -32/+0 |
* | Clean Up: Gather all ibus constants to ibus_constants.h | nona@chromium.org | 2012-07-11 | 5 | -117/+150 |
* | Implement RegisterComponent method call. | nona@chromium.org | 2012-07-10 | 4 | -1/+94 |
* | chromeos: Request screen lock directly from session manager. | derat@chromium.org | 2012-07-09 | 6 | -220/+89 |
* | Add error handler for InputMethodIBus and default error handler in IBusInputC... | nona@chromium.org | 2012-07-09 | 5 | -46/+134 |
* | Implement IBusComponent. | nona@chromium.org | 2012-07-09 | 4 | -0/+491 |
* | chromeos: Remove references to UnlockScreenFailed signal. | derat@chromium.org | 2012-07-04 | 2 | -14/+0 |
* | dbus: move logic from Property<> to PropertySet | keybuk@chromium.org | 2012-06-28 | 7 | -80/+67 |
* | Relanding r144499: | oshima@chromium.org | 2012-06-27 | 4 | -10/+10 |
* | Revert r 144499 "Rename the remaining usage of Monitor to Display" | oshima@chromium.org | 2012-06-27 | 4 | -10/+10 |
* | Rename the remaining usage of Monitor to Display | oshima@chromium.org | 2012-06-27 | 4 | -10/+10 |
* | chromeos: Forward declare X stuff in output_configurator.h | sque@chromium.org | 2012-06-27 | 2 | -12/+23 |
* | Change InputMethodIBus unittests to IBusClient free one. | nona@chromium.org | 2012-06-26 | 9 | -13/+120 |
* | Use debugd to fetch chrome://system data. | ellyjones@chromium.org | 2012-06-26 | 3 | -0/+162 |
* | Revert 144101 - Change InputMethodIBus unittests to IBusClient free one. | jam@chromium.org | 2012-06-26 | 9 | -120/+13 |
* | Change InputMethodIBus unittests to IBusClient free one. | nona@chromium.org | 2012-06-26 | 9 | -14/+121 |
* | chromeos: Remove "error_libcros_missing" error from file browser private API | hashimoto@chromium.org | 2012-06-25 | 1 | -2/+0 |