[Webkit-unassigned] [Bug 135255] Merge CheckingContexts from SelectorCompiler and SelectorChecker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 26 04:02:12 PDT 2014


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


Yusuke Suzuki <utatane.tea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |135293




--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com>  2014-07-26 04:02:25 PST ---
This looks really nice!
I think we can remove SelectorChecker::CheckingContext third parameter, visitedMatchType. Only when the mode is QueryingRules, we pass VisitedMatchDisabled value to this constructor.
When mode is moved to this CheckingContext, we can determine this value by `mode == QueryingRules ? VisitedMatchDisabled : VisitedMatchEnabled`!

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