Bug 49540 - Web Inspector: extract HTML title setter in treeoutline.js
Summary: Web Inspector: extract HTML title setter in treeoutline.js
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: 2010-11-15 07:03 PST by Pavel Feldman
Modified: 2010-11-16 03:00 PST (History)
10 users (show)

See Also:


Attachments
[PATCH] Proposed change. (10.67 KB, patch)
2010-11-15 07:07 PST, Pavel Feldman
yurys: 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 2010-11-15 07:03:13 PST
Setting textContent is faster than setting innerHMTL since it does not involve HTML parsing.
Comment 1 Pavel Feldman 2010-11-15 07:07:16 PST
Created attachment 73890 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 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