Bug 1844652 - Part 1: Enable dom.push.enabled in StaticPrefList r=dom-worker-reviewers,geckoview-reviewers,smaug,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D184149
This commit is contained in:
Kagami Sascha Rosylight 2023-07-24 03:01:41 +00:00
parent d2a61d9c63
commit 0b1f1cda2f
3 changed files with 3 additions and 9 deletions

View File

@ -2138,9 +2138,6 @@ pref("view_source.tab", true);
pref("dom.serviceWorkers.enabled", true);
// Enable Push API.
pref("dom.push.enabled", true);
// These are the thumbnail width/height set in about:newtab.
// If you change this, ENSURE IT IS THE SAME SIZE SET
// by about:newtab. These values are in CSS pixels.

View File

@ -39,9 +39,6 @@ pref("dom.webshare.enabled", true);
// Enable capture attribute for file input.
pref("dom.capture.enabled", true);
// Disable Web Push until we get it working
pref("dom.push.enabled", true);
// Inherit locale from the OS, used for multi-locale builds
pref("intl.locale.requested", "");

View File

@ -3330,7 +3330,7 @@
# Push
- name: dom.push.enabled
type: RelaxedAtomicBool
value: false
value: true
mirror: always
# This enables the SVGPathSeg APIs
@ -4580,7 +4580,7 @@
type: RelaxedAtomicBool
value: @IS_NOT_ANDROID@
mirror: always
# Is the 'assign' API for slot element enabled?
- name: dom.shadowdom.slot.assign.enabled
type: bool
@ -4691,7 +4691,7 @@
type: bool
value: true
mirror: always
- name: dom.window.clientinformation.enabled
type: bool
value: true