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

Unified Diff: tools/metrics/rappor/rappor.xml

Issue 2698723002: Add rappor logging for Device Orientation on security origins different from the main frame (Closed)
Patch Set: add DEviceMotion Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 4bc21a5520dc3979852dbc7256620f4baeb61029..032092f5f9c0eeb8d6a1f05eaee95922e415af7f 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -906,6 +906,15 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="DeviceSensors.DeviceMotionCrossOrigin"
+ type="ETLD_PLUS_ONE">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is using Device Motion API from a
+ frame with an origin different to that of the main frame.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE">
<owner>timvolodine@chromium.org</owner>
<summary>
@@ -913,6 +922,15 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="DeviceSensors.DeviceOrientationCrossOrigin"
+ type="ETLD_PLUS_ONE">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is using Device Orientation API from
+ a frame with an origin different to that of the main frame.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE">
<owner>wychen@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698