Better Offline Mode: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Reverted edit of Picklesworth Bluxo, changed back to last version by Darin)
 
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
=== Low-hanging fruit ===
=== Low-hanging fruit ===


* Do not discard cached content when we have a network connection failure. ({{bug|189570}} and {{bug|278007}})
* Do not discard cached content when we have a network connection failure. (<del>{{bug|189570}}</del> and <del>{{bug|278007}}</del>)
* Automatically reload PAC file when changing networks, or at least reload the PAC file when we encounter a network connection failure. ({{bug|243277}} and {{bug|125875}})
* Automatically reload PAC file when changing networks, or at least reload the PAC file when we encounter a network connection failure. ({{bug|243277}} and {{bug|125875}})
* really i must say - firefox just sucks ass when working offline - its quite useless!


=== Nice to have ===
=== Nice to have ===


* Detect offline/online state changes from OS, and put browser in offline/online mode. ({{bug|76111}})
* Detect offline/online state changes from OS, and put browser in offline/online mode. ({{bug|76111}} and {{bug|312793}})

Latest revision as of 21:36, 15 January 2007

Overview

Historically, Firefox and other Mozilla-based products have not handled disconnected operation, flaky network conditions, or network configuration changes well. Several extensions help to ease some of these problems, but it would be nice to have something built into Mozilla to better deal with these sorts of conditions.

Low-hanging fruit

  • Do not discard cached content when we have a network connection failure. (bug 189570 and bug 278007)
  • Automatically reload PAC file when changing networks, or at least reload the PAC file when we encounter a network connection failure. (bug 243277 and bug 125875)

Nice to have

  • Detect offline/online state changes from OS, and put browser in offline/online mode. (bug 76111 and bug 312793)