RESOLVED FIXED 97953
Kill transitive effects of SelectorChecker::checkOneSelector.
https://bugs.webkit.org/show_bug.cgi?id=97953
Summary Kill transitive effects of SelectorChecker::checkOneSelector.
Dimitri Glazkov (Google)
Reported 2012-09-28 16:44:19 PDT
Kill transitive effects of SelectorChecker::checkOneSelector.
Attachments
WIP (8.03 KB, patch)
2012-09-28 16:44 PDT, Dimitri Glazkov (Google)
no flags
Patch (9.85 KB, patch)
2012-10-01 14:41 PDT, Dimitri Glazkov (Google)
no flags
Patch (9.84 KB, patch)
2012-10-01 14:43 PDT, Dimitri Glazkov (Google)
no flags
Dimitri Glazkov (Google)
Comment 1 2012-09-28 16:44:47 PDT
Eric Seidel (no email)
Comment 2 2012-09-28 18:00:14 PDT
Nice!
Dimitri Glazkov (Google)
Comment 3 2012-10-01 14:41:17 PDT
Dimitri Glazkov (Google)
Comment 4 2012-10-01 14:43:27 PDT
Eric Seidel (no email)
Comment 5 2012-10-01 14:47:24 PDT
Comment on attachment 166548 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=166548&action=review > Source/WebCore/css/SelectorChecker.cpp:448 > + if (context.selector->m_match == CSSSelector::PseudoElement) { None of the other callers care about this block?
Dimitri Glazkov (Google)
Comment 6 2012-10-01 14:49:49 PDT
Comment on attachment 166548 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=166548&action=review >> Source/WebCore/css/SelectorChecker.cpp:448 >> + if (context.selector->m_match == CSSSelector::PseudoElement) { > > None of the other callers care about this block? Well, no -- since the code inside is operating on the assumption that it's looking at a pseudoelement selector :)
Eric Seidel (no email)
Comment 7 2012-10-01 15:33:51 PDT
Comment on attachment 166548 [details] Patch LGTM.
WebKit Review Bot
Comment 8 2012-10-01 15:54:16 PDT
Comment on attachment 166548 [details] Patch Clearing flags on attachment: 166548 Committed r130089: <http://trac.webkit.org/changeset/130089>
WebKit Review Bot
Comment 9 2012-10-01 15:54:19 PDT
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 11 2012-10-02 11:34:42 PDT
Re-opened since this is blocked by bug 98181
Note You need to log in before you can comment on or make changes to this bug.