Bug 188333

Summary: Make sandbox caching backwards deployable
Product: WebKit Reporter: Ben Richards <benton_richards>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: benton_richards, ggaren, rniwa, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Mac   
OS: macOS 10.12   

Ben Richards
Reported 2018-08-05 14:16:51 PDT
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.
Attachments
Ben Richards
Comment 1 2018-08-09 10:42:25 PDT
I believe this is no longer relevant since sandbox caching is now disabled for < 10.13
Note You need to log in before you can comment on or make changes to this bug.