Bug 142951 - [iOS] Expose WebPageProxy::setInitialFocus as SPI
Summary: [iOS] Expose WebPageProxy::setInitialFocus as SPI
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: 2015-03-22 13:23 PDT by mitz
Modified: 2015-03-22 14:45 PDT (History)
1 user (show)

See Also:


Attachments
Add -[WKWebView(WKPrivate) _becomeFirstResponderWithSelectionMovingForward:completionHandler:] (11.80 KB, patch)
2015-03-22 13:38 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-03-22 13:23:09 PDT
Add SPI allowing moving focus into a WKWebView.
Comment 1 mitz 2015-03-22 13:38:01 PDT
Created attachment 249206 [details]
Add -[WKWebView(WKPrivate) _becomeFirstResponderWithSelectionMovingForward:completionHandler:]
Comment 2 WebKit Commit Bot 2015-03-22 13:39:59 PDT
Attachment 249206 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1796:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/WebPageProxy.cpp:1422:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebPageProxy.h:392:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2015-03-22 14:45:45 PDT
Committed <http://trac.webkit.org/r181836>.