Open Bug 490269 Opened 16 years ago Updated 3 years ago

Handle online/offline events in content loading

Categories

(Firefox :: General, defect)

x86
All
defect

Tracking

()

People

(Reporter: zbraniecki, Unassigned)

Details

Currently when Firefox 3 goes offline all documents that are being loaded are becoming broken and the new documents that will be requested after switching to offline will present "offline" error page. When we switch to online, nothing happens. What should happen (and what happens in Safari and Chrome) is that: 1) we reload "offline" pages 2) we continue loading content in tabs that are broken. I wrote a small extension(a) that deals with 1), but as far as I know 2) is currently impossible because we have no way to tell if the document was loaded properly or not (i.e. if images were downloaded or not or if externals style sheets were). The best would be to be able to continue loading by just loading the pieces that did not make it before the computer went offline, but easier solution would be just to reload the whole page. a) http://hg.mozilla.org/users/zbraniecki_mozilla.com/online-reload/
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.