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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 24 14:10:29 PDT 2014


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

           Summary: Merge CheckingContexts from SelectorCompiler and
                    SelectorChecker
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: benjamin at webkit.org, utatane.tea at gmail.com


Eventually SelectorCompiler::CheckingContext and SelectorChecker::SelectorCheckingContext should be made the same class.  

m_mode should be moved from SelectorChecker to SelectorChecker::SelectorCheckingContext because the compiled selectors need it, too.  
m_element should probably be moved from SelectorChecker::SelectorCheckingContext to SelectorChecker because the compiled selectors probably don't need it.
There might be some other things that need to move around as we compile all selectors.

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