Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Issue 12605008: D-Bus Clients for BlueZ 5 API (Closed)

Created:
7 years, 9 months ago by keybuk
Modified:
7 years, 9 months ago
Reviewers:
deymo, youngki, satorux1
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

D-Bus Clients for BlueZ 5 API Implement the BlueZ 5 D-Bus API in separated clients from the 4.x API so that we can use them both side-by-side. BUG=chromium-os:38832 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190578

Patch Set 1 #

Patch Set 2 : Hook up to object manager, expand, add mocks #

Patch Set 3 : Add agent service provider #

Patch Set 4 : Add service providers #

Total comments: 11

Patch Set 5 : Drop DEPS change #

Patch Set 6 : Oh clang, thoust errors are most hallwoed, please accept this offering to appease thy wrath #

Patch Set 7 : mock dbus thread manager without gmock? I didn't even know that was a thing! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2967 lines, -254 lines) Patch
M chromeos/chromeos.gyp View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.cc View 1 4 chunks +45 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_adapter_client.h View 1 1 chunk +162 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_adapter_client.cc View 1 2 1 chunk +386 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_agent_manager_client.h View 1 1 chunk +74 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_agent_manager_client.cc View 1 1 chunk +193 lines, -0 lines 0 comments Download
A + chromeos/dbus/experimental_bluetooth_agent_service_provider.h View 1 2 3 7 chunks +47 lines, -49 lines 0 comments Download
A + chromeos/dbus/experimental_bluetooth_agent_service_provider.cc View 1 2 11 chunks +151 lines, -205 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_device_client.h View 1 1 chunk +194 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_device_client.cc View 1 1 chunk +510 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_profile_manager_client.h View 1 1 chunk +117 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_profile_manager_client.cc View 1 2 1 chunk +277 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_profile_service_provider.h View 1 2 3 4 5 1 chunk +117 lines, -0 lines 0 comments Download
A chromeos/dbus/experimental_bluetooth_profile_service_provider.cc View 1 2 3 1 chunk +291 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager.h View 1 4 chunks +36 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager.cc View 1 2 3 4 4 chunks +34 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager_without_gmock.h View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc View 1 2 3 4 5 6 1 chunk +26 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_adapter_client.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_adapter_client.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_agent_manager_client.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_agent_manager_client.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_device_client.h View 1 1 chunk +65 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_device_client.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_profile_manager_client.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_experimental_bluetooth_profile_manager_client.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
keybuk
wip, posting in case I fall off the mountain ;)
7 years, 9 months ago (2013-03-12 22:14:34 UTC) #1
keybuk
Ready for review, ptal
7 years, 9 months ago (2013-03-22 01:10:25 UTC) #2
satorux1
Looks pretty solid as usual. Will take another look later today. https://codereview.chromium.org/12605008/diff/8001/DEPS File DEPS (right): ...
7 years, 9 months ago (2013-03-22 02:00:12 UTC) #3
keybuk
https://codereview.chromium.org/12605008/diff/8001/chromeos/dbus/experimental_bluetooth_adapter_client.h File chromeos/dbus/experimental_bluetooth_adapter_client.h (right): https://codereview.chromium.org/12605008/diff/8001/chromeos/dbus/experimental_bluetooth_adapter_client.h#newcode27 chromeos/dbus/experimental_bluetooth_adapter_client.h:27: class CHROMEOS_EXPORT ExperimentalBluetoothAdapterClient { "experimental" matched the flag we ...
7 years, 9 months ago (2013-03-22 16:48:15 UTC) #4
keybuk
https://codereview.chromium.org/12605008/diff/8001/DEPS File DEPS (right): https://codereview.chromium.org/12605008/diff/8001/DEPS#newcode557 DEPS:557: "@8757d8d77f6ca424d24d0c33fb6956082032c2a5", On 2013/03/22 02:00:12, satorux1 wrote: > it's probably ...
7 years, 9 months ago (2013-03-22 17:29:32 UTC) #5
satorux1
LGTM
7 years, 9 months ago (2013-03-22 22:55:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keybuk@chromium.org/12605008/25001
7 years, 9 months ago (2013-03-25 18:29:10 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-25 18:56:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keybuk@chromium.org/12605008/42001
7 years, 9 months ago (2013-03-25 20:58:38 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-25 21:32:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keybuk@chromium.org/12605008/50002
7 years, 9 months ago (2013-03-25 21:36:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keybuk@chromium.org/12605008/50002
7 years, 9 months ago (2013-03-26 06:54:32 UTC) #12
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 07:43:03 UTC) #13
Message was sent while issue was closed.
Change committed as 190578

Powered by Google App Engine
This is Rietveld 408576698