Bug 11285

Summary: Stop and reload don't work on the WebView
Product: WebKit Reporter: Brett Wilson (Google) <brettw>
Component: PlatformAssignee: Brett Wilson (Google) <brettw>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Patch mjs: review+

Description Brett Wilson (Google) 2006-10-13 14:42:57 PDT
WebView::stopLoading and WebView::reload are important for any embedding layer, but are not currently hooked up to anything. They currently trap to the debugger.
Comment 1 Brett Wilson (Google) 2006-10-13 17:59:00 PDT
Created attachment 11083 [details]
Patch

This patch simply hooks up the COM layer to the underlying frame objects so that the stopLoading() and reload() functions have the desired affect.
Comment 2 Maciej Stachowiak 2006-10-31 04:39:19 PST
Comment on attachment 11083 [details]
Patch

r=me

I have this merged in my tree, please hold off and let me land it.
Comment 3 Maciej Stachowiak 2006-10-31 09:55:09 PST
landed