Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MessageLoopProxy for the origin message loop as well. | satorux@chromium.org | 2011-09-08 | 1 | -1/+1 |
* | Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. | mdm@chromium.org | 2011-09-06 | 1 | -14/+15 |
* | Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() | satorux@chromium.org | 2011-09-02 | 1 | -14/+20 |
* | Fix typos in the D-Bus library. | satorux@chromium.org | 2011-08-31 | 1 | -4/+4 |
* | Minor cleanups and improvements for the D-Bus library. | satorux@chromium.org | 2011-08-27 | 1 | -1/+7 |
* | Add mock classes for Bus, ObjectProxy, and ExportedObject. | satorux@chromium.org | 2011-08-25 | 1 | -1/+4 |
* | Reuse existing object proxies and exported objects, if these exist. | satorux@chromium.org | 2011-08-23 | 1 | -8/+34 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -4/+71 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 1 | -0/+367 |