RESOLVED FIXED Bug 36719
Web Inspector: Consolidate Tree Hierarchy Attribute HTML Generation
https://bugs.webkit.org/show_bug.cgi?id=36719
Summary Web Inspector: Consolidate Tree Hierarchy Attribute HTML Generation
Joseph Pecoraro
Reported 2010-03-28 03:12:18 PDT
Attribute HTML is generated in 3 different places: - updateTitle the core location (name+value, linkifies, and tooltips) - _addNewAttribute (blank name+value, no equals or quotes) - regenerateStyledAttribute (when tabbing, name+value, no linkify) These can become out of sync. They should be consolidated.
Attachments
[PATCH] Consolidate to _attributeHTML (6.28 KB, patch)
2010-03-28 03:14 PDT, Joseph Pecoraro
pfeldman: review+
Joseph Pecoraro
Comment 1 2010-03-28 03:14:35 PDT
Created attachment 51854 [details] [PATCH] Consolidate to _attributeHTML
Joseph Pecoraro
Comment 2 2010-03-28 03:36:35 PDT
Committed r56688 M WebCore/ChangeLog M WebCore/inspector/front-end/ElementsTreeOutline.js r56688 = 0b5ebc1a1afceb39553d882c9e6fb64e4bb8cb72 (trunk) http://trac.webkit.org/changeset/56688
Note You need to log in before you can comment on or make changes to this bug.