Changeset 245860 in webkit
- Timestamp:
- May 29, 2019, 12:15:26 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/WebContent-iOS.entitlements (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r245859 r245860 1 2019-05-29 Chris Dumez <cdumez@apple.com> 2 3 [iOS] The WebContent process needs proper entitlement to do secure drawing 4 https://bugs.webkit.org/show_bug.cgi?id=198343 5 <rdar://problem/50671257> 6 7 Reviewed by Tim Horton. 8 9 The WebContent process needs proper entitlement to do secure drawing on iOS. 10 11 * Configurations/WebContent-iOS.entitlements: 12 1 13 2019-05-29 Youenn Fablet <youenn@apple.com> 2 14 -
trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements
r242767 r245860 34 34 <key>com.apple.QuartzCore.webkit-end-points</key> 35 35 <true/> 36 <key>com.apple.QuartzCore.secure-mode</key> 37 <true/> 36 38 </dict> 37 39 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.