[Webkit-unassigned] [Bug 145280] WebKit policy delegate should suggest if a navigation should be allowed to open URLs externally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 15:41:44 PDT 2015


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

--- Comment #2 from Brady Eidson <beidson at apple.com> ---
Two further patches:

1 - Add a "should open URLs externally" flag to DocumentLoader. The flag gets there from FrameLoadRequest. The flag is propagated out to WebKit navigation delegate API. In step 1, the flag will only ever be set from the WKWebView loadRequest: API

2 - Propagate that flag from one DocumentLoader to its descendant DocumentLoader under certain circumstances. Also, WebCore will sometimes decide to set the flag on a DocumentLoader by itself when a navigation meets certain criteria (Such as the navigation is in the main frame, and is the result of a user gesture)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150527/56920dd6/attachment.html>


More information about the webkit-unassigned mailing list