Bug 892833 - Enable mozTCPSocket in the desktop runtime. r=dpreston

This commit is contained in:
Marco Castelluccio 2013-08-06 17:56:19 -04:00
Родитель 8f4498e9f2
Коммит 0006d15061
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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);