Closed
Bug 547486
Opened 16 years ago
Closed 2 years ago
Add offline tag to window title when working offline
Categories
(Camino Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alqahira, Unassigned)
References
Details
We have the OfflineTitleFormat string (and I think we used to have code, but it was removed in a cleanup) for updating window titles with "[Working Offline]" when the user is in offline mode. This would be a nice, more visible way to help indicate that Camino is in offline mode, and we should think about hooking it up again now that offline mode is useful.
| Reporter | ||
Comment 1•16 years ago
|
||
The other thing we might think about doing here, in addition to the title changes (but possibly before them, coding-wise) is to offer Growl users Growl alerts for online/offline.
Depends on: 547485
Comment 2•16 years ago
|
||
This is a very good suggestion which is not only good for Mac and Camino, but all products (web browser and mail client). So I've filed the same request for other products: bug 574653, bug 574655 and bug 574666.
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #0)
> We have the OfflineTitleFormat string (and I think we used to have code, but
> it was removed in a cleanup) for updating window titles with "[Working
> Offline]" when the user is in offline mode.
Stuart ripped (most of) the old code out in bug 368934; the string and the notification in MainController stayed (but I removed the notification in bug 156552).
FWIW, and contra Stuart's argument in that bug, I don't think we need to change the title of every tab when we go offline; I really think we should only modify the title of the browser window. That may prove difficult in practice, however.
You need to log in
before you can comment on or make changes to this bug.
Description
•