Bug 1771630 - Remove unused fission.frontend.* prefs. r=preferences-reviewers,Gijs

Differential Revision: https://phabricator.services.mozilla.com/D147581
This commit is contained in:
Tetsuharu Ohzeki 2022-05-30 12:06:57 +00:00
Родитель 2cf41e9f42
Коммит c1a4287503
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -2216,16 +2216,6 @@ pref("app.normandy.onsync_skew_sec", 600);
pref("intl.multilingual.aboutWelcome.languageMismatchEnabled", false);
#endif
// Simulate conditions that will happen when the browser
// is running with Fission enabled. This is meant to assist
// development and testing of Fission.
// The current simulated conditions are:
// - Don't propagate events from subframes to JS child actors
pref("fission.frontend.simulate-events", false);
// - Only deliver subframe messages that specifies
// their destination (using the BrowsingContext id).
pref("fission.frontend.simulate-messages", false);
// Coverage ping is disabled by default.
pref("toolkit.coverage.enabled", false);
pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org");