|
Implement chrome.bluetoothSocket.listenUsing*()
Includes the C++ BluetoothAdapter and BluetoothSocket API changes,
but does not include platform-specific implementations. Tests are
included since there is sufficient mock code to drive a test.
BUG= 349475, 364581
TEST=browser_tests --gtest_filter=BluetoothSocketApiTest.Listen
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269814
Total comments: 10
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+916 lines, -81 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.h
|
View
|
|
5 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.cc
|
View
|
|
3 chunks |
+42 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h
|
View
|
|
1 chunk |
+89 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.cc
|
View
|
|
2 chunks |
+187 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_apitest.cc
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
|
View
|
|
4 chunks |
+31 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc
|
View
|
1
2
|
8 chunks |
+150 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/bluetooth_socket.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/bluetooth_socket/listen/runtest.js
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter.h
|
View
|
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.cc
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_mac.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_mac.mm
|
View
|
1
2
3
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_unittest.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.cc
|
View
|
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket.h
|
View
|
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.h
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_mac.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_mac.mm
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_net.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_net.cc
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_win.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_win.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/mock_bluetooth_adapter.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/mock_bluetooth_socket.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|