Bug 139669 - [Cocoa] WKWebProcessPlugInLoadDelegate can’t tell what type of same-document navigation has happened
Summary: [Cocoa] WKWebProcessPlugInLoadDelegate can’t tell what type of same-document ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 20:21 PST by mitz
Modified: 2014-12-16 09:44 PST (History)
0 users

See Also:


Attachments
Add a navigationType parameter to the delegate method (19.33 KB, patch)
2014-12-15 20:23 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-12-15 20:21:25 PST
The delegate method -webProcessPlugInBrowserContextController:didSameDocumentNavigation:ForFrame: doesn’t specify the type of same-document navigation.
Comment 1 mitz 2014-12-15 20:23:03 PST
Created attachment 243341 [details]
Add a navigationType parameter to the delegate method
Comment 2 mitz 2014-12-16 09:44:36 PST
Fixed in <http://trac.webkit.org/r177362>.