[webkit-reviews] review granted: [Bug 58342] Teach sub-selector chains about shadow descendants : [Attachment 90207] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 26 04:11:49 PDT 2011
Antti Koivisto <koivisto at iki.fi> has granted Dimitri Glazkov (Google)
<dglazkov at chromium.org>'s request for review:
Bug 58342: Teach sub-selector chains about shadow descendants
https://bugs.webkit.org/show_bug.cgi?id=58342
Attachment 90207: Patch
https://bugs.webkit.org/attachment.cgi?id=90207&action=review
------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=90207&action=review
r=me
> Source/WebCore/css/CSSParserValues.h:119
> bool isSimple() const { return !m_tagHistory && m_selector->isSimple();
}
> + bool hasShadowDescendant() const;
inline like the others?
More information about the webkit-reviews
mailing list