Closed
Bug 532078
Opened 15 years ago
Closed 9 years ago
Not possible to run X86 version of mozilla engine compiled for maemo
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 file)
463 bytes,
patch
|
Biesinger
:
review-
|
Details | Diff | Splinter Review |
On X86 conic does not trigger any connection values.
Function IsConnected always return false because
gInternalState == InternalState_Invalid
I think we should return PR_TRUE if environment is X86 or return TRUE if state is invalid...
Reporter | ||
Comment 1•15 years ago
|
||
Attachment #415379 -
Flags: review?(cbiesinger)
Comment 2•15 years ago
|
||
Why is gInternalState Invalid here?
Updated•15 years ago
|
Attachment #415379 -
Flags: review?(cbiesinger) → review-
Reporter | ||
Comment 3•15 years ago
|
||
I think because connectivity-library does not work as expected on X86 platform.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•