WebKit Bugzilla
Attachment 358959 Details for
Bug 193086
: Allow WebContent process access to some drawing-related IOKit properties
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193086-20190111160429.patch (text/plain), 1.88 KB, created by
Brent Fulgham
on 2019-01-11 16:04:30 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-01-11 16:04:30 PST
Size:
1.88 KB
patch
obsolete
>Subversion Revision: 239871 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index d53cc33c6927e61aa4e69dae90da8051257de925..8786cd148f77ca5d7a8b7097debb93de5077959d 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2019-01-11 Brent Fulgham <bfulgham@apple.com> >+ >+ Allow WebContent process access to some drawing-related IOKit properties >+ https://bugs.webkit.org/show_bug.cgi?id=193086 >+ <rdar://problem/46568088> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add one missing IOKit property, and revise the regexp used for another. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-01-11 Wenson Hsieh <wenson_hsieh@apple.com> > > Introduce IDL files for runtime-enabled UndoManager and UndoItem JavaScript API >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 6b3dce2887214f34a557f7a2698dd8735f3ed7cc..aa7dcf41e397b3fb018ef2ad86671372339ef28f 100644 >--- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >+++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >@@ -339,11 +339,12 @@ > (iokit-property "IOGLESDefaultUseMetal") > (iokit-property-regex #"IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler)") > (iokit-property "IOClassNameOverride") >+ (iokit-property "IOPlatformUUID") > (iokit-property "IOSurfaceAcceleratorCapabilitiesDict") > (iokit-property-regex #"^MetalPlugin(Name|ClassName)") > (iokit-property "Protocol Characteristics") > (iokit-property "artwork-device-subtype") >- (iokit-property-regex #"^canvas-(height|width)") >+ (iokit-property-regex #"(canvas-height|canvas-width)") > (iokit-property "class-code") > (iokit-property "color-accuracy-index") > (iokit-property "device-id")
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 193086
:
358194
| 358959