[webkit-reviews] review granted: [Bug 52925] WebKit2: Need API to stop loading a WKFrame : [Attachment 79794] [PATCH] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 15:03:13 PST 2011


Adam Roben (aroben) <aroben at apple.com> has granted Brian Weinstein
<bweinstein at apple.com>'s request for review:
Bug 52925: WebKit2: Need API to stop loading a WKFrame
https://bugs.webkit.org/show_bug.cgi?id=52925

Attachment 79794: [PATCH] Fix
https://bugs.webkit.org/attachment.cgi?id=79794&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=79794&action=review

> Source/WebKit2/UIProcess/WebFrameProxy.cpp:90
> +    m_page->process()->send(Messages::WebPage::StopLoadingFrame(m_frameID),
m_page->pageID());

It looks like this is the first message that WebFrameProxy will be sending. You
should check with Sam or Anders that this is the right place to send the
message from.


More information about the webkit-reviews mailing list