Bug 14511
Summary: | Destroy counter nodes faster when the document is being destroyed | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | igor.oliveira, john |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
WebKit spends a lot of time in CounterNode::recount() when a Web Inspector window with a long source listing is closed. You should skip all of the counter maintenance when the document is being destroyed and just destroy the counter nodes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
*** Bug 31790 has been marked as a duplicate of this bug. ***