Bug 49540

Summary: Web Inspector: extract HTML title setter in treeoutline.js
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change. yurys: review+

Pavel Feldman
Reported 2010-11-15 07:03:13 PST
Setting textContent is faster than setting innerHMTL since it does not involve HTML parsing.
Attachments
[PATCH] Proposed change. (10.67 KB, patch)
2010-11-15 07:07 PST, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2010-11-15 07:07:16 PST
Created attachment 73890 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-11-16 03:00:47 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/AuditResultView.js M WebCore/inspector/front-end/ElementsTreeOutline.js M WebCore/inspector/front-end/ObjectPropertiesSection.js M WebCore/inspector/front-end/ResourceView.js M WebCore/inspector/front-end/StylesSidebarPane.js M WebCore/inspector/front-end/WorkersSidebarPane.js M WebCore/inspector/front-end/treeoutline.js Committed r72072
Note You need to log in before you can comment on or make changes to this bug.