Closed
Bug 640201
Opened 14 years ago
Closed 14 years ago
mGeolocation should NOT be set before Init() is called
Categories
(Core :: DOM: Geolocation, defect)
Core
DOM: Geolocation
Tracking
()
VERIFIED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
(Whiteboard: [land-fennec-4.1?])
Attachments
(1 file)
1021 bytes,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
If Init() fails, then the next request for geolocation will return an uninit'ed object. This doesn't happen in practice, but could.
Assignee | ||
Comment 1•14 years ago
|
||
this doesn't happen in the wild with our geolocation provider, but could happen. defensive at best.
Attachment #520666 -
Flags: review?(jst)
related to Bug 628131 ? bug 613954? (see comment 22)
Just a fyi, I have crashed on microsoft's geolocation page:
http://ie.microsoft.com/testdrive/HTML5/Geolocation/Default.html
Updated•14 years ago
|
Attachment #520666 -
Flags: review?(jst) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [land-fennec-4.1?]
No way to test this, as far as I understand it -- VERIFIED FIXED
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•