[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:10:11 PDT 2017


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

Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com
 Attachment #319416|review?                     |review+
              Flags|                            |

--- Comment #3 from Brady Eidson <beidson at apple.com> ---
Comment on attachment 319416
  --> https://bugs.webkit.org/attachment.cgi?id=319416
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?

-- 
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/c3ab2514/attachment.html>


More information about the webkit-unassigned mailing list