Bug 131718

Summary: [Cocoa] Add a form delegate method corresponding to willSubmitForm
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add -_webView:willSubmitFormValues:userObject:submissionHandler: thorton: review+

mitz
Reported 2014-04-15 17:53:23 PDT
[Cocoa] Add a form delegate method corresponding to willSubmitForm
Attachments
Add -_webView:willSubmitFormValues:userObject:submissionHandler: (11.37 KB, patch)
2014-04-15 17:58 PDT, mitz
thorton: review+
mitz
Comment 1 2014-04-15 17:58:39 PDT
Created attachment 229422 [details] Add -_webView:willSubmitFormValues:userObject:submissionHandler:
Joseph Pecoraro
Comment 2 2014-04-15 18:31:25 PDT
Comment on attachment 229422 [details] Add -_webView:willSubmitFormValues:userObject:submissionHandler: View in context: https://bugs.webkit.org/attachment.cgi?id=229422&action=review Some drive-by nit comments. > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1192 > + class FormClient : public API::FormClient { Can we make this final? > Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextController.mm:426 > + userData = API::Data::createWithoutCopying((const unsigned char*)[data bytes], [data length], releaseNSData, data.leakRef()).leakRef(); static_cast?
mitz
Comment 3 2014-04-15 22:17:11 PDT
Note You need to log in before you can comment on or make changes to this bug.