|
|
Chromium Code Reviews
DescriptionAdd UseCounter for WebBluetooth
This CL adds UseCounter for WebBluetooth's requestDevice() function. It
can help us know how often the WebBluetooth feature is used on web pages.
BUG=660309
Committed: https://crrev.com/6e569bd13f93845119ff051a6050888a65df16c7
Cr-Commit-Position: refs/heads/master@{#428898}
Patch Set 1 : add UseCounter for WebBluetooth #
Total comments: 2
Patch Set 2 : address comments #Patch Set 3 : rebase #
Messages
Total messages: 34 (20 generated)
The CQ bit was checked by juncai@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
juncai@chromium.org changed reviewers: + scheib@chromium.org
Please take a look.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2457653004/diff/1/third_party/WebKit/Source/m... File third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp (right): https://codereview.chromium.org/2457653004/diff/1/third_party/WebKit/Source/m... third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp:180: UseCounter::count(context, UseCounter::WebBluetoothRequestDevice); Instead of using this here, use IDL MeasureAs extended attribute: https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/So...
The CQ bit was checked by juncai@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2457653004/diff/1/third_party/WebKit/Source/m... File third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp (right): https://codereview.chromium.org/2457653004/diff/1/third_party/WebKit/Source/m... third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp:180: UseCounter::count(context, UseCounter::WebBluetoothRequestDevice); On 2016/10/28 23:20:35, scheib wrote: > Instead of using this here, use IDL MeasureAs extended attribute: > > https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/So... > Done.
juncai@chromium.org changed reviewers: + dcheng@chromium.org
dcheng@chromium.org: Please review changes in //third_party/WebKit/Source/core/frame/UseCounter.h
UseCounter.h lgtm
histograms LGTM
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
ortuno@chromium.org changed reviewers: + haraken@chromium.org, ortuno@chromium.org
bluetooth lgm
drive-by bluetooth lgtm for realz
LGTM
The CQ bit was checked by juncai@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for third_party/WebKit/Source/core/frame/UseCounter.h:
While running git apply --index -3 -p1;
error: patch failed: third_party/WebKit/Source/core/frame/UseCounter.h:1388
Falling back to three-way merge...
Applied patch to 'third_party/WebKit/Source/core/frame/UseCounter.h' with
conflicts.
U third_party/WebKit/Source/core/frame/UseCounter.h
Patch: third_party/WebKit/Source/core/frame/UseCounter.h
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h
b/third_party/WebKit/Source/core/frame/UseCounter.h
index
4baee8532b2b565d08103f17c4262dcb8532f674..9315ed3fa9a0b4a8e39767fc40551bbb185c5bc2
100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1388,6 +1388,7 @@ class CORE_EXPORT UseCounter {
ScriptWithCSPBypassingSchemeParserInserted = 1666,
ScriptWithCSPBypassingSchemeNotParserInserted = 1667,
DocumentCreateElement2ndArgStringHandling = 1668,
+ WebBluetoothRequestDevice = 1669,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
The CQ bit was checked by juncai@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by juncai@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from haraken@chromium.org, scheib@chromium.org, ortuno@chromium.org, dcheng@chromium.org Link to the patchset: https://codereview.chromium.org/2457653004/#ps40001 (title: "rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Add UseCounter for WebBluetooth This CL adds UseCounter for WebBluetooth's requestDevice() function. It can help us know how often the WebBluetooth feature is used on web pages. BUG=660309 ========== to ========== Add UseCounter for WebBluetooth This CL adds UseCounter for WebBluetooth's requestDevice() function. It can help us know how often the WebBluetooth feature is used on web pages. BUG=660309 Committed: https://crrev.com/6e569bd13f93845119ff051a6050888a65df16c7 Cr-Commit-Position: refs/heads/master@{#428898} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/6e569bd13f93845119ff051a6050888a65df16c7 Cr-Commit-Position: refs/heads/master@{#428898} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
