RESOLVED FIXED 7331
CSS parser leaks when parsing incorrect CSS
https://bugs.webkit.org/show_bug.cgi?id=7331
Summary CSS parser leaks when parsing incorrect CSS
Darin Adler
Reported 2006-02-17 19:38:43 PST
As you can see on the buildbot, there are CSS parser leaks that occur when running layout tests. I have a fix for these under development.
Attachments
patch, including change log (92.85 KB, patch)
2006-02-18 15:44 PST, Darin Adler
eric: review+
Darin Adler
Comment 1 2006-02-18 14:49:29 PST
My forthcoming patch requires the patch in bug 7345.
Darin Adler
Comment 2 2006-02-18 15:44:38 PST
Created attachment 6593 [details] patch, including change log
Eric Seidel (no email)
Comment 3 2006-02-20 17:30:58 PST
Comment on attachment 6593 [details] patch, including change log Looks great. Went over it in person. One error found with - m_stylesheetDoc = 0; in void XSLStyleSheetImpl::clearDocuments() We'll also need to make sure we performance test before landing. r=me.
Note You need to log in before you can comment on or make changes to this bug.