Closed
Bug 915835
Opened 12 years ago
Closed 12 years ago
fix event listener leak in socialmark xbl handler
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(firefox28 unaffected, firefox29+ fixed, firefox30 fixed)
RESOLVED
FIXED
Firefox 30
| Tracking | Status | |
|---|---|---|
| firefox28 | --- | unaffected |
| firefox29 | + | fixed |
| firefox30 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
|
2.40 KB,
patch
|
markh
:
review+
Sylvestre
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The load eventlistener is not released due to use of bind()
| Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → mixedpuppy
Attachment #803923 -
Flags: review?(felipc)
Updated•12 years ago
|
Attachment #803923 -
Flags: review?(felipc) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
| Assignee | ||
Comment 4•12 years ago
|
||
I regressed this fix in bug 940155 and didn't discover it until now in 29 (Australis). New fix coming...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•12 years ago
|
||
This will need uplift to 29 as well.
Attachment #803923 -
Attachment is obsolete: true
Attachment #8390918 -
Flags: review?(mhammond)
Updated•12 years ago
|
Attachment #8390918 -
Flags: review?(mhammond) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Updated•12 years ago
|
Comment 7•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 8390918 [details] [diff] [review]
event handler fixes
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 940155
User impact if declined: users of a soon-to-be-released-for-fx28 provider will experience some broken behavior due to repeated/invalid events caused by the leak
Testing completed (on m-c, etc.): fx-team and m-c
Risk to taking this patch (and alternatives if risky): low
String or IDL/UUID changes made by this patch: none
Attachment #8390918 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
status-firefox30:
--- → fixed
Updated•12 years ago
|
Attachment #8390918 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 8390918 [details] [diff] [review]
event handler fixes
This got approved but not landed before beta 29 uplift, request beta approval now so it can land early there. I've verified the fix in fx30.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 940155
User impact if declined: users of a soon-to-be-released-for-fx28 provider will experience some broken behavior due to repeated/invalid events caused by the leak
Testing completed (on m-c, etc.): fx-team and m-c
Risk to taking this patch (and alternatives if risky): low
String or IDL/UUID changes made by this patch: none
Attachment #8390918 -
Flags: approval-mozilla-beta?
Updated•12 years ago
|
Attachment #8390918 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
| Assignee | ||
Comment 10•12 years ago
|
||
Updated•12 years ago
|
Target Milestone: Firefox 26 → Firefox 30
Updated•12 years ago
|
QA Whiteboard: [qa-]
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•