зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892833 - Enable mozTCPSocket in the desktop runtime. r=dpreston
This commit is contained in:
Родитель
8f4498e9f2
Коммит
0006d15061
|
@ -41,6 +41,9 @@ pref("browser.offline-apps.notify", false);
|
||||||
pref("browser.cache.offline.enable", true);
|
pref("browser.cache.offline.enable", true);
|
||||||
pref("offline-apps.allow_by_default", true);
|
pref("offline-apps.allow_by_default", true);
|
||||||
|
|
||||||
|
// TCPSocket
|
||||||
|
pref("dom.mozTCPSocket.enabled", true);
|
||||||
|
|
||||||
// Enable smooth scrolling
|
// Enable smooth scrolling
|
||||||
pref("general.smoothScroll", true);
|
pref("general.smoothScroll", true);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче