mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 586836 - Support Meego Network Managment [r=mfinkle]
This commit is contained in:
parent
e83baec097
commit
0caf1af992
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user