RESOLVED FIXED 155425
Web Inspector: Reduce unnecessary dashboard repaints
https://bugs.webkit.org/show_bug.cgi?id=155425
Summary Web Inspector: Reduce unnecessary dashboard repaints
Nikita Vasilyev
Reported 2016-03-13 23:45:39 PDT
https://github.com/WebKit/webkit/blob/c31a868df2acf45ef91ca6390c06ef2aca7e90e4/Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.js#L104-L111 Object.defineProperty(item, "text", { set: function(newText) { if (newText === item.outlet.textContent) return; item.outlet.textContent = newText; } }); `newText` is always a number for console log, warning, and error counters.
Attachments
Patch (1.54 KB, patch)
2016-03-13 23:48 PDT, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2016-03-13 23:46:03 PDT
Nikita Vasilyev
Comment 2 2016-03-13 23:48:51 PDT
WebKit Commit Bot
Comment 3 2016-03-14 04:38:00 PDT
Comment on attachment 273930 [details] Patch Clearing flags on attachment: 273930 Committed r198113: <http://trac.webkit.org/changeset/198113>
WebKit Commit Bot
Comment 4 2016-03-14 04:38:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.