Bug 201360 - Windows builds should embed a manifest in executables
Summary: Windows builds should embed a manifest in executables
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 10
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-30 15:32 PDT by Brent Fulgham
Modified: 2019-08-30 15:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2019-08-30 15:32:57 PDT
We should update our build process to embed an appropriate manifest in the Windows binaries that documents things like DPI support, security state, (eventually) sandbox features, etc.

Currently we include some anti-patterns (such as calling ::SetProcessDPIAware), which should be handled through manfiest entries (similar to Cocoa entitlements).