Closed
Bug 615642
Opened 15 years ago
Closed 15 years ago
forceOnline should be implemented on all platforms.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0b3+)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0b3+ | --- |
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
778 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Android can become stuck in offline mode even when there is a active network connection. On maemo, our implementations forces offline mode to false so that necko can try the network connection again.
I think we can easily make this function do the same thing everywhere.
However, i just don't understand why we need to toggle this flag at all. I recall some dumbass dialer code that we had to work around, but this forceOnline() method might be for something else.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #494064 -
Flags: review?(mark.finkle)
Comment 2•15 years ago
|
||
for background, this function was added in bug 530013
| Assignee | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Comment 3•15 years ago
|
||
Comment on attachment 494064 [details] [diff] [review]
patch v.1 - remove ifdefs
OK, let's see if this has any downside to non-mobile/desktop.
Attachment #494064 -
Flags: review?(mark.finkle) → review+
Updated•15 years ago
|
tracking-fennec: ? → 2.0b3+
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
Can someone please verify this bug?
You need to log in
before you can comment on or make changes to this bug.
Description
•