[Webkit-unassigned] [Bug 246827] New: [JSC] Enable Options::useShadowRealms when WebAPIsInShadowRealms feature is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 13:15:11 PDT 2022


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

            Bug ID: 246827
           Summary: [JSC] Enable Options::useShadowRealms when
                    WebAPIsInShadowRealms feature is enabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: caitp at igalia.com

We have a WebCore-side experimental feature "WebAPIsInShadowRealms", which is automatically enabled for imported WPT tests.

However, we still fail those tests, because ShadowRealm is not exposed on the global object in JSC. Ideally, we'd have a way to enable all JSC experimental flags when WebCore experimental flags are enabled, but since this is (as far as I'm aware) the only case thus far where this is actually needed, it seems simpler to just temporarily come up with an easy way to make this happen and get tests passing.

-- 
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/20221020/3199f317/attachment.htm>


More information about the webkit-unassigned mailing list