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

Issue 1685963003: Adding the last test related with connect/disconnect (Closed)

Created:
4 years, 10 months ago by jlebel
Modified:
4 years, 8 months ago
Reviewers:
scheib, msarda
CC:
chromium-reviews, scheib+watch_chromium.org, ortuno+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@connectdisconnect
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding the last test related with connect/disconnect. This CL adds better support with error code and NSError conversion. BUG=520774 Committed: https://crrev.com/15f9964b8ff56961f10d34bf39715a5cc457f869 Cr-Commit-Position: refs/heads/master@{#383698}

Patch Set 1 #

Patch Set 2 : git web #

Patch Set 3 : Merging 1538173003 #

Patch Set 4 : Issue to convert no NSError to ConnectErrorCode #

Total comments: 4

Patch Set 5 : Merge #

Patch Set 6 : Using FAILED instead of UNKNOWN error code #

Total comments: 1

Patch Set 7 : Merge from top of the tree #

Total comments: 2

Patch Set 8 : Fixing comments #

Total comments: 1

Patch Set 9 : Merge #

Patch Set 10 : Merge #

Patch Set 11 : Removing a useless include added in this CL. #

Patch Set 12 : Adding namespace for ConnectErrorCode #

Patch Set 13 : adding DEVICE_BLUETOOTH_EXPORT to BluetoothDeviceMac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -24 lines) Patch
M device/bluetooth/bluetooth_adapter_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -4 lines 0 comments Download
M device/bluetooth/bluetooth_device_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_device_mac.mm View 1 2 3 4 5 6 7 2 chunks +24 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_device_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.mm View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_mac.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/test/bluetooth_test_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +10 lines, -13 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
scheib
https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm File device/bluetooth/bluetooth_adapter_mac.mm (right): https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm#newcode617 device/bluetooth/bluetooth_adapter_mac.mm:617: switch ((BluetoothDevice::ConnectErrorCode)error.code) { I don't think this static cast ...
4 years, 10 months ago (2016-02-10 23:48:16 UTC) #2
jlebel
https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm File device/bluetooth/bluetooth_adapter_mac.mm (right): https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm#newcode617 device/bluetooth/bluetooth_adapter_mac.mm:617: switch ((BluetoothDevice::ConnectErrorCode)error.code) { On 2016/02/10 23:48:16, scheib wrote: > ...
4 years, 10 months ago (2016-02-11 00:03:43 UTC) #3
jlebel
4 years, 10 months ago (2016-02-11 09:15:47 UTC) #5
msarda
I think your CL description does not match the style used for CL description in ...
4 years, 10 months ago (2016-02-11 13:48:08 UTC) #6
jlebel
4 years, 10 months ago (2016-02-19 11:03:06 UTC) #8
msarda
On 2016/02/19 11:03:06, jlebel wrote: I think your CL description does not match the style ...
4 years, 10 months ago (2016-02-22 14:02:09 UTC) #9
msarda
LGTM with nits for Objective-C code. Please fix the CL description as explained in my ...
4 years, 10 months ago (2016-02-22 14:06:22 UTC) #10
scheib
Please add a BUG number in the change description. https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm File device/bluetooth/bluetooth_adapter_mac.mm (right): https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm#newcode617 device/bluetooth/bluetooth_adapter_mac.mm:617: ...
4 years, 9 months ago (2016-03-02 05:33:23 UTC) #11
jlebel
https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm File device/bluetooth/bluetooth_adapter_mac.mm (right): https://codereview.chromium.org/1685963003/diff/60001/device/bluetooth/bluetooth_adapter_mac.mm#newcode617 device/bluetooth/bluetooth_adapter_mac.mm:617: switch ((BluetoothDevice::ConnectErrorCode)error.code) { On 2016/03/02 05:33:22, scheib wrote: > ...
4 years, 9 months ago (2016-03-02 15:34:32 UTC) #13
scheib
LGTM https://codereview.chromium.org/1685963003/diff/140001/device/bluetooth/bluetooth_device_mac.mm File device/bluetooth/bluetooth_device_mac.mm (right): https://codereview.chromium.org/1685963003/diff/140001/device/bluetooth/bluetooth_device_mac.mm#newcode34 device/bluetooth/bluetooth_device_mac.mm:34: DCHECK(false); Remove the dcheck. https://www.chromium.org/developers/coding-style#TOC-CHECK-DCHECK-and-NOTREACHED-
4 years, 9 months ago (2016-03-02 16:23:21 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685963003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685963003/160001
4 years, 9 months ago (2016-03-15 18:01:09 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685963003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685963003/180001
4 years, 9 months ago (2016-03-16 17:06:24 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685963003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685963003/200001
4 years, 9 months ago (2016-03-16 22:55:48 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/174228)
4 years, 9 months ago (2016-03-16 23:24:04 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685963003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685963003/240001
4 years, 8 months ago (2016-03-29 09:33:43 UTC) #27
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 8 months ago (2016-03-29 10:30:40 UTC) #29
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 10:32:09 UTC) #31
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/15f9964b8ff56961f10d34bf39715a5cc457f869
Cr-Commit-Position: refs/heads/master@{#383698}

Powered by Google App Engine
This is Rietveld 408576698