[webkit-reviews] review requested: [Bug 62294] Web Inspector: Implement content history tracking for inline CSS stylesheets (including "via inspector" ones) : [Attachment 100495] [PATCH] Suggested solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 12 09:09:16 PDT 2011


Alexander Pavlov (apavlov) <apavlov at chromium.org> has asked  for review:
Bug 62294: Web Inspector: Implement content history tracking for inline CSS
stylesheets (including "via inspector" ones)
https://bugs.webkit.org/show_bug.cgi?id=62294

Attachment 100495: [PATCH] Suggested solution
https://bugs.webkit.org/attachment.cgi?id=100495&action=review

------- Additional Comments from Alexander Pavlov (apavlov)
<apavlov at chromium.org>
The suggested solution does not update line numbers in CSSStyleRules added into
inline stylesheets (since they were not parsed from the stylesheet text),
forcing them to always be 0. We could always reparse the stylesheet text but
this would cancel all the existing rule data (including disabled properties).


More information about the webkit-reviews mailing list