Bug 188333
Summary: | Make sandbox caching backwards deployable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Richards <benton_richards> |
Component: | WebKit2 | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ben Richards
I believe this is no longer relevant since sandbox caching is now disabled for < 10.13