Bug 31160 - Web Inspector: speed up Timeline's Clear by a factor of thousands.
Summary: Web Inspector: speed up Timeline's Clear by a factor of thousands.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 03:19 PST by Pavel Feldman
Modified: 2009-11-05 07:58 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] (1.04 KB, patch)
2009-11-05 03:21 PST, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-11-05 03:19:47 PST
Element.prototype.removeChildren = function()
{
    this.innerHTML = "";
}
Comment 1 Pavel Feldman 2009-11-05 03:21:45 PST
Created attachment 42553 [details]
[PATCH]
Comment 2 Pavel Feldman 2009-11-05 07:58:57 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/utilities.js
Committed r50564