Title: [257968] trunk/Source/WebKit
Revision
257968
Author
bfulg...@apple.com
Date
2020-03-05 21:59:35 -0800 (Thu, 05 Mar 2020)

Log Message

GPU Process sandbox errors
https://bugs.webkit.org/show_bug.cgi?id=208688
<rdar://problem/60085171>

Reviewed by Per Arne Vollan.

The new GPU Process needs access to a number of properties to support media playback
features available in our shipping software.

* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257967 => 257968)


--- trunk/Source/WebKit/ChangeLog	2020-03-06 05:13:35 UTC (rev 257967)
+++ trunk/Source/WebKit/ChangeLog	2020-03-06 05:59:35 UTC (rev 257968)
@@ -1,3 +1,16 @@
+2020-03-05  Brent Fulgham  <bfulg...@apple.com>
+
+        GPU Process sandbox errors
+        https://bugs.webkit.org/show_bug.cgi?id=208688
+        <rdar://problem/60085171>
+
+        Reviewed by Per Arne Vollan.
+
+        The new GPU Process needs access to a number of properties to support media playback
+        features available in our shipping software.
+
+        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
 2020-03-05  Brady Eidson  <beid...@apple.com>
 
         Pre-fetch first page in new PDF loading model.

Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (257967 => 257968)


--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2020-03-06 05:13:35 UTC (rev 257967)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2020-03-06 05:59:35 UTC (rev 257968)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010-2019 Apple Inc. All rights reserved.
+; Copyright (C) 2010-2020 Apple Inc. All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
 ; modification, are permitted provided that the following conditions
@@ -293,6 +293,7 @@
     (iokit-property "MT Built-In")
     (iokit-property "MaintainPowerInUILock")
     (iokit-property "Max Packet Size")
+    (iokit-property "MaximumBootBeepVolume")
     (iokit-property "MinDigitizerPressureValue")
     (iokit-property "Multitouch Serial Number")
     (iokit-property-regex #"^Multitouch (Subdevice |)ID")
@@ -307,6 +308,7 @@
     (iokit-property "NoAutoRoute")
     (iokit-property-regex #"^Num(Blocks|Streams)")
     (iokit-property-regex #"^PerformanceStatistics(|Accum)")
+    (iokit-property "PinConfigurations")
     (iokit-property "Protocol Characteristics")
     (iokit-property "Removable")
     (iokit-property-regex #"^ResetOn(Lock|Unlock)Ms")
@@ -352,6 +354,7 @@
     (iokit-property "iofb_version")
     (iokit-property "image-encrypted")
     (iokit-property "image-path") ;; Needed by LaunchServices
+    (iokit-property "layout-id")
     (iokit-property "locationID") ;; Needed for Audio support on older hardware
     (iokit-property "model")
     (iokit-property "mt-device-id")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to