[Webkit-unassigned] [Bug 43947] Add form submission listener to WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 01:26:56 PDT 2010


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


Jon Honeycutt <jhoneycutt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64296|review?                     |review+
               Flag|                            |




--- Comment #2 from Jon Honeycutt <jhoneycutt at apple.com>  2010-08-13 01:26:56 PST ---
(From update of attachment 64296)
> 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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list