Bug 131639 - [Cocoa] Add a WKWebProcessPlugInFormDelegate method corresponding to willSendSubmitEvent
Summary: [Cocoa] Add a WKWebProcessPlugInFormDelegate method corresponding to willSend...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 15:16 PDT by mitz
Modified: 2014-04-14 15:45 PDT (History)
0 users

See Also:


Attachments
Add -[WKWebProcessPlugInFormDelegate _webProcessPlugInBrowserContextController:willSendSubmitEventToForm:inFrame:targetFrame:values:] (4.27 KB, patch)
2014-04-14 15:19 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-04-14 15:16:21 PDT
[Cocoa] Add a WKWebProcessPlugInFormDelegate method corresponding to willSendSubmitEvent
Comment 1 mitz 2014-04-14 15:19:07 PDT
Created attachment 229310 [details]
Add -[WKWebProcessPlugInFormDelegate _webProcessPlugInBrowserContextController:willSendSubmitEventToForm:inFrame:targetFrame:values:]
Comment 2 mitz 2014-04-14 15:45:38 PDT
Committed <http://trac.webkit.org/r167275>.