Title: [220040] trunk/Source/WebKit
Revision
220040
Author
bfulg...@apple.com
Date
2017-07-28 19:39:38 -0700 (Fri, 28 Jul 2017)

Log Message

[Mac][WebKit2] WebKit sandbox errors while streaming Netflix
https://bugs.webkit.org/show_bug.cgi?id=174955
<rdar://problem/33583994>

Reviewed by Alex Christensen.

Wider testing with the stricter sandboxing rules identified three more IOKit properties we need to expose:
- CEAModeID
- CEAPixelRepetition
- IOFBHDMIDongleROM

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (220039 => 220040)


--- trunk/Source/WebKit/ChangeLog	2017-07-29 02:35:56 UTC (rev 220039)
+++ trunk/Source/WebKit/ChangeLog	2017-07-29 02:39:38 UTC (rev 220040)
@@ -1,3 +1,18 @@
+2017-07-28  Brent Fulgham  <bfulg...@apple.com>
+
+        [Mac][WebKit2] WebKit sandbox errors while streaming Netflix
+        https://bugs.webkit.org/show_bug.cgi?id=174955
+        <rdar://problem/33583994>
+
+        Reviewed by Alex Christensen.
+
+        Wider testing with the stricter sandboxing rules identified three more IOKit properties we need to expose:
+        - CEAModeID
+        - CEAPixelRepetition
+        - IOFBHDMIDongleROM
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2017-07-28  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r219986.

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (220039 => 220040)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-07-29 02:35:56 UTC (rev 220039)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-07-29 02:39:38 UTC (rev 220040)
@@ -57,6 +57,7 @@
     (iokit-property-regex #"^AAPL,(DisplayPipe|OpenCLdisabled|alias-policy|boot-display|display-alias|mux-switch-state|ndrv-dev|primary-display|slot-name)")
     (iokit-property-regex #"^ATY,fb_(linebytes|offset|size)")
     (iokit-property "BacklightHandle")
+    (iokit-property-regex #"^CEA(ModeID|PixelRepetition)")
     (iokit-property "CFBundleIdentifier")
     (iokit-property "CapsLockDelay")
     (iokit-property "ConfigState")
@@ -94,7 +95,7 @@
     (iokit-property-regex #"^IOFB(DetailedTimings|Gamma(Count|HeaderSize|Width))")
     (iokit-property-regex #"^IOFB(Blue|Green|Red)GammaScale")
     (iokit-property-regex #"^IOFBI2CInterface(IDs|Info)")
-    (iokit-property-regex #"^IOFB(Integrated|MemorySize|NeedsRefresh|ProbeOptions|ScalerInfo|TimingRange|Transform|UIScale|WaitCursor(Frames|Period))")
+    (iokit-property-regex #"^IOFB(HDMIDongleROM|Integrated|MemorySize|NeedsRefresh|ProbeOptions|ScalerInfo|TimingRange|Transform|UIScale|WaitCursor(Frames|Period))")
     (iokit-property "IOFramebufferOpenGLIndex")
     (iokit-property "IOGeneralInterest")
     (iokit-property "IOGLBundleName")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to