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

Issue 12539004: Implemented BluetoothServiceRecordMac with unittest. (Closed)

Created:
7 years, 9 months ago by youngki
Modified:
7 years, 9 months ago
Reviewers:
Mark Mentovai, keybuk
CC:
chromium-reviews, sail+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Implemented BluetoothServiceRecordMac with unittest. BUG=135472 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187783

Patch Set 1 #

Total comments: 30

Patch Set 2 : Remove space after colon #

Total comments: 14

Patch Set 3 : Few more nits. #

Total comments: 2

Patch Set 4 : added BluetoothServiceRecordMac::~BluetoothServiceRecordMac() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -0 lines) Patch
A device/bluetooth/bluetooth_service_record_mac.h View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_service_record_mac.mm View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_service_record_mac_unittest.mm View 1 2 1 chunk +152 lines, -0 lines 0 comments Download
M device/device.gyp View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
youngki
Hi Mark, I am new to OSX development and this is pretty much my first ...
7 years, 9 months ago (2013-03-11 22:07:57 UTC) #1
Mark Mentovai
https://chromiumcodereview.appspot.com/12539004/diff/1/device/bluetooth/bluetooth_service_record_mac.h File device/bluetooth/bluetooth_service_record_mac.h (right): https://chromiumcodereview.appspot.com/12539004/diff/1/device/bluetooth/bluetooth_service_record_mac.h#newcode22 device/bluetooth/bluetooth_service_record_mac.h:22: BluetoothServiceRecordMac(IOBluetoothSDPServiceRecord* record); explicit. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Explicit_Constructors#Explicit_Constructors https://chromiumcodereview.appspot.com/12539004/diff/1/device/bluetooth/bluetooth_service_record_mac.mm File device/bluetooth/bluetooth_service_record_mac.mm (right): https://chromiumcodereview.appspot.com/12539004/diff/1/device/bluetooth/bluetooth_service_record_mac.mm#newcode7 ...
7 years, 9 months ago (2013-03-11 22:38:48 UTC) #2
youngki
Thanks for your review Mark..! I just read the objective C style guide and fixed ...
7 years, 9 months ago (2013-03-12 04:15:12 UTC) #3
Mark Mentovai
https://chromiumcodereview.appspot.com/12539004/diff/8001/device/bluetooth/bluetooth_service_record_mac.mm File device/bluetooth/bluetooth_service_record_mac.mm (right): https://chromiumcodereview.appspot.com/12539004/diff/8001/device/bluetooth/bluetooth_service_record_mac.mm#newcode8 device/bluetooth/bluetooth_service_record_mac.mm:8: #include <IOBluetooth/IOBluetoothUtilities.h> If you look at this header, you’ll ...
7 years, 9 months ago (2013-03-12 16:02:54 UTC) #4
youngki
https://chromiumcodereview.appspot.com/12539004/diff/8001/device/bluetooth/bluetooth_service_record_mac.mm File device/bluetooth/bluetooth_service_record_mac.mm (right): https://chromiumcodereview.appspot.com/12539004/diff/8001/device/bluetooth/bluetooth_service_record_mac.mm#newcode8 device/bluetooth/bluetooth_service_record_mac.mm:8: #include <IOBluetooth/IOBluetoothUtilities.h> On 2013/03/12 16:02:54, Mark Mentovai wrote: > ...
7 years, 9 months ago (2013-03-12 19:45:47 UTC) #5
Mark Mentovai
LGTM
7 years, 9 months ago (2013-03-12 19:56:16 UTC) #6
youngki
Thanks Mark for the language review...! Scott, could you review the CL?
7 years, 9 months ago (2013-03-12 19:58:26 UTC) #7
keybuk
lgtm
7 years, 9 months ago (2013-03-12 20:00:07 UTC) #8
Mark Mentovai
https://chromiumcodereview.appspot.com/12539004/diff/13001/device/bluetooth/bluetooth_service_record_mac.mm File device/bluetooth/bluetooth_service_record_mac.mm (right): https://chromiumcodereview.appspot.com/12539004/diff/13001/device/bluetooth/bluetooth_service_record_mac.mm#newcode51 device/bluetooth/bluetooth_service_record_mac.mm:51: device_ = [record device]; Whoops, sorry, one more. You ...
7 years, 9 months ago (2013-03-12 20:03:04 UTC) #9
youngki
https://chromiumcodereview.appspot.com/12539004/diff/13001/device/bluetooth/bluetooth_service_record_mac.mm File device/bluetooth/bluetooth_service_record_mac.mm (right): https://chromiumcodereview.appspot.com/12539004/diff/13001/device/bluetooth/bluetooth_service_record_mac.mm#newcode51 device/bluetooth/bluetooth_service_record_mac.mm:51: device_ = [record device]; On 2013/03/12 20:03:04, Mark Mentovai ...
7 years, 9 months ago (2013-03-12 20:17:05 UTC) #10
Mark Mentovai
LGTM
7 years, 9 months ago (2013-03-12 20:18:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/youngki@chromium.org/12539004/23001
7 years, 9 months ago (2013-03-13 00:06:40 UTC) #12
commit-bot: I haz the power
7 years, 9 months ago (2013-03-13 05:02:54 UTC) #13
Message was sent while issue was closed.
Change committed as 187783

Powered by Google App Engine
This is Rietveld 408576698