Closed
Bug 488806
Opened 16 years ago
Closed 16 years ago
network geolocation can spam server
Categories
(Core :: DOM: Geolocation, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
993 bytes,
patch
|
jst
:
review+
jst
:
superreview+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
if you reload a page over and over, we never remove our listener to the wifi scanner which results in many more updates than request.
basically, we should only call startWatching after we create the wifi_service.
Flags: blocking1.9.1?
Attachment #373267 -
Flags: review?(jst)
Assignee | ||
Comment 1•16 years ago
|
||
updating summary to be less scary. it only is somewhat bad if you have a user hitting reload a dozens and dozens of times.
Summary: network geolocation spams server → network geolocation can spam server
Comment 2•16 years ago
|
||
Not gonna block b4 on this, but we'd take it if it gets done in time.
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P2
Assignee | ||
Comment 3•16 years ago
|
||
right, no need to block beta for this.
Updated•16 years ago
|
Attachment #373267 -
Flags: superreview+
Attachment #373267 -
Flags: review?(jst)
Attachment #373267 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Attachment #373267 -
Flags: approval1.9.1?
Assignee | ||
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Comment on attachment 373267 [details] [diff] [review]
patch v.1
a191=beltzner
Attachment #373267 -
Flags: approval1.9.1? → approval1.9.1+
Assignee | ||
Comment 6•16 years ago
|
||
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•