Title: [241184] branches/safari-607-branch/Source/WebKit
- Revision
- 241184
- Author
- [email protected]
- Date
- 2019-02-07 21:36:13 -0800 (Thu, 07 Feb 2019)
Log Message
Cherry-pick r241142. rdar://problem/47908158
Permit additional IOKit Properties needed by older Mac Hardware
https://bugs.webkit.org/show_bug.cgi?id=194410
<rdar://problem/47820620>
Reviewed by Per Arne Vollan.
* WebProcess/com.apple.WebProcess.sb.in:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241142 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (241183 => 241184)
--- branches/safari-607-branch/Source/WebKit/ChangeLog 2019-02-08 02:38:46 UTC (rev 241183)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog 2019-02-08 05:36:13 UTC (rev 241184)
@@ -1,3 +1,28 @@
+2019-02-07 Babak Shafiei <[email protected]>
+
+ Cherry-pick r241142. rdar://problem/47908158
+
+ Permit additional IOKit Properties needed by older Mac Hardware
+ https://bugs.webkit.org/show_bug.cgi?id=194410
+ <rdar://problem/47820620>
+
+ Reviewed by Per Arne Vollan.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241142 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-02-07 Brent Fulgham <[email protected]>
+
+ Permit additional IOKit Properties needed by older Mac Hardware
+ https://bugs.webkit.org/show_bug.cgi?id=194410
+ <rdar://problem/47820620>
+
+ Reviewed by Per Arne Vollan.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2019-02-07 Alan Coon <[email protected]>
Cherry-pick r241131. rdar://problem/47893578
Modified: branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (241183 => 241184)
--- branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-02-08 02:38:46 UTC (rev 241183)
+++ branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-02-08 05:36:13 UTC (rev 241184)
@@ -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")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes