author | Jeremy Lempereur <jeremy.lempereur@gmail.com> |
Sun, 31 Dec 2017 21:18:29 +0100 | |
changeset 397613 | b3af16adba66d058fddf57e35f5fd91728b7c8e1 |
parent 397612 | 19c8ceb894b82584a8d6e18307a8c28db721ca47 |
child 397614 | d4e1ce4601357779d5ca1fa78e4c644b74ca7d46 |
push id | 57461 |
push user | chutten@mozilla.com |
push date | Wed, 03 Jan 2018 16:42:50 +0000 |
treeherder | autoland@d4e1ce460135 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | chutten |
bugs | 1413448 |
milestone | 59.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/content/aboutTelemetry.js +++ b/toolkit/content/aboutTelemetry.js @@ -1276,16 +1276,17 @@ var Histogram = { var Search = { HASH_SEARCH: "search=", // A list of ids of sections that do not support search. blacklist: [ + "chrome-hangs-section", "raw-payload-section" ], // Pass if: all non-empty array items match (case-sensitive) isPassText(subject, filter) { for (let item of filter) { if (item.length && subject.indexOf(item) < 0) { return false; // mismatch and not a spurious space