[Webkit-unassigned] [Bug 142826] New: Introduce internal.querySelector[All]NoJIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 08:34:17 PDT 2015


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

            Bug ID: 142826
           Summary: Introduce internal.querySelector[All]NoJIT
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

Now, almost all selectors (even if it's very complicated) are compiled by CSS JIT.
To maintain non-JIT SelectorChecker and compare CSS JIT results with expected non-JIT results,
I propose new internal.API, internal.querySelectorNoJIT(root, selector) and internal.querySelectorAllNoJIT(root, selector).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150318/15240da7/attachment-0002.html>


More information about the webkit-unassigned mailing list