[Webkit-unassigned] [Bug 88606] [Shadow DOM] Needs @host rule for ShadowDOM styling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 02:26:48 PDT 2012


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





--- Comment #27 from Takashi Sakamoto <tasak at google.com>  2012-10-09 02:27:24 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.

I see.
Done.

-- 
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