Closed
Bug 852600
Opened 12 years ago
Closed 12 years ago
nsHTMLEditor does not traverse or unlink mStyleSheets
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
1.44 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
I noticed this while investigating incremental CC leaks. Sadly this does not actually fix the leak. ;)
Attachment #726778 -
Flags: review?(ehsan)
Comment 2•12 years ago
|
||
(In reply to comment #1)
> Created attachment 726778 [details] [diff] [review]
> --> https://bugzilla.mozilla.org/attachment.cgi?id=726778&action=edit
> traverse/unlink it
>
> I noticed this while investigating incremental CC leaks. Sadly this does not
> actually fix the leak. ;)
So what does?
Updated•12 years ago
|
Attachment #726778 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 3•12 years ago
|
||
> So what does?
Well, I basically rewrote the cycle collector in my local patch queue so it could be any number of things. ;) Thanks for the review!
Comment 4•12 years ago
|
||
(In reply to comment #3)
> > So what does?
> Well, I basically rewrote the cycle collector in my local patch queue so it
> could be any number of things. ;)
Is this the incremental CC stuff?
Assignee | ||
Comment 5•12 years ago
|
||
Yup. Right now it is leaking even when I'm not running it incrementally so something is pretty awry with my patches.
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•