Allow multiple object proxies to handle NameOwnerChanged

Multiple object proxies may be registered for any single D-Bus service, one per interface. Returning "handled" means only the first interface object proxy gets to handle the signal, others never see it.

Change to always return "not yet handled", while this means D-Bus never knows we actually handled the NameOwnerChanged signal, that's quite ok and is actually what all other bindings do for all signals.

Submitted as -r169164 but reverted in -r169170; resubmitted with change to run message loop three times if necessary.

BUG=chromium-os:36486
TEST=dbus_unittests

TBR=gauravsh@chromium.org
Review URL: https://codereview.chromium.org/11280073

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169538 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: d7134d405180c9551641be53d27a700cb4e5d1cd
2 files changed
tree: 775567738db2102e051eb44e9fa0cc4e7f18de2d
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/