Title: [280114] trunk/Source/WebKit
- Revision
- 280114
- Author
- [email protected]
- Date
- 2021-07-20 16:37:54 -0700 (Tue, 20 Jul 2021)
Log Message
REGRESSION(ANGLE+METAL): WebGL2 content low frame rate
https://bugs.webkit.org/show_bug.cgi?id=228012
Reviewed by Dean Jackson.
Add Additional rules, allowing shared events to work in Webkit
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (280113 => 280114)
--- trunk/Source/WebKit/ChangeLog 2021-07-20 23:34:24 UTC (rev 280113)
+++ trunk/Source/WebKit/ChangeLog 2021-07-20 23:37:54 UTC (rev 280114)
@@ -1,3 +1,14 @@
+2021-07-20 Kyle Piddington <[email protected]>
+
+ REGRESSION(ANGLE+METAL): WebGL2 content low frame rate
+ https://bugs.webkit.org/show_bug.cgi?id=228012
+
+ Reviewed by Dean Jackson.
+
+ Add Additional rules, allowing shared events to work in Webkit
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
2021-07-20 Sihui Liu <[email protected]>
Completion handler of NetworkProcess::prepareToSuspend may not be invoked promptly
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (280113 => 280114)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in 2021-07-20 23:34:24 UTC (rev 280113)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in 2021-07-20 23:37:54 UTC (rev 280114)
@@ -425,6 +425,11 @@
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap)
+ (allow iokit-async-external-method
+ (iokit-method-number
+ 40
+ )
+ )
(deny (with telemetry) (with message "IOSurfaceRootUserClient")
iokit-external-method)
(allow iokit-external-method
@@ -451,6 +456,9 @@
35
36
38
+ 39
+ 40
+ 41
)
)
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes