Bug 14511 - Destroy counter nodes faster when the document is being destroyed
Summary: Destroy counter nodes faster when the document is being destroyed
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 31790 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-03 06:12 PDT by mitz
Modified: 2013-05-15 15:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-07-03 06:12:08 PDT
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.
Comment 1 Timothy Hatcher 2009-12-04 10:57:27 PST
*** Bug 31790 has been marked as a duplicate of this bug. ***