Skip to content

Commit

Permalink
Bug 1567581 - Add fission pref in the telemetry environment. r=NeilDe…
Browse files Browse the repository at this point in the history
…akin

Differential Revision: https://phabricator.services.mozilla.com/D40077

--HG--
extra : moz-landing-system : lando
  • Loading branch information
layely committed Sep 7, 2019
1 parent e40edba commit 3746646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions toolkit/components/telemetry/app/TelemetryEnvironment.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
["extensions.update.url", { what: RECORD_PREF_VALUE }],
["extensions.update.background.url", { what: RECORD_PREF_VALUE }],
["extensions.screenshots.disabled", { what: RECORD_PREF_VALUE }],
["fission.autostart", { what: RECORD_PREF_VALUE }],
["general.config.filename", { what: RECORD_DEFAULTPREF_STATE }],
["general.smoothScroll", { what: RECORD_PREF_VALUE }],
["gfx.direct2d.disabled", { what: RECORD_PREF_VALUE }],
Expand Down
1 change: 1 addition & 0 deletions toolkit/components/telemetry/docs/data/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ The following is a partial list of collected preferences.

- ``browser.zoom.full`` (deprecated): True if zoom is enabled for both text and images, that is if "Zoom Text Only" is not enabled. Defaults to true. This preference was collected in Firefox 50 to 52 (`Bug 979323 <https://bugzilla.mozilla.org/show_bug.cgi?id=979323>`_).

- ``fission.autostart``: True if fission is enabled at startup. Default to false. For more information please visit `the project wiki page <https://wiki.mozilla.org/Project_Fission>`_.
attribution
~~~~~~~~~~~

Expand Down

0 comments on commit 3746646

Please sign in to comment.