WebKit Bugzilla
Attachment 358801 Details for
Bug 193324
: [macOS] Add name of IORegistry key in sandbox.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193324-20190110094847.patch (text/plain), 1.43 KB, created by
Per Arne Vollan
on 2019-01-10 09:48:48 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-10 09:48:48 PST
Size:
1.43 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 239831) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-01-10 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Change name of IORegistry key in sandbox. >+ https://bugs.webkit.org/show_bug.cgi?id=193324 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ IOGVAVTCapabilities key has been changed to IOGVAHEVCDecodeCapabilities. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-01-09 Matt Rajca <mrajca@apple.com> > > Put per-document autoplay behavior behind runtime website policies quirk instead of a compile time flag >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 239683) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -248,7 +248,7 @@ > (iokit-property "IOFramebufferOpenGLIndex") > (iokit-property "IOGeneralInterest") > (iokit-property "IOGLBundleName") >- (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities)") >+ (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|HEVCDecodeCapabilities)") > (iokit-property-regex #"^IOGVA(.*)(De|En)code$") > (iokit-property "IOHibernateState") > (iokit-property "IOI2CTransactionTypes")
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 193324
:
358801
|
358802