[Webkit-unassigned] [Bug 222919] New: [Cocoa] Add additional bundle ID property to WKWebViewConfiguration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 10:03:49 PST 2021


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

            Bug ID: 222919
           Summary: [Cocoa] Add additional bundle ID property to
                    WKWebViewConfiguration
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Add an additional property to WKWebViewConfiguration to help thread the correct bundle ID of the driving application so that WebKit can provide better messaging when Safari View Controller (or ASWebAuthenticationSession) is used. Currently we often have to report a generic "web content" message that doesn't help a user see which app is actually requesting the load.

@interface WKWebViewConfiguration (WKPrivate)

@property (nonatomic, setter=_setAttributedBundleIdentifier:) NSString * _attributedBundleIdentifier WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));

@end
WKWebViewConfiguration._attributedBundleIdentifier

-- 
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/20210308/9af42ba6/attachment.htm>


More information about the webkit-unassigned mailing list