Bug 11285 - Stop and reload don't work on the WebView
Summary: Stop and reload don't work on the WebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Brett Wilson (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 14:42 PDT by Brett Wilson (Google)
Modified: 2006-10-31 10:38 PST (History)
0 users

See Also:


Attachments
Patch (1.52 KB, patch)
2006-10-13 17:59 PDT, Brett Wilson (Google)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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