Closed
Bug 440552
Opened 17 years ago
Closed 17 years ago
Auto-detect online status based on network interface status
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davida, Assigned: Bienvenu)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.26 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
If my net connection drops, thunderbird should automatically and gracefully go into offline mode (and not ask to download, as that would be pointless).
We need nsINetworkLinkService for OS X before we can do this, though.
Flags: blocking-thunderbird3+
| Reporter | ||
Comment 1•17 years ago
|
||
Update:
- OS X now can support this, and I'll submit a patch to enable the Windows behavior on Mac.
- Linux can't support this until NetworkManager can be trusted, which is hard according to 424626
- If the Linux user can trust NetworkManager, the pref "toolkit.networkmanager.disable" should be set to false, as well as the offline.autoDetect pref set to true.
Attachment #341992 -
Flags: review?
| Reporter | ||
Updated•17 years ago
|
Attachment #341992 -
Flags: review? → review?(bienvenu)
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 341992 [details] [diff] [review]
trivial pref change for mac
or I think we we could now just do #ifdef XP_UNIX
pref("offline.atoDetect", false);
#else
#endif
| Assignee | ||
Comment 3•17 years ago
|
||
Comment on attachment 341992 [details] [diff] [review]
trivial pref change for mac
I'll attach a tweaked patch
| Assignee | ||
Comment 4•17 years ago
|
||
Assignee: nobody → bienvenu
Attachment #341992 -
Attachment is obsolete: true
Attachment #343309 -
Flags: review?(bugzilla)
Attachment #341992 -
Flags: review?(bienvenu)
Updated•17 years ago
|
Attachment #343309 -
Flags: review?(bugzilla) → review+
Comment 5•17 years ago
|
||
I'm going to create a separate bug for creating an exception behavior for Linux users. This patch seems fine as is, however I think we can turn on Linux auto-detect with an added speed bump.
| Assignee | ||
Comment 6•17 years ago
|
||
landed
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•17 years ago
|
||
Bryan, if you could reference the linux bug here, that might help.
Comment 8•17 years ago
|
||
bug 460363 has the exception for linux users
You need to log in
before you can comment on or make changes to this bug.
Description
•