[Webkit-unassigned] [Bug 103040] Web Inspector: Can we provide an interface to update the "Metrics" and "Highlight Overlay" according to the change of inspected page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 21:00:17 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103040





--- Comment #8 from Pavel Feldman <pfeldman at chromium.org>  2012-11-22 21:02:20 PST ---
We should not update entire document on an attribute change. There are explicit and implicit arguments changes (setAttribute and say changing style via CSS OM). We detect first via instrumenting DOM mutation and we have special handling for the latter. What attribute of DOM changes and why in your case? I.e. what part of WebCore obsoletes the old value and computes the new one?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list