Closed
Bug 401907
Opened 17 years ago
Closed 17 years ago
Running Help->Check for updates... leaks
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: memory-leak)
Attachments
(3 files)
5.12 KB,
text/plain
|
Details | |
1.97 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
4.51 KB,
patch
|
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Running Help->Check for updates... leaks at least on non-official builds. Some nsXULElements and various XBL objects, and things which those keep alive, are leaked.
Comment 1•17 years ago
|
||
steps to reproduce Help -> Check for update -> Leak
Updated•17 years ago
|
Flags: blocking-firefox3?
Assignee | ||
Comment 2•17 years ago
|
||
So the problem might that http://lxr.mozilla.org/seamonkey/source/toolkit/mozapps/update/content/updates.xml has #update twice and something in XBL doesn't release things in that case.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → Olli.Pettay
Assignee | ||
Updated•17 years ago
|
Component: Software Update → XBL
Flags: blocking-firefox3?
Product: Firefox → Core
Assignee | ||
Comment 3•17 years ago
|
||
Attachment #289868 -
Flags: superreview?(bzbarsky)
Attachment #289868 -
Flags: review?(bzbarsky)
Updated•17 years ago
|
QA Contact: software.update → xbl
Assignee | ||
Comment 4•17 years ago
|
||
Comment on attachment 289868 [details] [diff] [review] proposed patch The reason to use the first ID (not last) is to be consistent with HTML's getElementById
Comment 5•17 years ago
|
||
Comment on attachment 289868 [details] [diff] [review] proposed patch Looks good, but can we please: 1) Add a mochitest for this (actually testing that the first binding with that id is used). 2) Get a bug filed on the XBL file in question.
Attachment #289868 -
Flags: superreview?(bzbarsky)
Attachment #289868 -
Flags: superreview+
Attachment #289868 -
Flags: review?(bzbarsky)
Attachment #289868 -
Flags: review+
Assignee | ||
Comment 6•17 years ago
|
||
(1) Will add (2) Bug 405044 blocks this one.
Assignee | ||
Comment 7•17 years ago
|
||
Assignee | ||
Comment 8•17 years ago
|
||
Comment on attachment 289904 [details] [diff] [review] with mochitest Fixing leak. If this gets approved, also Bug 405044 needs to be approved.
Attachment #289904 -
Flags: approval1.9?
Comment 9•17 years ago
|
||
Comment on attachment 289904 [details] [diff] [review] with mochitest a=beltzner for drivers
Attachment #289904 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•