mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 729951 - WebAPI does not refresh as offline when device switches from online to offline, r=mark.finkle
This commit is contained in:
parent
c43c50a21d
commit
4edd687994
@ -761,3 +761,6 @@ pref("ui.zooming.animation_frames", "");
|
||||
|
||||
// Enable accessibility mode if platform accessibility is enabled.
|
||||
pref("accessibility.accessfu", 2);
|
||||
|
||||
// Mobile manages state by autodetection
|
||||
pref("network.manage-offline-status", true);
|
||||
|
@ -691,3 +691,6 @@ pref("browser.dom.window.dump.enabled", false);
|
||||
// controls if we want camera support
|
||||
pref("device.camera.enabled", true);
|
||||
pref("media.realtime_decoder.enabled", true);
|
||||
|
||||
// Mobile manages state by autodetection
|
||||
pref("network.manage-offline-status", true);
|
||||
|
Loading…
Reference in New Issue
Block a user