[Webkit-unassigned] [Bug 176128] WKNavigationDelegatePrivate client redirect SPI needs to be able to detect redirects scheduled before the document finishes loading
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 31 10:16:59 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176128
--- Comment #4 from David Quesada <david_quesada at apple.com> ---
(In reply to Brady Eidson from comment #3)
> Comment on attachment 319416 [details]
> Patch v1
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=319416&action=review
>
> > Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:325
> > webPage->injectedBundleLoaderClient().willPerformClientRedirectForFrame(*webPage, *m_frame, url, interval, fireDate);
> > +
> > + // Notify the UIProcess.
> > + webPage->send(Messages::WebPageProxy::DidScheduleClientRedirectForFrame(m_frame->frameID(), url.string(), interval));
>
> Why the different names?
I think I meant to rename to 'willPerform' to be consistent but didn't get around to it. I'll rename it.
--
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/20170831/1a1d413e/attachment.html>
More information about the webkit-unassigned
mailing list