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

This commit is contained in:
Jeremias Bosch 2010-09-02 23:42:19 -04:00
parent e83baec097
commit 0caf1af992
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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
},