[Webkit-unassigned] [Bug 88606] [Shadow DOM] Needs @host rule for ShadowDOM styling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 03:51:14 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88606
--- Comment #25 from Hajime Morrita <morrita at google.com> 2012-10-03 03:51:38 PST ---
(From update of attachment 166821)
View in context: https://bugs.webkit.org/attachment.cgi?id=166821&action=review
> Source/WebCore/css/StyleResolver.cpp:271
> + void addStyleRule(StyleRule*, bool hasDocumentSecurityOrigin, bool canUseFastCheckSelector, bool isInRegionRule = false, bool isHostRule = false);
Let's turn the multiple boolean into a enum as a bit mask. something like "true, false, true" on the call side is readability disaster.
--
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