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

Issue 2667053002: Add RemoteGATTDescriptor to WebBluetoothFunction histogram enum. (Closed)

Created:
3 years, 10 months ago by dougt
Modified:
3 years, 10 months ago
Reviewers:
ortuno, Ilya Sherman
CC:
asvitkine+watch_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add RemoteGATTDescriptor to WebBluetoothFunction histogram enum. We have telementry which counts the number of times each call to a WebBluetooth function is made. We recently added reporting for descriptors and need to ensure that WebBluetoothFunction has the correct methods listed. Currently descriptor only supports readValue and writeValue. BUG=None R=ortuno Review-Url: https://codereview.chromium.org/2667053002 Cr-Commit-Position: refs/heads/master@{#450352} Committed: https://chromium.googlesource.com/chromium/src/+/819a862c01939317d2bce4ca08233ef7b9e27dc6

Patch Set 1 #

Total comments: 1

Patch Set 2 : #2 #

Patch Set 3 : adding getDescriptor[s] reporting #

Patch Set 4 : Add standard bluetooth descriptors #

Total comments: 6

Patch Set 5 : ortuno review. #

Total comments: 8

Patch Set 6 : Missing return stmt. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -2 lines) Patch
M content/browser/bluetooth/bluetooth_metrics.h View 1 2 3 4 3 chunks +38 lines, -1 line 0 comments Download
M content/browser/bluetooth/bluetooth_metrics.cc View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
M content/browser/bluetooth/web_bluetooth_service_impl.cc View 1 2 3 4 5 3 chunks +13 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 4 chunks +106 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (22 generated)
dougt
3 years, 10 months ago (2017-02-01 03:27:53 UTC) #4
ortuno
https://codereview.chromium.org/2667053002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2667053002/diff/1/tools/metrics/histograms/histograms.xml#newcode109416 tools/metrics/histograms/histograms.xml:109416: + <int value="11" label="RemoteGATTCharacteristic.getDescriptor()"/> These values should match the ...
3 years, 10 months ago (2017-02-01 18:02:19 UTC) #7
Ilya Sherman
Metrics LGTM with enum labels corrected to match the C++ code.
3 years, 10 months ago (2017-02-01 22:21:47 UTC) #8
dougt
ortuno, ptal.
3 years, 10 months ago (2017-02-03 22:58:52 UTC) #14
ortuno
lgtm bar some nits https://codereview.chromium.org/2667053002/diff/60001/content/browser/bluetooth/bluetooth_metrics.h File content/browser/bluetooth/bluetooth_metrics.h (right): https://codereview.chromium.org/2667053002/diff/60001/content/browser/bluetooth/bluetooth_metrics.h#newcode229 content/browser/bluetooth/bluetooth_metrics.h:229: // Records the UUID of ...
3 years, 10 months ago (2017-02-03 23:16:33 UTC) #16
dougt
ilya, this cl changed a bunch since your lgtm. ptal. https://codereview.chromium.org/2667053002/diff/60001/content/browser/bluetooth/bluetooth_metrics.h File content/browser/bluetooth/bluetooth_metrics.h (right): https://codereview.chromium.org/2667053002/diff/60001/content/browser/bluetooth/bluetooth_metrics.h#newcode229 ...
3 years, 10 months ago (2017-02-03 23:33:49 UTC) #17
ortuno
isherman: ping?
3 years, 10 months ago (2017-02-09 00:38:53 UTC) #18
Ilya Sherman
Sorry, I missed your previous re-review request. Thanks for the ping! Generally still looks good, ...
3 years, 10 months ago (2017-02-11 00:18:28 UTC) #19
dougt
https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc File content/browser/bluetooth/bluetooth_metrics.cc (right): https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc#newcode279 content/browser/bluetooth/bluetooth_metrics.cc:279: HashUUID(descriptor)); On 2017/02/11 00:18:27, Ilya Sherman wrote: > Are ...
3 years, 10 months ago (2017-02-11 00:56:09 UTC) #20
Ilya Sherman
https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc File content/browser/bluetooth/bluetooth_metrics.cc (right): https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc#newcode279 content/browser/bluetooth/bluetooth_metrics.cc:279: HashUUID(descriptor)); On 2017/02/11 00:56:09, dougt wrote: > On 2017/02/11 ...
3 years, 10 months ago (2017-02-11 01:02:36 UTC) #21
dougt
On 2017/02/11 01:02:36, Ilya Sherman wrote: > https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc > File content/browser/bluetooth/bluetooth_metrics.cc (right): > > https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc#newcode279 ...
3 years, 10 months ago (2017-02-11 08:08:11 UTC) #22
ortuno
https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc File content/browser/bluetooth/bluetooth_metrics.cc (right): https://codereview.chromium.org/2667053002/diff/80001/content/browser/bluetooth/bluetooth_metrics.cc#newcode279 content/browser/bluetooth/bluetooth_metrics.cc:279: HashUUID(descriptor)); On 2017/02/11 at 01:02:36, Ilya Sherman wrote: > ...
3 years, 10 months ago (2017-02-13 00:34:16 UTC) #23
Ilya Sherman
On 2017/02/11 08:08:11, dougt wrote: > On 2017/02/11 01:02:36, Ilya Sherman wrote: > > > ...
3 years, 10 months ago (2017-02-13 22:06:57 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/2667053002/80001
3 years, 10 months ago (2017-02-14 00:58:58 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/389453)
3 years, 10 months ago (2017-02-14 02:34:14 UTC) #29
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/2667053002/100001
3 years, 10 months ago (2017-02-14 15:01:09 UTC) #36
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 15:06:27 UTC) #39
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/819a862c01939317d2bce4ca0823...

Powered by Google App Engine
This is Rietveld 408576698