⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280914 in webkit


Ignore:
Timestamp:
Aug 11, 2021, 9:51:46 AM (5 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r280883 r280914  
     12021-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
    1132021-08-10  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist

    r272657 r280914  
    5656        <key>NSColorPreferLocalNotifications</key>
    5757        <integer>1</integer>
     58        <key>NSDisableKeyboardLayoutAdjustedShortcuts</key>
     59        <true/>
    5860</dict>
    5961</plist>
Note: See TracChangeset for help on using the changeset viewer.