bug 1265000 - Record dom.max_script_run_time pref in Telemetry Environment. data=bsmedberg, r=felipe

Users who have this pref set to a non-default value have a different slow
script experience than the others.

This preference is generally set as a flag: it is only ever changed at most
one time in a profile, so it shouldn't appreciably increase subsession splits.

MozReview-Commit-ID: FoQXvd9eSh

--HG--
extra : transplant_source : 1AAn%9C%BCD%28%0E%3B%B9zI%18%E8%D4%B4%3C%7Cv
extra : histedit_source : 3533f8feef4b95dfdcda71cdd84310d9a331e181
This commit is contained in:
Chris H-C 2016-04-15 12:16:09 -04:00
parent 50fdb00a05
commit 5427bbcdcd

View File

@ -126,6 +126,7 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
["dom.ipc.plugins.asyncInit.enabled", {what: RECORD_PREF_VALUE}],
["dom.ipc.plugins.enabled", {what: RECORD_PREF_VALUE}],
["dom.ipc.processCount", {what: RECORD_PREF_VALUE, requiresRestart: true}],
["dom.max_script_run_time", {what: RECORD_PREF_VALUE}],
["experiments.manifest.uri", {what: RECORD_PREF_VALUE}],
["extensions.autoDisableScopes", {what: RECORD_PREF_VALUE}],
["extensions.enabledScopes", {what: RECORD_PREF_VALUE}],