Bug 1351383 Part 1: Define a new histogram to measure usage of css box align props in block containers. draft
authorBrad Werth <bwerth@mozilla.com>
Tue, 25 Apr 2017 15:58:28 -0700
changeset 569008 8a9b183144893904c3fb5a81278cbb249f296799
parent 568807 a477e80f03b61be9961bc61770a2b55cce139b91
child 569009 8c7094c6bd1a8d8543b4f211d8d6a6f3cb9e1f28
push id56053
push userbwerth@mozilla.com
push dateWed, 26 Apr 2017 21:54:03 +0000
bugs1351383
milestone55.0a1
Bug 1351383 Part 1: Define a new histogram to measure usage of css box align props in block containers. MozReview-Commit-ID: L9TtQLj4dWi
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -220,16 +220,24 @@
     "description": "Maximum number of concurrent threads reached during a given download session"
   },
   "BLOCKLIST_SYNC_FILE_LOAD": {
     "alert_emails": ["rvitillo@mozilla.com"],
     "expires_in_version": "35",
     "kind": "boolean",
     "description": "blocklist.xml has been loaded synchronously *** No longer needed (bug 1156565). Delete histogram and accumulation code! ***"
   },
+  "BOX_ALIGN_PROPS_IN_BLOCKS_FLAG": {
+    "alert_emails": ["bwerth@mozilla.com"],
+    "bug_numbers": [1351383],
+    "releaseChannelCollection": "opt-out",
+    "expires_in_version": "57",
+    "kind": "boolean",
+    "description": "Whether we have layed out any display:block containers with not-yet-supported properties from CSS Box Align."
+  },
   "CHECKERBOARD_DURATION": {
     "alert_emails": ["kgupta@mozilla.com"],
     "bug_numbers": [1238040],
     "expires_in_version": "58",
     "kind": "exponential",
     "high": 100000,
     "n_buckets": 50,
     "description": "Duration of a checkerboard event in milliseconds"