[webkit-reviews] review granted: [Bug 119236] Only style sheets that participate in rendering should trigger style recalc when loaded. : [Attachment 207703] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 02:23:34 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 119236: Only style sheets that participate in rendering should trigger
style recalc when loaded.
https://bugs.webkit.org/show_bug.cgi?id=119236

Attachment 207703: Patch
https://bugs.webkit.org/attachment.cgi?id=207703&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=207703&action=review


> Source/WebCore/html/HTMLLinkElement.h:105
> +    enum SheetRenderingParticipation { None, SheetParticipatesInRendering,
SheetDoesNotParticipateInRendering };

Isn't it more like Unknown than None?


More information about the webkit-reviews mailing list