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

Issue 1347193004: Refactor DBusThreadManager to split away BT clients. (Closed)

Created:
5 years, 3 months ago by rkc
Modified:
5 years, 2 months ago
CC:
chromium-reviews, hashimoto+watch_chromium.org, rginda+watch_chromium.org, scheib+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, jdeokule, kalq_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor DBusThreadManager to split away BT clients. To be able to reuse the bluetooth DBus clients on linux, we need to be able to separate them out from DBusThreadManager and move them out of //chromeos. This CL introduces no functional change but instead only refactors the code so we now have a BluezDbusManager that handles a Bluetooth specific DBus client bundle to create all the bluetooth related DBus clients. We will be able to extend this code to add a Linux specific BluezDbusManager implementation, allowing us to reuse all these DBus clients on Linux instead of copy/pasting the code. R=armansito@chromium.org, stevenjb@chromium.org BUG=522663 Committed: https://crrev.com/5d3c8959a7aee861b6750fd734cad96bd24e1f9f Cr-Commit-Position: refs/heads/master@{#351197}

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Patch Set 7 : build fix #

Patch Set 8 : build fix #

Total comments: 2

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2948 lines, -17019 lines) Patch
M ash/test/ash_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/metrics/chromeos_metrics_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +37 lines, -32 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +20 lines, -20 lines 0 comments Download
M chrome/test/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_io_thread_state.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/base/view_event_test_platform_part_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -76 lines 0 comments Download
D chromeos/dbus/bluetooth_adapter_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -184 lines 0 comments Download
D chromeos/dbus/bluetooth_adapter_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -369 lines 0 comments Download
D chromeos/dbus/bluetooth_agent_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -68 lines 0 comments Download
D chromeos/dbus/bluetooth_agent_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -146 lines 0 comments Download
D chromeos/dbus/bluetooth_agent_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -181 lines 0 comments Download
D chromeos/dbus/bluetooth_agent_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -464 lines 0 comments Download
D chromeos/dbus/bluetooth_device_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -206 lines 0 comments Download
D chromeos/dbus/bluetooth_device_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -400 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_characteristic_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -143 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_characteristic_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -325 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -113 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -476 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_descriptor_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -115 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_descriptor_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -266 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -109 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -472 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -72 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -135 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_service_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -93 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_service_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -152 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_service_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -52 lines 0 comments Download
D chromeos/dbus/bluetooth_gatt_service_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -280 lines 0 comments Download
D chromeos/dbus/bluetooth_input_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -81 lines 0 comments Download
D chromeos/dbus/bluetooth_input_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -137 lines 0 comments Download
D chromeos/dbus/bluetooth_le_advertisement_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -82 lines 0 comments Download
D chromeos/dbus/bluetooth_le_advertisement_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -428 lines 0 comments Download
D chromeos/dbus/bluetooth_le_advertising_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -83 lines 0 comments Download
D chromeos/dbus/bluetooth_le_advertising_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -189 lines 0 comments Download
D chromeos/dbus/bluetooth_media_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -107 lines 0 comments Download
D chromeos/dbus/bluetooth_media_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -235 lines 0 comments Download
D chromeos/dbus/bluetooth_media_endpoint_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -133 lines 0 comments Download
D chromeos/dbus/bluetooth_media_endpoint_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -325 lines 0 comments Download
D chromeos/dbus/bluetooth_media_transport_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -142 lines 0 comments Download
D chromeos/dbus/bluetooth_media_transport_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -300 lines 0 comments Download
D chromeos/dbus/bluetooth_profile_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -112 lines 0 comments Download
D chromeos/dbus/bluetooth_profile_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -244 lines 0 comments Download
D chromeos/dbus/bluetooth_profile_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -124 lines 0 comments Download
D chromeos/dbus/bluetooth_profile_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -255 lines 0 comments Download
M chromeos/dbus/dbus_client_bundle.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -75 lines 0 comments Download
M chromeos/dbus/dbus_client_bundle.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -65 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -44 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +0 lines, -152 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_adapter_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -118 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_adapter_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -307 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_agent_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -57 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_agent_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -81 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_agent_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -68 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_agent_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -102 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_device_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -325 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_device_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1652 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -195 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -568 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -66 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -106 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -104 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -217 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -67 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -124 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -102 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -175 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_service_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -106 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_service_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -195 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_service_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_gatt_service_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -39 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_input_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -65 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_input_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -129 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_le_advertisement_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -49 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_le_advertisement_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -46 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_le_advertising_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -79 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_le_advertising_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -106 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -76 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -137 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -57 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -65 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_transport_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -148 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_media_transport_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -326 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_profile_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_profile_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -114 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_profile_service_provider.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -60 lines 0 comments Download
D chromeos/dbus/fake_bluetooth_profile_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -62 lines 0 comments Download
M device/bluetooth/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +89 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +90 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_chromeos.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +23 lines, -22 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 29 chunks +120 lines, -104 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_profile_chromeos.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +12 lines, -10 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_profile_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +16 lines, -17 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +48 lines, -43 lines 0 comments Download
M device/bluetooth/bluetooth_advertisement_chromeos.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -6 lines 0 comments Download
M device/bluetooth/bluetooth_advertisement_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +12 lines, -10 lines 0 comments Download
M device/bluetooth/bluetooth_advertisement_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
M device/bluetooth/bluetooth_audio_sink_chromeos.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -11 lines 0 comments Download
M device/bluetooth/bluetooth_audio_sink_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +30 lines, -30 lines 0 comments Download
M device/bluetooth/bluetooth_audio_sink_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +37 lines, -35 lines 0 comments Download
M device/bluetooth/bluetooth_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 87 chunks +235 lines, -223 lines 0 comments Download
M device/bluetooth/bluetooth_device_chromeos.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_device_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 20 chunks +76 lines, -83 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 34 chunks +113 lines, -113 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_connection_chromeos.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_connection_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -9 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_notify_session_chromeos.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_notify_session_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -9 lines 0 comments Download
M device/bluetooth/bluetooth_pairing_chromeos.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +17 lines, -15 lines 0 comments Download
M device/bluetooth/bluetooth_pairing_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +16 lines, -13 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +60 lines, -51 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -15 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_chromeos.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +36 lines, -26 lines 0 comments Download
M device/bluetooth/bluetooth_socket_chromeos.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +10 lines, -10 lines 0 comments Download
M device/bluetooth/bluetooth_socket_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +10 lines, -10 lines 0 comments Download
M device/bluetooth/bluetooth_socket_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 18 chunks +63 lines, -58 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_adapter_client.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -9 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_adapter_client.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +25 lines, -44 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_agent_manager_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_agent_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +13 lines, -22 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_agent_service_provider.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +10 lines, -13 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_agent_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +24 lines, -44 lines 0 comments Download
A device/bluetooth/dbus/bluetooth_dbus_client_bundle.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +113 lines, -0 lines 0 comments Download
A device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +84 lines, -0 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_device_client.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -9 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_device_client.cc View 1 2 3 4 5 6 7 8 9 10 18 chunks +33 lines, -55 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_characteristic_client.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +28 lines, -50 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +48 lines, -60 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_descriptor_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_descriptor_client.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +23 lines, -38 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 17 chunks +44 lines, -59 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_manager_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -9 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +8 lines, -14 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_service_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -10 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_service_client.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +12 lines, -21 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +25 lines, -33 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_input_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_input_client.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -23 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +8 lines, -10 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -9 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_client.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +13 lines, -21 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +8 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +22 lines, -34 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_transport_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_media_transport_client.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +19 lines, -33 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_profile_manager_client.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -15 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_profile_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +16 lines, -26 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_profile_service_provider.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -13 lines 0 comments Download
A + device/bluetooth/dbus/bluetooth_profile_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +12 lines, -19 lines 0 comments Download
A + device/bluetooth/dbus/bluez_dbus_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -11 lines 0 comments Download
A device/bluetooth/dbus/bluez_dbus_manager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +157 lines, -0 lines 0 comments Download
A device/bluetooth/dbus/bluez_dbus_manager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +250 lines, -0 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_adapter_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_adapter_client.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +27 lines, -38 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_agent_manager_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_agent_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -10 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_agent_service_provider.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -11 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_agent_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +13 lines, -13 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_device_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +35 lines, -44 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_device_client.cc View 1 2 3 4 5 6 7 8 9 10 26 chunks +58 lines, -91 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +38 lines, -44 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +18 lines, -19 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +21 lines, -29 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +17 lines, -20 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -16 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +14 lines, -20 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +23 lines, -29 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -10 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_input_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_input_client.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -20 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -12 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_client.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -14 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_transport_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -7 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +32 lines, -35 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_profile_manager_client.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_profile_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -10 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -9 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 61 (22 generated)
rkc
5 years, 3 months ago (2015-09-17 21:23:04 UTC) #1
stevenjb
Generally looks good, but we should avoid any implicit dependency on src/chromeos and DBusThreadManager even ...
5 years, 3 months ago (2015-09-17 21:48:01 UTC) #2
rkc
Also changed all the dbus clients to use DEVICE_BLUETOOTH_EXPORT instead of CHROMEOS_EXPORT. https://codereview.chromium.org/1347193004/diff/1/chrome/browser/chromeos/chrome_browser_main_chromeos.cc File chrome/browser/chromeos/chrome_browser_main_chromeos.cc ...
5 years, 3 months ago (2015-09-21 18:54:23 UTC) #3
armansito
On 2015/09/21 18:54:23, Rahul Chaturvedi wrote: > Also changed all the dbus clients to use ...
5 years, 3 months ago (2015-09-21 18:57:50 UTC) #4
rkc
This code change isn't particularly complicated, it is just a lot of code. I can ...
5 years, 3 months ago (2015-09-21 19:01:44 UTC) #5
rkc
I've created a design doc explaining the plan. Please review. http://go/chrome-bluetooth-linux
5 years, 3 months ago (2015-09-21 19:45:26 UTC) #6
jdeokule
5 years, 3 months ago (2015-09-21 19:58:42 UTC) #7
stevenjb
lgtm https://codereview.chromium.org/1347193004/diff/10001/device/bluetooth/dbus/bluez_dbus_manager.cc File device/bluetooth/dbus/bluez_dbus_manager.cc (right): https://codereview.chromium.org/1347193004/diff/10001/device/bluetooth/dbus/bluez_dbus_manager.cc#newcode27 device/bluetooth/dbus/bluez_dbus_manager.cc:27: static BluezDBusManager* g_bluez_dbus_manager = NULL; nullptr (throughout)
5 years, 3 months ago (2015-09-21 20:38:53 UTC) #8
rkc
https://codereview.chromium.org/1347193004/diff/10001/device/bluetooth/dbus/bluez_dbus_manager.cc File device/bluetooth/dbus/bluez_dbus_manager.cc (right): https://codereview.chromium.org/1347193004/diff/10001/device/bluetooth/dbus/bluez_dbus_manager.cc#newcode27 device/bluetooth/dbus/bluez_dbus_manager.cc:27: static BluezDBusManager* g_bluez_dbus_manager = NULL; On 2015/09/21 20:38:53, stevenjb ...
5 years, 3 months ago (2015-09-21 20:56:26 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/30001
5 years, 3 months ago (2015-09-23 20:41:59 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/35861)
5 years, 3 months ago (2015-09-23 21:08:06 UTC) #13
rkc
Adding isherman@chromium.org for chrome/browser/metrics/chromeos_metrics_provider_unittest.cc
5 years, 3 months ago (2015-09-23 21:43:17 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/40001
5 years, 3 months ago (2015-09-23 21:47:06 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/44606)
5 years, 3 months ago (2015-09-23 22:18:02 UTC) #19
Ilya Sherman
https://codereview.chromium.org/1347193004/diff/40001/chrome/browser/metrics/chromeos_metrics_provider_unittest.cc File chrome/browser/metrics/chromeos_metrics_provider_unittest.cc (right): https://codereview.chromium.org/1347193004/diff/40001/chrome/browser/metrics/chromeos_metrics_provider_unittest.cc#newcode35 chrome/browser/metrics/chromeos_metrics_provider_unittest.cc:35: using chromeos::DBusThreadManagerSetter; nit: Please re-alphabetize https://codereview.chromium.org/1347193004/diff/40001/chrome/browser/metrics/chromeos_metrics_provider_unittest.cc#newcode87 chrome/browser/metrics/chromeos_metrics_provider_unittest.cc:87: // Set ...
5 years, 3 months ago (2015-09-23 23:18:46 UTC) #20
armansito
lgtm
5 years, 3 months ago (2015-09-24 18:39:45 UTC) #21
rkc
https://codereview.chromium.org/1347193004/diff/40001/chrome/browser/metrics/chromeos_metrics_provider_unittest.cc File chrome/browser/metrics/chromeos_metrics_provider_unittest.cc (right): https://codereview.chromium.org/1347193004/diff/40001/chrome/browser/metrics/chromeos_metrics_provider_unittest.cc#newcode35 chrome/browser/metrics/chromeos_metrics_provider_unittest.cc:35: using chromeos::DBusThreadManagerSetter; On 2015/09/23 23:18:46, Ilya Sherman wrote: > ...
5 years, 2 months ago (2015-09-27 07:51:56 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/50001
5 years, 2 months ago (2015-09-27 07:52:59 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/67964)
5 years, 2 months ago (2015-09-27 08:12:09 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/60001
5 years, 2 months ago (2015-09-27 17:54:50 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/67977)
5 years, 2 months ago (2015-09-27 18:32:24 UTC) #30
Ilya Sherman
LGTM
5 years, 2 months ago (2015-09-28 01:56:55 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/70001
5 years, 2 months ago (2015-09-28 04:24:40 UTC) #33
rkc
Adding oshima@ for ash/shell.cc owner's review.
5 years, 2 months ago (2015-09-28 05:57:26 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-28 07:46:54 UTC) #37
oshima
https://codereview.chromium.org/1347193004/diff/70001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/1347193004/diff/70001/ash/shell.cc#newcode864 ash/shell.cc:864: } can you move this to AshTestHelper? That's where ...
5 years, 2 months ago (2015-09-28 17:34:12 UTC) #38
rkc
https://codereview.chromium.org/1347193004/diff/70001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/1347193004/diff/70001/ash/shell.cc#newcode864 ash/shell.cc:864: } On 2015/09/28 17:34:12, oshima wrote: > can you ...
5 years, 2 months ago (2015-09-28 17:53:13 UTC) #39
oshima
lgtm
5 years, 2 months ago (2015-09-28 18:25:20 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/80001
5 years, 2 months ago (2015-09-28 18:29:14 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/68302)
5 years, 2 months ago (2015-09-28 19:29:22 UTC) #45
sky
LGTM
5 years, 2 months ago (2015-09-28 20:35:47 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/90001
5 years, 2 months ago (2015-09-28 20:39:32 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/68394)
5 years, 2 months ago (2015-09-28 21:09:23 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1347193004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1347193004/100001
5 years, 2 months ago (2015-09-28 21:52:38 UTC) #55
commit-bot: I haz the power
Committed patchset #11 (id:100001)
5 years, 2 months ago (2015-09-28 23:15:54 UTC) #56
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/5d3c8959a7aee861b6750fd734cad96bd24e1f9f Cr-Commit-Position: refs/heads/master@{#351197}
5 years, 2 months ago (2015-09-28 23:16:43 UTC) #57
Lei Zhang
This CL caused the following failures: - ExtensionMessageBubbleTest failure on CrOS Valgrind - Linux sizes ...
5 years, 2 months ago (2015-09-29 05:51:11 UTC) #59
Lei Zhang
On 2015/09/29 05:51:11, Lei Zhang wrote: > This CL caused the following failures: > > ...
5 years, 2 months ago (2015-09-29 05:53:33 UTC) #60
Lei Zhang
5 years, 2 months ago (2015-09-29 06:01:13 UTC) #61
Message was sent while issue was closed.
On 2015/09/29 05:53:33, Lei Zhang wrote:
> Looking at the device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc
> change, I believe the static initializers existed previously, but went
> undetected because there's no CrOS bot on the chromium portion of the main
> waterfall.

And I filed https://code.google.com/p/chromium/issues/detail?id=537081 for
adding a new CrOS bot.

Powered by Google App Engine
This is Rietveld 408576698