mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834697 - Enable XBL scopes. r=bz
This commit is contained in:
parent
4b2b6d7fd1
commit
c5955b3ea2
@ -710,7 +710,7 @@ pref("dom.min_background_timeout_value", 1000);
|
||||
pref("dom.experimental_bindings", true);
|
||||
|
||||
// Run content XBL in a separate scope.
|
||||
pref("dom.xbl_scopes", false);
|
||||
pref("dom.xbl_scopes", true);
|
||||
|
||||
// Don't use new input types
|
||||
pref("dom.experimental_forms", false);
|
||||
|
Loading…
Reference in New Issue
Block a user