Title: [206084] trunk/Source/WebKit2
- Revision
- 206084
- Author
- [email protected]
- Date
- 2016-09-18 12:04:58 -0700 (Sun, 18 Sep 2016)
Log Message
[iOS] Remove unused methods from _WKInputDelegate
https://bugs.webkit.org/show_bug.cgi?id=162098
Patch by Chelsea Pugh <[email protected]> on 2016-09-18
Reviewed by Anders Carlsson.
* UIProcess/API/Cocoa/_WKInputDelegate.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (206083 => 206084)
--- trunk/Source/WebKit2/ChangeLog 2016-09-18 18:03:38 UTC (rev 206083)
+++ trunk/Source/WebKit2/ChangeLog 2016-09-18 19:04:58 UTC (rev 206084)
@@ -1,3 +1,12 @@
+2016-09-18 Chelsea Pugh <[email protected]>
+
+ [iOS] Remove unused methods from _WKInputDelegate
+ https://bugs.webkit.org/show_bug.cgi?id=162098
+
+ Reviewed by Anders Carlsson.
+
+ * UIProcess/API/Cocoa/_WKInputDelegate.h:
+
2016-09-18 Gustavo Noronha Silva <[email protected]>
[GTK] Stop using glReadPixels() to blit AC surfaces in the UIProcess under Wayland
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKInputDelegate.h (206083 => 206084)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKInputDelegate.h 2016-09-18 18:03:38 UTC (rev 206083)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKInputDelegate.h 2016-09-18 19:04:58 UTC (rev 206084)
@@ -44,8 +44,6 @@
#if TARGET_OS_IPHONE
- (BOOL)_webView:(WKWebView *)webView focusShouldStartInputSession:(id <_WKFocusedElementInfo>)info;
- (void)_webView:(WKWebView *)webView accessoryViewCustomButtonTappedInFormInputSession:(id <_WKFormInputSession>)inputSession;
-- (BOOL)_webView:(WKWebView *)webView hasSuggestionsForCurrentStringInInputSession:(id <_WKFormInputSession>)inputSession;
-- (NSArray *)_webView:(WKWebView *)webView suggestionsForString:(NSString *)string inInputSession:(id <_WKFormInputSession>)inputSession;
- (void)_webView:(WKWebView *)webView insertTextSuggestion:(UITextSuggestion *)suggestion inInputSession:(id <_WKFormInputSession>)inputSession WK_API_AVAILABLE(ios(10.0));
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes