RESOLVED FIXED Bug 49540
Web Inspector: extract HTML title setter in treeoutline.js
https://bugs.webkit.org/show_bug.cgi?id=49540
Summary Web Inspector: extract HTML title setter in treeoutline.js
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.