[webkit-changes] [WebKit/WebKit] 5ddd39: [iOS 17.4] Undo/Redo edit action names are unlocal...

Wenson Hsieh noreply at github.com
Fri Feb 2 13:42:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5ddd3950a71d73fdb16ac740d44507f8bf193510
      https://github.com/WebKit/WebKit/commit/5ddd3950a71d73fdb16ac740d44507f8bf193510
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M Source/WebKit/Shared/AuxiliaryProcessExtensions/WebContentExtension-Info.plist

  Log Message:
  -----------
  [iOS 17.4] Undo/Redo edit action names are unlocalized in Mail and Safari
https://bugs.webkit.org/show_bug.cgi?id=268655
rdar://121479028

Reviewed by Megan Gardner and Tim Horton.

Add `CFBundleFollowParentLocalization: @YES` to the web content extension's `Info.plist`. This
allows Foundation to read localized strings from the correct localized strings table underneath
`_CFBundleCopyPreferredLanguagesInList`, via the `_CFBundleCopyXPCBootstrapMainBundleLanguages()`
codepath, and makes the ExtensionKit-based process launch codepath consistent with the legacy XPC
web content service (whose `Info.plist` also contains this entry).

* Source/WebKit/Shared/AuxiliaryProcessExtensions/WebContentExtension-Info.plist:

Canonical link: https://commits.webkit.org/274014@main




More information about the webkit-changes mailing list