It would be nice to expose the provisional URL and committed URL from WKWebProcessPlugInFrame.
Created attachment 229896 [details] Patch.
Comment on attachment 229896 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=229896&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/Cocoa/WKWebProcessPlugInFramePrivate.h:41 > +@property (nonatomic, readonly) NSURL *_committedURL; This is already exposed via the URL property. Other than that, looks good.
Comment on attachment 229896 [details] Patch. r=me on the _provisionalURL part.
(In reply to comment #3) > (From update of attachment 229896 [details]) > r=me on the _provisionalURL part. aha, I somehow missed URL. Will remove _committedURL. thanks!
Created attachment 229956 [details] Remove _committedURL from the previous patch before landing.
Comment on attachment 229956 [details] Remove _committedURL from the previous patch before landing. Clearing flags on attachment: 229956 Committed r167699: <http://trac.webkit.org/changeset/167699>
All reviewed patches have been landed. Closing bug.