Title: [273948] branches/safari-612.1.5-branch/Source/WebKit
Revision
273948
Author
[email protected]
Date
2021-03-04 21:46:58 -0800 (Thu, 04 Mar 2021)

Log Message

Cherry-pick r273485. rdar://problem/75075088

    Temporarily stop enforcing notification filtering
    https://bugs.webkit.org/show_bug.cgi?id=222386
    <rdar://problem/73987767>

    Reviewed by Brent Fulgham.

    Temporarily stop enforcing notification filtering on macOS and iOS.

    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
    * WebProcess/com.apple.WebProcess.sb.in:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@273485 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612.1.5-branch/Source/WebKit/ChangeLog (273947 => 273948)


--- branches/safari-612.1.5-branch/Source/WebKit/ChangeLog	2021-03-05 04:48:49 UTC (rev 273947)
+++ branches/safari-612.1.5-branch/Source/WebKit/ChangeLog	2021-03-05 05:46:58 UTC (rev 273948)
@@ -1,5 +1,36 @@
 2021-03-04  Alan Coon  <[email protected]>
 
+        Cherry-pick r273485. rdar://problem/75075088
+
+    Temporarily stop enforcing notification filtering
+    https://bugs.webkit.org/show_bug.cgi?id=222386
+    <rdar://problem/73987767>
+    
+    Reviewed by Brent Fulgham.
+    
+    Temporarily stop enforcing notification filtering on macOS and iOS.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@273485 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-02-25  Per Arne  <[email protected]>
+
+            Temporarily stop enforcing notification filtering
+            https://bugs.webkit.org/show_bug.cgi?id=222386
+            <rdar://problem/73987767>
+
+            Reviewed by Brent Fulgham.
+
+            Temporarily stop enforcing notification filtering on macOS and iOS.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-03-04  Alan Coon  <[email protected]>
+
         Cherry-pick r273784. rdar://problem/75059445
 
     REGRESSION(r270691): It's impossible to use MobileAsset fonts on macOS

Modified: branches/safari-612.1.5-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (273947 => 273948)


--- branches/safari-612.1.5-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-03-05 04:48:49 UTC (rev 273947)
+++ branches/safari-612.1.5-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-03-05 05:46:58 UTC (rev 273948)
@@ -642,7 +642,7 @@
 (allow mach-lookup
     (global-name "com.apple.system.notification_center")
     (apply-message-filter
-        (deny mach-message-send (with telemetry-backtrace))
+        (allow mach-message-send (with telemetry-backtrace))
         (deny mach-message-send (with no-report) (message-number 1023))
         (allow mach-message-send (with telemetry-backtrace) (message-number
             1002

Modified: branches/safari-612.1.5-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (273947 => 273948)


--- branches/safari-612.1.5-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-03-05 04:48:49 UTC (rev 273947)
+++ branches/safari-612.1.5-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-03-05 05:46:58 UTC (rev 273948)
@@ -1269,7 +1269,7 @@
     (global-name "com.apple.system.notification_center")
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     (apply-message-filter
-        (deny mach-message-send (with telemetry-backtrace))
+        (allow mach-message-send (with telemetry-backtrace))
         (deny mach-message-send (with no-report) (message-number 1023))
         (allow mach-message-send (with telemetry-backtrace) (message-number
             1002
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to