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

Issue 1146163005: bluetooth: Blink-side implementation of getCharacteristic. (Closed)

Created:
5 years, 6 months ago by ortuno
Modified:
5 years, 6 months ago
CC:
blink-reviews, dglazkov+blink, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@bluetooth-characteristic-interface
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

bluetooth: Blink-side implementation of getCharacteristic. This is the third of a set of three patches to implement getCharacteristic: [1] http://crrev.com/1153343002 [2] http://crrev.com/1156573005 [3] This patch. BUG=483344 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196986

Patch Set 1 : getCharacteristic Blink-Side #

Total comments: 11

Patch Set 2 : Address jyasskin's comments #

Patch Set 3 : Removed new line #

Total comments: 4

Patch Set 4 : Address scheib's comments #

Patch Set 5 : Merged with TOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -4 lines) Patch
A LayoutTests/bluetooth/getCharacteristic.html View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/bluetooth/BluetoothGATTCharacteristic.h View 1 1 chunk +23 lines, -1 line 0 comments Download
A Source/modules/bluetooth/BluetoothGATTCharacteristic.cpp View 1 1 chunk +38 lines, -0 lines 0 comments Download
M Source/modules/bluetooth/BluetoothGATTCharacteristic.idl View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M Source/modules/bluetooth/BluetoothGATTService.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/bluetooth/BluetoothGATTService.cpp View 1 2 chunks +21 lines, -1 line 0 comments Download
M Source/modules/bluetooth/BluetoothGATTService.idl View 1 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
ortuno
@jyasskin: PTAL
5 years, 6 months ago (2015-06-02 19:50:39 UTC) #3
Jeffrey Yasskin
https://codereview.chromium.org/1146163005/diff/20001/LayoutTests/bluetooth/getCharacteristic.html File LayoutTests/bluetooth/getCharacteristic.html (right): https://codereview.chromium.org/1146163005/diff/20001/LayoutTests/bluetooth/getCharacteristic.html#newcode9 LayoutTests/bluetooth/getCharacteristic.html:9: var service1 = "00001800-0000-1000-8000-00805f9b34fb"; Comment what these services and ...
5 years, 6 months ago (2015-06-03 00:24:05 UTC) #4
ortuno
@jyasskin: Ready for review again! https://codereview.chromium.org/1146163005/diff/20001/LayoutTests/bluetooth/getCharacteristic.html File LayoutTests/bluetooth/getCharacteristic.html (right): https://codereview.chromium.org/1146163005/diff/20001/LayoutTests/bluetooth/getCharacteristic.html#newcode9 LayoutTests/bluetooth/getCharacteristic.html:9: var service1 = "00001800-0000-1000-8000-00805f9b34fb"; ...
5 years, 6 months ago (2015-06-03 21:57:04 UTC) #7
Jeffrey Yasskin
lgtm https://codereview.chromium.org/1146163005/diff/20001/Source/modules/bluetooth/BluetoothGATTService.idl File Source/modules/bluetooth/BluetoothGATTService.idl (right): https://codereview.chromium.org/1146163005/diff/20001/Source/modules/bluetooth/BluetoothGATTService.idl#newcode9 Source/modules/bluetooth/BluetoothGATTService.idl:9: typedef DOMString BluetoothCharacteristicUUID; On 2015/06/03 21:57:04, ortuno wrote: ...
5 years, 6 months ago (2015-06-03 23:22:53 UTC) #8
ortuno
@haraken: PTAL
5 years, 6 months ago (2015-06-03 23:23:45 UTC) #10
haraken
LGTM
5 years, 6 months ago (2015-06-04 00:41:40 UTC) #11
scheib
https://codereview.chromium.org/1146163005/diff/90001/LayoutTests/bluetooth/getCharacteristic.html File LayoutTests/bluetooth/getCharacteristic.html (right): https://codereview.chromium.org/1146163005/diff/90001/LayoutTests/bluetooth/getCharacteristic.html#newcode12 LayoutTests/bluetooth/getCharacteristic.html:12: var characteristic1 = "00002a00-0000-1000-8000-00805f9b34fb"; Name these more meaninfully than ...
5 years, 6 months ago (2015-06-04 18:30:52 UTC) #13
ortuno
@scheib: Ready for review again! https://codereview.chromium.org/1146163005/diff/90001/LayoutTests/bluetooth/getCharacteristic.html File LayoutTests/bluetooth/getCharacteristic.html (right): https://codereview.chromium.org/1146163005/diff/90001/LayoutTests/bluetooth/getCharacteristic.html#newcode12 LayoutTests/bluetooth/getCharacteristic.html:12: var characteristic1 = "00002a00-0000-1000-8000-00805f9b34fb"; ...
5 years, 6 months ago (2015-06-05 20:58:00 UTC) #14
scheib
LGTM
5 years, 6 months ago (2015-06-08 16:46:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146163005/130001
5 years, 6 months ago (2015-06-12 00:57:09 UTC) #18
commit-bot: I haz the power
5 years, 6 months ago (2015-06-12 01:01:12 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:130001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196986

Powered by Google App Engine
This is Rietveld 408576698