Bug 586836 - Support Meego Network Managment [r=mfinkle]

This commit is contained in:
Jeremias Bosch 2010-09-02 23:42:19 -04:00
Родитель 0d8f57a20e
Коммит e90720b619
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -95,7 +95,7 @@ pref("network.http.max-connections", 6);
pref("network.http.max-connections-per-server", 4);
pref("network.http.max-persistent-connections-per-server", 4);
pref("network.http.max-persistent-connections-per-proxy", 4);
#ifdef MOZ_ENABLE_LIBCONIC
#ifdef MOZ_PLATFORM_MAEMO
pref("network.autodial-helper.enabled", true);
#endif

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

@ -208,7 +208,7 @@ let Util = {
// Put the Mozilla networking code into a state that will kick the auto-connection
// process.
forceOnline: function forceOnline() {
#ifdef MOZ_ENABLE_LIBCONIC
#ifdef MOZ_PLATFORM_MAEMO
Services.io.offline = false;
#endif
},