[Webkit-unassigned] [Bug 202021] New: [FTW, WinCairo] Support running tests in Release mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 19:40:52 PDT 2019


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

            Bug ID: 202021
           Summary: [FTW, WinCairo] Support running tests in Release mode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

In Bug 201597, we added new features to better lock down JSC features in the potentially untrusted WebContent process.

Unfortunately, this change included XPC Dictionary items used at startup to lock down JSC features before entering the main execution of the process. These changes were not done for the WinCairo or FTW ports.

We need to pass the state of the JIT and whether to enable certain JSC features at process launch. Since the XPC mechanisms we use on macOS and iOS do not exist on Windows, I am implementing them as command-line flags.

-- 
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/20190920/3cacd537/attachment.html>


More information about the webkit-unassigned mailing list