[Webkit-unassigned] [Bug 210772] Add CFBundleDisplayName to the WebContent XPC service bundle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 20 18:41:26 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210772

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |mjs at apple.com

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
This depends on how the default is used. What seems like a reasonable fallback in one scenario can end up confusing users or being a security problem in another scenario. Obviously, not everything displayed by WebContent is a website.

On the technical level, I'm not sure about the implications:

1. How does CFBundleDisplayName interact with _kLSDisplayNameKey. Looks like we may get away for now with using one on macOS and another on iOS (but unsure what macCatalyst should do). But that seems fragile.

2. What else is CFBundleDisplayName used for. How bad is it to get "Website" as the name in those situations?

Documentation says "The user-visible name for the bundle, used by Siri and visible on the iOS Home screen", and "Use this key if you want a product name that's longer than CFBundleName."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200421/c2cf39bc/attachment.htm>


More information about the webkit-unassigned mailing list