| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land Move ScopedFileDescriptor to dbus/file_descriptor.h | cmasone | 2015-04-27 | 2 | -0/+19 |
* | Revert of Move ScopedFileDescriptor to dbus/file_descriptor.h (patchset #1 id... | spang | 2015-04-27 | 2 | -19/+0 |
* | Move ScopedFileDescriptor to dbus/file_descriptor.h | cmasone | 2015-04-27 | 2 | -0/+19 |
* | dbus/values_util_unittest.cc: use sqrt from cmath | Hans Wennborg | 2015-04-24 | 1 | -1/+2 |
* | Removed obsolete float_util.h as VS2013 supports standards well enough. | mateuszs | 2015-04-24 | 1 | -1/+0 |
* | Update {virtual,override} to follow C++11 style in dbus. | nick | 2015-04-23 | 1 | -4/+4 |
* | dbus: Use INT64_C macro from stdint.h. | tfarina | 2015-04-20 | 1 | -2/+4 |
* | Send DBus signals synchronously if called from the DBusTaskRunner | chirantan | 2015-04-09 | 2 | -7/+17 |
* | Fix memory leak in dbus::ObjectManager::RemoveInterface | avakulenko | 2015-04-02 | 1 | -0/+1 |
* | dbus: Cancel pending calls when destroying ObjectProxy | hashimoto | 2015-03-30 | 3 | -5/+44 |
* | Stop deleting ObjectProxy::OnPendingCallIsCompleteData manually | hashimoto | 2015-03-30 | 2 | -2/+8 |
* | Add more targets to GN check. | brettw | 2015-02-20 | 1 | -1/+3 |
* | Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod... | rdevlin.cronin | 2015-02-20 | 1 | -1/+0 |
* | Add more targets to "gn check" | brettw | 2015-02-19 | 1 | -0/+1 |
* | Sort GN files under dbus | satorux | 2015-02-13 | 1 | -2/+2 |
* | chromeos::dbus lint errors. | dtapuska | 2015-02-09 | 1 | -1/+4 |
* | Enhance the DBus interface for peerd | dtapuska | 2015-02-09 | 3 | -3/+230 |
* | dbus: Missing signals race | dtapuska | 2015-01-23 | 1 | -11/+14 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+1 |
* | Add content unittests to the GN build. | brettw | 2015-01-13 | 1 | -1/+3 |
* | Standardize usage of virtual/override/final specifiers in dbus/. | dcheng | 2014-12-29 | 10 | -40/+29 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -1/+1 |
* | Fix some override usage in dbus/ | dmichael | 2014-12-19 | 1 | -3/+3 |
* | Exit chrome when dbus-daemon crashes | hashimoto | 2014-12-09 | 3 | -51/+4 |
* | Remove dbus::ObjectProxy::filter_added_ | hashimoto | 2014-12-04 | 6 | -73/+18 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -16/+8 |
* | change OVERRIDE to override in dbus/object_manager.h in comment | mostynb | 2014-10-16 | 1 | -1/+1 |
* | Add missing member initialization to dbus::TestService. | earthdok | 2014-10-08 | 1 | -1/+5 |
* | Replacing the OVERRIDE with override and FINAL with final in /src/dbus | anujk.sharma | 2014-10-07 | 6 | -12/+12 |
* | Move inline som functions ScopedDBusError into a .cc file | avakulenko | 2014-09-24 | 4 | -9/+31 |
* | Replace forward_dependent_configs with public_deps | Brett Wilson | 2014-09-23 | 1 | -1/+1 |
* | Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods | avakulenko | 2014-09-17 | 4 | -11/+70 |
* | dbus: Introduce util_unittest.cc | armansito | 2014-09-08 | 3 | -0/+18 |
* | Add lots of testonly annotations to the GN build. | Brett Wilson | 2014-09-08 | 1 | -0/+2 |
* | dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. | armansito | 2014-09-05 | 13 | -53/+453 |
* | Plug some of the leaks in dbus_unittests. | earthdok | 2014-09-03 | 5 | -56/+103 |
* | Disable slow SignalSenderVerificationTest.TestSignalRejected | Paweł Hajdan, Jr | 2014-08-25 | 1 | -1/+2 |
* | Undo a rename of dbus::Message::GetSignature. | benchan | 2014-08-25 | 2 | -3/+3 |
* | Add a GetSignature() method to dbus::MessageReader. | benchan | 2014-08-25 | 3 | -3/+55 |
* | Reduce DBus ObjectUnknown ERROR to WARNING | stevenjb@chromium.org | 2014-08-08 | 2 | -6/+16 |
* | don't pretend to support dbus on windows in dbus_export.h | mostynb@opera.com | 2014-08-07 | 1 | -10/+3 |
* | dbus: don't add attributes in extern template class specialization | mostynb@opera.com | 2014-07-30 | 1 | -14/+14 |
* | [DBus] Explicitly instantiate dbusProperty variant | tzik@chromium.org | 2014-07-25 | 2 | -0/+29 |
* | Cleanup test_support target names. | tfarina@chromium.org | 2014-07-22 | 1 | -4/+4 |
* | Clean up Chrome OS WARNING spam | stevenjb@chromium.org | 2014-07-17 | 1 | -2/+3 |
* | Revert of [DBus] Explicitly instantiate dbus::Property variants (https://code... | tzik@chromium.org | 2014-06-27 | 1 | -15/+1 |
* | [DBus] Explicitly instantiate dbus::Property variants | tzik@chromium.org | 2014-06-27 | 1 | -1/+15 |
* | More work on content/browser GN build. | brettw@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Remove PlatformFile from dbus/file_descriptor | rvargas@chromium.org | 2014-06-07 | 1 | -4/+6 |
* | Add GN build file for dbus. | tfarina@chromium.org | 2014-06-03 | 1 | -0/+127 |