Bug 134951

Summary: WKWebView’s FormClient::willSubmitForm should use CompletionHandlerCallChecker
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use CompletionHandlerCallChecker mitz: review+

Description mitz 2014-07-15 16:28:05 PDT
WKWebView’s FormClient::willSubmitForm should use CompletionHandlerCallChecker to ensure that the submission handler is called.
Comment 1 mitz 2014-07-15 18:24:42 PDT
Created attachment 234969 [details]
Use CompletionHandlerCallChecker
Comment 2 mitz 2014-07-15 18:28:32 PDT
Comment on attachment 234969 [details]
Use CompletionHandlerCallChecker

Tim Horton reviewed this in person.
Comment 3 mitz 2014-07-15 18:29:49 PDT
Committed <http://trac.webkit.org/r171129>.