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

Issue 1403723004: bluetooth: Implement BluetoothCharacteristicProperties (Closed)

Created:
5 years, 2 months ago by ortuno
Modified:
5 years, 2 months ago
Reviewers:
palmer, scheib
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@bluetooth-query-cache
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Implement BluetoothCharacteristicProperties https://webbluetoothcg.github.io/web-bluetooth/#bluetoothcharacteristicproperties BUG=483345 Committed: https://crrev.com/9a72f7ca718dd0614db12f89b14044e62d6e2442 Cr-Commit-Position: refs/heads/master@{#355218}

Patch Set 1 #

Patch Set 2 : Tests #

Patch Set 3 : Clean up #

Patch Set 4 : Comments and logic #

Patch Set 5 : Fix web exposed test #

Total comments: 6

Patch Set 6 : Address scheib's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -22 lines) Patch
M content/browser/bluetooth/bluetooth_dispatcher_host.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M content/common/bluetooth/bluetooth_messages.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/bluetooth/bluetooth_dispatcher.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/bluetooth/bluetooth_dispatcher.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h View 1 2 3 4 chunks +15 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc View 1 2 3 5 chunks +24 lines, -6 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/characteristicProperties.html View 1 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/bluetooth/resources/bluetooth-helpers.js View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.h View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp View 1 2 3 4 5 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.idl View 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.cpp View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristicInit.h View 1 chunk +4 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 22 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403723004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403723004/80001
5 years, 2 months ago (2015-10-20 17:59:53 UTC) #4
ortuno
scheib: PTAL
5 years, 2 months ago (2015-10-20 18:00:51 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/111086)
5 years, 2 months ago (2015-10-20 18:21:02 UTC) #8
scheib
LGTM https://codereview.chromium.org/1403723004/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp (right): https://codereview.chromium.org/1403723004/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp#newcode28 third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp:28: if (properties & static_cast<uint32_t>(Property::BROADCAST)) The 'enum class' vs ...
5 years, 2 months ago (2015-10-20 19:50:35 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403723004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403723004/100001
5 years, 2 months ago (2015-10-20 23:33:00 UTC) #11
ortuno
https://codereview.chromium.org/1403723004/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp (right): https://codereview.chromium.org/1403723004/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp#newcode28 third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp:28: if (properties & static_cast<uint32_t>(Property::BROADCAST)) On 2015/10/20 at 19:50:35, scheib ...
5 years, 2 months ago (2015-10-20 23:33:24 UTC) #12
ortuno
palmer: PTAL at content/common/bluetooth_messages.h
5 years, 2 months ago (2015-10-20 23:34:43 UTC) #14
palmer
lgtm
5 years, 2 months ago (2015-10-21 00:15:53 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-21 01:51:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403723004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403723004/100001
5 years, 2 months ago (2015-10-21 01:52:51 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-21 01:57:49 UTC) #21
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 01:59:52 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9a72f7ca718dd0614db12f89b14044e62d6e2442
Cr-Commit-Position: refs/heads/master@{#355218}

Powered by Google App Engine
This is Rietveld 408576698