Title: [280914] trunk/Source/WebKit
Revision
280914
Author
[email protected]
Date
2021-08-11 09:51:46 -0700 (Wed, 11 Aug 2021)

Log Message

[macOS] Disable menu bar related code in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=229002
<rdar://problem/80408291>

Reviewed by Brent Fulgham.

Disable some menu bar related code running in the WebContent process on macOS, since it only makes sense to execute it in the UI process.

* WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (280913 => 280914)


--- trunk/Source/WebKit/ChangeLog	2021-08-11 16:39:55 UTC (rev 280913)
+++ trunk/Source/WebKit/ChangeLog	2021-08-11 16:51:46 UTC (rev 280914)
@@ -1,3 +1,15 @@
+2021-08-11  Per Arne  <[email protected]>
+
+        [macOS] Disable menu bar related code in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=229002
+        <rdar://problem/80408291>
+
+        Reviewed by Brent Fulgham.
+
+        Disable some menu bar related code running in the WebContent process on macOS, since it only makes sense to execute it in the UI process.
+
+        * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
+
 2021-08-10  Tim Horton  <[email protected]>
 
         Unreviewed build fix after r280875

Modified: trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist (280913 => 280914)


--- trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist	2021-08-11 16:39:55 UTC (rev 280913)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist	2021-08-11 16:51:46 UTC (rev 280914)
@@ -55,5 +55,7 @@
 	</dict>
 	<key>NSColorPreferLocalNotifications</key>
 	<integer>1</integer>
+	<key>NSDisableKeyboardLayoutAdjustedShortcuts</key>
+	<true/>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to