[webkit-reviews] review granted: [Bug 49960] Web Inspector: [STYLES] invalid color values are not marked as such. : [Attachment 74676] [PATCH] Corrected solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 10:00:06 PST 2010


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 49960: Web Inspector: [STYLES] invalid color values are not marked as such.
https://bugs.webkit.org/show_bug.cgi?id=49960

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=74676&action=review

> WebCore/inspector/InspectorStyleSheet.cpp:448
> +		   bool shouldInactivate = false;

Please add following comment here:
Parsed property overrides any property with the same name. Non-parsed property
overrides previous non-parsed property with the same name.


More information about the webkit-reviews mailing list