Title: [273943] branches/safari-612.1.5.2-branch/Source/WebKit
Revision
273943
Author
repst...@apple.com
Date
2021-03-04 20:36:09 -0800 (Thu, 04 Mar 2021)

Log Message

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

    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.2-branch/Source/WebKit/ChangeLog (273942 => 273943)


--- branches/safari-612.1.5.2-branch/Source/WebKit/ChangeLog	2021-03-05 04:35:23 UTC (rev 273942)
+++ branches/safari-612.1.5.2-branch/Source/WebKit/ChangeLog	2021-03-05 04:36:09 UTC (rev 273943)
@@ -1,3 +1,34 @@
+2021-03-04  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r273485. rdar://problem/75075050
+
+    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  <pvol...@apple.com>
+
+            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-02-24  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r273424. rdar://problem/74708164

Modified: branches/safari-612.1.5.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (273942 => 273943)


--- branches/safari-612.1.5.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-03-05 04:35:23 UTC (rev 273942)
+++ branches/safari-612.1.5.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-03-05 04:36:09 UTC (rev 273943)
@@ -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.2-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (273942 => 273943)


--- branches/safari-612.1.5.2-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-03-05 04:35:23 UTC (rev 273942)
+++ branches/safari-612.1.5.2-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-03-05 04:36:09 UTC (rev 273943)
@@ -1259,7 +1259,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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to