зеркало из https://github.com/mozilla/pjs.git
Bug 586836 - Support Meego Network Managment [r=mfinkle]
This commit is contained in:
Родитель
0d8f57a20e
Коммит
e90720b619
|
@ -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
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче