WebKit Bugzilla
Attachment 361434 Details for
Bug 194410
: Permit additional IOKit Properties needed by older Mac Hardware
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194410-20190207132907.patch (text/plain), 1.78 KB, created by
Brent Fulgham
on 2019-02-07 13:29:08 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-02-07 13:29:08 PST
Size:
1.78 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 241140) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-02-07 Brent Fulgham <bfulgham@apple.com> >+ >+ Permit additional IOKit Properties needed by older Mac Hardware >+ https://bugs.webkit.org/show_bug.cgi?id=194410 >+ <rdar://problem/47820620> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-02-06 Alan Coon <alancoon@apple.com> > > Apply patch. rdar://problem/47822019 >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 241043) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -311,6 +311,7 @@ > (iokit-property "SurfaceList") > (iokit-property "TimeStampFiltering") > (iokit-property "Transport") >+ (iokit-property "USBADC") ;; Needed for Audio support on older hardware > (iokit-property "UserClientEnabled") > (iokit-property "VRAM,totalMB") > (iokit-property "WANTS_FRAMES_IGNORED") >@@ -332,11 +333,13 @@ > (iokit-property-regex #"^(device|revision|subsystem-vendor|touch-size)-id") > (iokit-property "device_type") > (iokit-property "dpm") >+ (iokit-property "errordb") ;; Needed for OpenGL on older hardware > (iokit-property "graphic-options") > (iokit-property "hda-gfx") > (iokit-property-regex #"^id(Product|Vendor)") > (iokit-property "iofb_version") > (iokit-property "image-encrypted") >+ (iokit-property "locationID") ;; Needed for Audio support on older hardware > (iokit-property "model") > (iokit-property "mt-device-id") > (iokit-property "name")
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 194410
: 361434