RESOLVED FIXED 43947
Add form submission listener to WebKit2
https://bugs.webkit.org/show_bug.cgi?id=43947
Summary Add form submission listener to WebKit2
Sam Weinig
Reported 2010-08-12 21:20:53 PDT
Add form submission listener to WebKit2. Part of <rdar://problem/8255932> (autofill support).
Attachments
Patch (48.63 KB, patch)
2010-08-12 21:28 PDT, Sam Weinig
jhoneycutt: review+
Sam Weinig
Comment 1 2010-08-12 21:28:51 PDT
Jon Honeycutt
Comment 2 2010-08-13 01:26:56 PDT
Comment on attachment 64296 [details] Patch > Index: WebKit2/UIProcess/WebPageProxy.h > =================================================================== > --- WebKit2/UIProcess/WebPageProxy.h (revision 65292) > +++ WebKit2/UIProcess/WebPageProxy.h (working copy) > @@ -190,6 +192,8 @@ private: > void decidePolicyForNewWindowAction(WebFrameProxy*, WebCore::NavigationType navigationType, const WTF::String& url, uint64_t listenerID); > void decidePolicyForMIMEType(WebFrameProxy*, const WTF::String& MIMEType, const WTF::String& url, uint64_t listenerID); > > + void willSubmitForm(WebFrameProxy*, WebFrameProxy*, uint64_t listenerID); Would be good to name the first two parameters. r=me
Sam Weinig
Comment 3 2010-08-13 13:11:49 PDT
Landed in r65337.
Note You need to log in before you can comment on or make changes to this bug.