Bug 1376359 - Include the stylo pref in telemetry pings. r=gsvelto

This commit is contained in:
Bobby Holley 2017-06-28 18:33:51 -07:00
parent 17d45bd8e2
commit 716655ccab

View File

@ -217,6 +217,7 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
["layers.prefer-d3d9", {what: RECORD_PREF_VALUE}],
["layers.prefer-opengl", {what: RECORD_PREF_VALUE}],
["layout.css.devPixelsPerPx", {what: RECORD_PREF_VALUE}],
["layout.css.servo.enabled", {what: RECORD_PREF_VALUE}],
["network.proxy.autoconfig_url", {what: RECORD_PREF_STATE}],
["network.proxy.http", {what: RECORD_PREF_STATE}],
["network.proxy.ssl", {what: RECORD_PREF_STATE}],