Bug 188333 - Make sandbox caching backwards deployable
Summary: Make sandbox caching backwards deployable
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.12
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-05 14:16 PDT by Ben Richards
Modified: 2018-08-09 10:42 PDT (History)
4 users (show)

See Also:


Attachments

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