WebKit Bugzilla
Attachment 371588 Details for
Bug 198494
: [iOS] Update sandboxes to address iokit-get-property errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198494-20190607090842.patch (text/plain), 2.03 KB, created by
Brent Fulgham
on 2019-06-07 09:08:42 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-06-07 09:08:42 PDT
Size:
2.03 KB
patch
obsolete
>Subversion Revision: 246201 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index afdecf531d9035643e5cb1a6ce031521c3172bb9..42bfc4a764498299f91f20ca4dc2eef2bdc1f932 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-07 Brent Fulgham <bfulgham@apple.com> >+ >+ [iOS] Update sandboxes to address iokit-get-property errors >+ https://bugs.webkit.org/show_bug.cgi?id=198494 >+ <rdar://problem/51322072> and <rdar://problem/50602737> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-06-07 Andy Estes <aestes@apple.com> > > process-swap-on-navigation error when loading blocked website on iOS 12.2 only. >diff --git a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >index 67c18398216ce1aa6dd598a5e4e7c9acdef600fd..18a38a2843951aa48261c7001b334e7d44908ac7 100644 >--- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >+++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >@@ -289,12 +289,16 @@ > (iokit-property "class-code") > (iokit-property "color-accuracy-index") > (iokit-property "compatible-device-fallback") ;; <rdar://problem/49497720> >+ (iokit-property "device-colors") ;; <rdar://problem/51322072> > (iokit-property "device-id") > (iokit-property "device-perf-memory-class") >+ (iokit-property "display-corner-radius") ;; <rdar://problem/50602737> > (iokit-property "emu") > (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720> >+ (iokit-property "graphics-featureset-fallbacks") ;; <rdar://problem/51322072> > (iokit-property "hdcp-hoover-protocol") > (iokit-property "iommu-present") >+ (iokit-property "oled-display") ;; <rdar://problem/51322072> > (iokit-property "product-description") ;; <rdar://problem/49497788> > (iokit-property "product-id") > (iokit-property "software-behavior")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198494
:
371208
|
371289
|
371339
|
371410
| 371588