Introduce API::FormClient
Created attachment 229412 [details] Patch
Comment on attachment 229412 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229412&action=review > Source/WebKit2/UIProcess/API/APIFormClient.h:45 > + virtual bool willSubmitForm(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::WebFrameProxy* sourceFrame, const Vector<std::pair<WTF::String, WTF::String>>& textFieldValues, API::Object* userData, WebKit::WebFormSubmissionListenerProxy*) do you need the WTF::s here?
(In reply to comment #2) > (From update of attachment 229412 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=229412&action=review > > > Source/WebKit2/UIProcess/API/APIFormClient.h:45 > > + virtual bool willSubmitForm(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::WebFrameProxy* sourceFrame, const Vector<std::pair<WTF::String, WTF::String>>& textFieldValues, API::Object* userData, WebKit::WebFormSubmissionListenerProxy*) > > do you need the WTF::s here? No! Committed <http://trac.webkit.org/r167330>.