[webkit-reviews] review granted: [Bug 136838] Return early in SelectorChecker::checkOne() if selector.isAttributeSelector() is true : [Attachment 238142] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 17:01:52 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 136838: Return early in SelectorChecker::checkOne() if
selector.isAttributeSelector() is true
https://bugs.webkit.org/show_bug.cgi?id=136838

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

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
Please do not optimize SelectorChecker, it is *completely* untested.

The rule for SelectorChecker is now to make it correct no matter how slow
"correct" is.


More information about the webkit-reviews mailing list