| Summary: | Introduce API::FormClient | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | mitz | ||||
| Component: | WebKit2 | Assignee: | mitz | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | ||||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
mitz
2014-04-15 15:45:14 PDT
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>. |