[Webkit-unassigned] [Bug 188333] New: Make sandbox caching backwards deployable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 5 14:16:51 PDT 2018


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

            Bug ID: 188333
           Summary: Make sandbox caching backwards deployable
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: benton_richards at apple.com

Right now if ChildProcessMac.mm is compiled with internal SDKs on macOS >10.12 and deployed to macOS <=10.12 then the libsandbox private header will be used and sandbox_profile_t will be missing the char* trace field. We need to make sure that the redeclared version of sandbox_profile_t in SandboxSPI.h is used when compiling for a deployment target <=10.12.

-- 
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/20180805/814c498b/attachment.html>


More information about the webkit-unassigned mailing list