Bug 11669 - fixes for some of the Node and Frame leaks seen on the leak-bot
Summary: fixes for some of the Node and Frame leaks seen on the leak-bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-21 09:54 PST by Darin Adler
Modified: 2006-11-21 22:09 PST (History)
0 users

See Also:


Attachments
patch that fixes some leaks I can reproduce locally (7.13 KB, patch)
2006-11-21 10:06 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-11-21 09:54:43 PST
I did some debugging on local layout tests, and I have some leak fixes for WebKit and DumpRenderTree.
Comment 1 Darin Adler 2006-11-21 10:06:29 PST
Created attachment 11597 [details]
patch that fixes some leaks I can reproduce locally
Comment 2 Darin Adler 2006-11-21 10:07:21 PST
Besides these leaks, I can reproduce some others that seem to be caused by NSHTMLReader code used when doing the copy operation -- I haven't figured out how to fix those yet.
Comment 3 Maciej Stachowiak 2006-11-21 10:18:01 PST
Comment on attachment 11597 [details]
patch that fixes some leaks I can reproduce locally

r=me
Comment 4 Darin Adler 2006-11-21 10:24:08 PST
Committed revision 17871.
Comment 5 Mark Rowe (bdash) 2006-11-21 22:09:12 PST
Bug 11236 is related to the NSHTMLReader leaks.