[Webkit-unassigned] [Bug 45222] Add ability to send UserData to willSubmitForm
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 3 19:48:02 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45222
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #66581|review? |review+
Flag| |
--- Comment #3 from mitz at webkit.org 2010-09-03 19:48:02 PST ---
(From update of attachment 66581)
View in context: https://bugs.webkit.org/attachment.cgi?id=66581&action=prettypatch
> WebKit2/UIProcess/WebPageProxy.h:205
> + void willSubmitForm(WebFrameProxy* frame, WebFrameProxy* frameSource, Vector<std::pair<WTF::String, WTF::String> >& textFieldValues, APIObject*, uint64_t listenerID);
I think it would be helpful to name the argument here.
> WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h:45
> +class APIObject;
> class WebFrame;
> class WebPage;
> +class ImmutableDictionary;
Please sort.
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