Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Issue 12052066: Implemented BluetoothSocketWin. (Closed)

Created:
7 years, 11 months ago by youngki
Modified:
7 years, 10 months ago
Reviewers:
keybuk, miket_OOO
CC:
chromium-reviews, bryeung
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Completed BluetoothSocketWin implementation #

Patch Set 3 : Reusing FormatErrorMessage() #

Total comments: 11

Patch Set 4 : Revert to original testing value #

Total comments: 4

Patch Set 5 : Implemented platform-specific bluetooth address conversion code #

Total comments: 4

Patch Set 6 : Removed union #

Patch Set 7 : Merge #

Patch Set 8 : removed device::bluetooth_utils::bluetooth_address #

Patch Set 9 : removed device::bluetooth_utils::bluetooth_address #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -110 lines) Patch
M chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M device/bluetooth/bluetooth_init_win.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/bluetooth_service_record_chromeos.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_service_record_chromeos.cc View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_service_record_chromeos_unittest.cc View 1 2 3 4 3 chunks +15 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_service_record_win.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_service_record_win.cc View 1 2 3 4 3 chunks +21 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_service_record_win_unittest.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_socket.h View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M device/bluetooth/bluetooth_socket_chromeos.h View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M device/bluetooth/bluetooth_socket_chromeos.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -13 lines 0 comments Download
M device/bluetooth/bluetooth_socket_win.h View 1 2 3 4 2 chunks +19 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_socket_win.cc View 1 2 3 4 1 chunk +86 lines, -9 lines 0 comments Download
M device/bluetooth/bluetooth_utils.h View 1 2 3 4 5 1 chunk +1 line, -12 lines 0 comments Download
M device/bluetooth/bluetooth_utils.cc View 1 2 3 4 2 chunks +1 line, -34 lines 0 comments Download
M device/bluetooth/bluetooth_utils_unittest.cc View 1 2 3 4 1 chunk +1 line, -24 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_socket.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
youngki
Scott, could you review this BluetoothSocketWin CL? It turns out that Windows also uses the ...
7 years, 11 months ago (2013-01-24 19:30:51 UTC) #1
keybuk
How does this work with https://codereview.chromium.org/12039075/ which seems to remove the need for an fd() ...
7 years, 11 months ago (2013-01-25 01:31:16 UTC) #2
youngki
On 2013/01/25 01:31:16, keybuk wrote: > How does this work with https://codereview.chromium.org/12039075/ which seems to ...
7 years, 11 months ago (2013-01-25 17:05:50 UTC) #3
keybuk
would you hate me if I asked you to base one CL on the other, ...
7 years, 10 months ago (2013-01-28 19:16:39 UTC) #4
youngki
On 2013/01/28 19:16:39, keybuk wrote: > would you hate me if I asked you to ...
7 years, 10 months ago (2013-01-28 21:12:50 UTC) #5
keybuk
On 2013/01/28 21:12:50, youngki wrote: > I think I will just submit https://chromiumcodereview.appspot.com/12039075/ and > ...
7 years, 10 months ago (2013-01-28 21:37:33 UTC) #6
youngki
This CL has been rebased and updated with complete implementation of BluetoothSocketWin. Please take a ...
7 years, 10 months ago (2013-01-30 16:42:17 UTC) #7
keybuk
https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h File device/bluetooth/bluetooth_socket.h (right): https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h#newcode27 device/bluetooth/bluetooth_socket.h:27: virtual int fd() const = 0; Can this go ...
7 years, 10 months ago (2013-01-30 23:28:00 UTC) #8
youngki
https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h File device/bluetooth/bluetooth_socket.h (right): https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h#newcode27 device/bluetooth/bluetooth_socket.h:27: virtual int fd() const = 0; On 2013/01/30 23:28:00, ...
7 years, 10 months ago (2013-01-31 15:45:42 UTC) #9
keybuk
https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h File device/bluetooth/bluetooth_socket.h (right): https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h#newcode27 device/bluetooth/bluetooth_socket.h:27: virtual int fd() const = 0; Wouldn't the same ...
7 years, 10 months ago (2013-01-31 19:15:28 UTC) #10
keybuk
https://chromiumcodereview.appspot.com/12052066/diff/14001/device/bluetooth/bluetooth_socket_chromeos.cc File device/bluetooth/bluetooth_socket_chromeos.cc (right): https://chromiumcodereview.appspot.com/12052066/diff/14001/device/bluetooth/bluetooth_socket_chromeos.cc#newcode59 device/bluetooth/bluetooth_socket_chromeos.cc:59: sizeof(socket_address)); Ok, let's look at this objectively... We Have ...
7 years, 10 months ago (2013-01-31 19:26:41 UTC) #11
youngki
https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h File device/bluetooth/bluetooth_socket.h (right): https://chromiumcodereview.appspot.com/12052066/diff/6002/device/bluetooth/bluetooth_socket.h#newcode27 device/bluetooth/bluetooth_socket.h:27: virtual int fd() const = 0; On 2013/01/31 19:15:28, ...
7 years, 10 months ago (2013-01-31 23:25:21 UTC) #12
keybuk
lgtm if you're sure about the socket vs socket.get() thing and after the union is ...
7 years, 10 months ago (2013-01-31 23:49:46 UTC) #13
youngki
Mike, could you review the tiny changes on chrome/browser/extensions/api/bluetooth/ for OWNERS approval? https://chromiumcodereview.appspot.com/12052066/diff/17004/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc File chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc ...
7 years, 10 months ago (2013-02-01 16:56:24 UTC) #14
miket_OOO
> Mike, could you review the tiny changes on > chrome/browser/extensions/api/bluetooth/ for OWNERS approval? OWNERS ...
7 years, 10 months ago (2013-02-01 18:39:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/12052066/6022
7 years, 10 months ago (2013-02-01 22:09:32 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=106615
7 years, 10 months ago (2013-02-02 01:31:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/12052066/6022
7 years, 10 months ago (2013-02-02 07:35:16 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=106936
7 years, 10 months ago (2013-02-02 11:56:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/12052066/6022
7 years, 10 months ago (2013-02-02 19:55:28 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=107198
7 years, 10 months ago (2013-02-03 00:44:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/12052066/6022
7 years, 10 months ago (2013-02-03 15:59:38 UTC) #22
commit-bot: I haz the power
7 years, 10 months ago (2013-02-03 18:24:04 UTC) #23
Message was sent while issue was closed.
Change committed as 180315

Powered by Google App Engine
This is Rietveld 408576698