Changeset 280914 in webkit
- Timestamp:
- Aug 11, 2021, 9:51:46 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r280883 r280914 1 2021-08-11 Per Arne <pvollan@apple.com> 2 3 [macOS] Disable menu bar related code in the WebContent process 4 https://bugs.webkit.org/show_bug.cgi?id=229002 5 <rdar://problem/80408291> 6 7 Reviewed by Brent Fulgham. 8 9 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. 10 11 * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist: 12 1 13 2021-08-10 Tim Horton <timothy_horton@apple.com> 2 14 -
trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist
r272657 r280914 56 56 <key>NSColorPreferLocalNotifications</key> 57 57 <integer>1</integer> 58 <key>NSDisableKeyboardLayoutAdjustedShortcuts</key> 59 <true/> 58 60 </dict> 59 61 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.