Bug 182540 - Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is blocked
Summary: Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-06 10:35 PST by Jeff Miller
Modified: 2018-02-06 14:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (12.57 KB, patch)
2018-02-06 13:39 PST, Jeff Miller
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2018-02-06 10:35:25 PST
Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is blocked to match existing functionality in WKPageLoaderClient. WKPageLoaderClient has a pluginDidFail callback that's invoked when a plug-in fails to initialize and when an insecure plug-in is blocked, but WKNavigationDelegate only defines a -_webView:didFailToInitializePlugInWithInfo: method for the former case.
Comment 1 Radar WebKit Bug Importer 2018-02-06 10:37:47 PST
<rdar://problem/37279560>
Comment 2 Jeff Miller 2018-02-06 13:39:53 PST
Created attachment 333209 [details]
Patch
Comment 3 Jeff Miller 2018-02-06 14:45:29 PST
Committed r228194: <https://trac.webkit.org/changeset/228194>