Closed
Bug 643429
Opened 14 years ago
Closed 14 years ago
Remove IsBetterLocation functionality
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
(Whiteboard: [land-fennec-4.1?])
Attachments
(1 file)
7.44 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
the IsBetterLocation functionality in gecko is suppose to filter out locations that haven't change *much*. The idea was that you might have n geolocation providers all giving gecko different location data. this code is suppose to figure out which location is better than the others. However, this is broken in a few ways. 1) accuracy data isn't normalize between location providers 2) most firefox installations only have one provider 3) the code sometimes filters locations that shouldn't be filtered resulting in webpages not getting data when they should We need to remove this functionality.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → doug.turner
Assignee | ||
Updated•14 years ago
|
Attachment #520653 -
Flags: review?(jst)
Updated•14 years ago
|
Attachment #520653 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/7c996666a930
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [land-fennec-4.1?]
You need to log in
before you can comment on or make changes to this bug.
Description
•