author | Kaku Kuo <kaku@mozilla.com> |
Tue, 07 Feb 2017 18:19:23 +0800 | |
changeset 341326 | bec479e9ea4a1468913228e59785787f02452463 |
parent 341325 | 876e2bc7fc06bfa461d527de7262072cb014ec82 |
child 341327 | 0be683b20bf126dc7086d88397240cd62e317bf2 |
push id | 86684 |
push user | cbook@mozilla.com |
push date | Wed, 08 Feb 2017 10:31:03 +0000 |
treeherder | mozilla-inbound@c5b88e4e70f4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg, gerald |
bugs | 1337301 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -9226,22 +9226,30 @@ "keyed": true, "kind": "exponential", "high": 10000, "n_buckets": 100, "bug_numbers": [1294349] }, "VIDEO_AS_CONTENT_SOURCE" : { "alert_emails": ["ajones@mozilla.com", "kaku@mozilla.com"], - "expires_in_version": "56", + "expires_in_version": "58", "description": "Usage of a {visible / invisible} video element as the source of {drawImage(), createPattern(), createImageBitmap() and captureStream()} APIs. (0 = ALL_VISIBLE, 1 = ALL_INVISIBLE, 2 = drawImage_VISIBLE, 3 = drawImage_INVISIBLE, 4 = createPattern_VISIBLE, 5 = createPattern_INVISIBLE, 6 = createImageBitmap_VISIBLE, 7 = createImageBitmap_INVISIBLE, 8 = captureStream_VISIBLE, 9 = captureStream_INVISIBLE)", "kind": "enumerated", "n_values": 12, "bug_numbers": [1299718] }, + "VIDEO_AS_CONTENT_SOURCE_IN_TREE_OR_NOT" : { + "alert_emails": ["ajones@mozilla.com", "kaku@mozilla.com"], + "expires_in_version": "58", + "description": "Usage of an invisible {in tree / not in tree} video element as the source of {drawImage(), createPattern(), createImageBitmap() and captureStream()} APIs. (0 = ALL_IN_TREE, 1 = ALL_NOT_IN_TREE, 2 = drawImage_IN_TREE, 3 = drawImage_NOT_IN_TREE, 4 = createPattern_IN_TREE, 5 = createPattern_NOT_IN_TREE, 6 = createImageBitmap_IN_TREE, 7 = createImageBitmap_NOT_IN_TREE, 8 = captureStream_IN_TREE, 9 = captureStream_NOT_IN_TREE)", + "kind": "enumerated", + "n_values": 12, + "bug_numbers": [1337301] + }, "VIDEO_UNLOAD_STATE": { "alert_emails": ["ajones@mozilla.com"], "expires_in_version": "55", "kind": "enumerated", "n_values": 5, "description": "HTML Media Element state when unloading. ended = 0, paused = 1, stalled = 2, seeking = 3, other = 4", "bug_numbers": [1261955, 1261955] },