Bug 134951 - WKWebView’s FormClient::willSubmitForm should use CompletionHandlerCallChecker
Summary: WKWebView’s FormClient::willSubmitForm should use CompletionHandlerCallChecker
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-07-15 16:28 PDT by mitz
Modified: 2014-07-15 18:29 PDT (History)
4 users (show)

See Also:


Attachments
Use CompletionHandlerCallChecker (1.83 KB, patch)
2014-07-15 18:24 PDT, mitz
mitz: 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-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>.