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

Issue 2640073004: bluetooth: Add descriptor list to DeviceDetailsPage on internals page. (Closed)

Created:
3 years, 11 months ago by mbrunson
Modified:
3 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, arv+watch_chromium.org, chromium-reviews, darin (slow to review), ortuno+watch_chromium.org, qsr+mojo_chromium.org, scheib+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Add descriptor list to DeviceDetailsPage on internals page. Adds descriptor list to DeviceDetailsPage for displaying basic descriptor info for each characteristic. Adds GetDescriptors message to Device interface. Adds DescriptorInfo struct to wrap id and uuid of descriptor objects. Screenshots: https://goo.gl/photos/vqSRubWag2P8iMzm7 BUG=651282 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2640073004 Cr-Commit-Position: refs/heads/master@{#445947} Committed: https://chromium.googlesource.com/chromium/src/+/114e4a2cdc28928c83a898d3b73e7c30dad437a1

Patch Set 1 #

Patch Set 2 : Remove queue, make GetDescriptors return array optional #

Patch Set 3 : Merge upstream #

Patch Set 4 : Add comment to differentiate descriptor return value #

Total comments: 8

Patch Set 5 : Add type defs, rename isLoading/setLoading #

Patch Set 6 : Merge upstream #

Patch Set 7 : Fix merge issue of bluetooth_internals.css #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -16 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/bluetooth_internals/bluetooth_internals.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/bluetooth_internals/characteristic_list.js View 1 2 3 4 5 6 chunks +31 lines, -6 lines 0 comments Download
A chrome/browser/resources/bluetooth_internals/descriptor_list.js View 1 2 3 4 1 chunk +153 lines, -0 lines 0 comments Download
M chrome/browser/resources/bluetooth_internals/expandable_list.js View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/bluetooth_internals/service_list.js View 1 2 3 4 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/device.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M device/bluetooth/device.cc View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M device/bluetooth/public/interfaces/device.mojom View 1 2 3 4 5 2 chunks +13 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (25 generated)
mbrunson
3 years, 11 months ago (2017-01-21 02:18:25 UTC) #11
scheib
LGTM
3 years, 11 months ago (2017-01-21 02:37:57 UTC) #12
ortuno
lgtm
3 years, 11 months ago (2017-01-22 22:43:16 UTC) #13
mbrunson
OWNERS review, please: tsepez: device/bluetooth/public/interfaces/device.mojom dbeam: chrome/browser/browser_resources.grd chrome/browser/resources/bluetooth_internals/bluetooth_internals.css chrome/browser/resources/bluetooth_internals/bluetooth_internals.html chrome/browser/resources/bluetooth_internals/characteristic_list.js chrome/browser/resources/bluetooth_internals/descriptor_list.js chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
3 years, 11 months ago (2017-01-23 20:14:12 UTC) #14
mbrunson
OWNERS review, please: tsepez: device/bluetooth/public/interfaces/device.mojom dbeam: chrome/browser/browser_resources.grd chrome/browser/resources/bluetooth_internals/bluetooth_internals.css chrome/browser/resources/bluetooth_internals/bluetooth_internals.html chrome/browser/resources/bluetooth_internals/characteristic_list.js chrome/browser/resources/bluetooth_internals/descriptor_list.js chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
3 years, 11 months ago (2017-01-23 20:15:11 UTC) #16
Tom Sepez
mojom lgtm
3 years, 11 months ago (2017-01-23 20:24:11 UTC) #17
Dan Beam
this generally lgtm https://codereview.chromium.org/2640073004/diff/60001/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html File chrome/browser/resources/bluetooth_internals/bluetooth_internals.html (right): https://codereview.chromium.org/2640073004/diff/60001/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html#newcode35 chrome/browser/resources/bluetooth_internals/bluetooth_internals.html:35: <script src="descriptor_list.js"></script> is there a particular ...
3 years, 11 months ago (2017-01-24 06:07:32 UTC) #18
mbrunson
https://codereview.chromium.org/2640073004/diff/60001/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html File chrome/browser/resources/bluetooth_internals/bluetooth_internals.html (right): https://codereview.chromium.org/2640073004/diff/60001/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html#newcode35 chrome/browser/resources/bluetooth_internals/bluetooth_internals.html:35: <script src="descriptor_list.js"></script> On 2017/01/24 06:07:29, Dan Beam wrote: > ...
3 years, 11 months ago (2017-01-24 21:29:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640073004/120001
3 years, 11 months ago (2017-01-24 21:59:44 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/298851)
3 years, 11 months ago (2017-01-25 03:20:59 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640073004/120001
3 years, 11 months ago (2017-01-25 03:48:24 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 04:41:34 UTC) #37
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/114e4a2cdc28928c83a898d3b73e...

Powered by Google App Engine
This is Rietveld 408576698