[webkit-reviews] review granted: [Bug 105752] Move visited link-checking (and caching) code out of SelectorChecker. : [Attachment 180773] Introduced VistedLinkState.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 09:21:31 PST 2012


Antti Koivisto <koivisto at iki.fi> has granted Dimitri Glazkov (Google)
<dglazkov at chromium.org>'s request for review:
Bug 105752: Move visited link-checking (and caching) code out of
SelectorChecker.
https://bugs.webkit.org/show_bug.cgi?id=105752

Attachment 180773: Introduced VistedLinkState.
https://bugs.webkit.org/attachment.cgi?id=180773&action=review

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


Looks good.

> Source/WebCore/dom/VisitedLinkState.h:49
> +    void invalidateStylesForAllLinks();
> +    void invalidateStylesForLink(LinkHash);

Maybe singular Style?


More information about the webkit-reviews mailing list