summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* dbus: Missing signals racedtapuska2015-01-231-11/+14
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Add content unittests to the GN build.brettw2015-01-131-1/+3
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-2910-40/+29
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Fix some override usage in dbus/dmichael2014-12-191-3/+3
* Exit chrome when dbus-daemon crasheshashimoto2014-12-093-51/+4
* Remove dbus::ObjectProxy::filter_added_hashimoto2014-12-046-73/+18
* gn format // (the rest, except mojo)scottmg2014-12-031-16/+8
* change OVERRIDE to override in dbus/object_manager.h in commentmostynb2014-10-161-1/+1
* Add missing member initialization to dbus::TestService.earthdok2014-10-081-1/+5
* Replacing the OVERRIDE with override and FINAL with final in /src/dbusanujk.sharma2014-10-076-12/+12
* Move inline som functions ScopedDBusError into a .cc fileavakulenko2014-09-244-9/+31
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-1/+1
* Add ObjectProxy::CallMethodAndBlockWithErrorDetails methodsavakulenko2014-09-174-11/+70
* dbus: Introduce util_unittest.ccarmansito2014-09-083-0/+18
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+2
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-0513-53/+453
* Plug some of the leaks in dbus_unittests.earthdok2014-09-035-56/+103
* Disable slow SignalSenderVerificationTest.TestSignalRejectedPaweł Hajdan, Jr2014-08-251-1/+2
* Undo a rename of dbus::Message::GetSignature.benchan2014-08-252-3/+3
* Add a GetSignature() method to dbus::MessageReader.benchan2014-08-253-3/+55
* Reduce DBus ObjectUnknown ERROR to WARNINGstevenjb@chromium.org2014-08-082-6/+16
* don't pretend to support dbus on windows in dbus_export.hmostynb@opera.com2014-08-071-10/+3
* dbus: don't add attributes in extern template class specializationmostynb@opera.com2014-07-301-14/+14
* [DBus] Explicitly instantiate dbusProperty varianttzik@chromium.org2014-07-252-0/+29
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-4/+4
* Clean up Chrome OS WARNING spamstevenjb@chromium.org2014-07-171-2/+3
* Revert of [DBus] Explicitly instantiate dbus::Property variants (https://code...tzik@chromium.org2014-06-271-15/+1
* [DBus] Explicitly instantiate dbus::Property variantstzik@chromium.org2014-06-271-1/+15
* More work on content/browser GN build.brettw@chromium.org2014-06-121-1/+1
* Remove PlatformFile from dbus/file_descriptorrvargas@chromium.org2014-06-071-4/+6
* Add GN build file for dbus.tfarina@chromium.org2014-06-031-0/+127
* dbus/values_util.h: Add functions to append collection type values to message.armansito@chromium.org2014-05-223-2/+313
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* dbus: Add template specialization for Property<vector<uint8> >.armansito@chromium.org2014-03-154-1/+81
* dbus: Handle NameOwnerChanged in ObjectManagerkeybuk@chromium.org2014-03-075-0/+133
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-243-14/+20
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-094-12/+27
* dbus: Always return "not yet handled" for signalshashimoto@chromium.org2013-12-171-1/+3
* Run dbus_unittests serially.phajdan.jr@chromium.org2013-12-062-1/+31
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Track active references in ShillClientHelper (Take 3)stevenjb@chromium.org2013-10-072-3/+5
* Revert 227100 "Track active references in ShillClientHelper (Tak..."stevenjb@chromium.org2013-10-041-2/+0
* Track active references in ShillClientHelper (Take 2)stevenjb@chromium.org2013-10-041-0/+2
* dbus: Add ObjectProxy::WaitForServiceToBeAvailable()hashimoto@chromium.org2013-10-024-14/+170
* dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t...hashimoto@chromium.org2013-09-273-27/+32
* dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResulthashimoto@chromium.org2013-09-262-76/+51