Changeset 206084 in webkit


Ignore:
Timestamp:
Sep 18, 2016 12:04:58 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[iOS] Remove unused methods from _WKInputDelegate
https://bugs.webkit.org/show_bug.cgi?id=162098

Patch by Chelsea Pugh <cpugh@apple.com> on 2016-09-18
Reviewed by Anders Carlsson.

  • UIProcess/API/Cocoa/_WKInputDelegate.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r206080 r206084  
     12016-09-18  Chelsea Pugh  <cpugh@apple.com>
     2
     3        [iOS] Remove unused methods from _WKInputDelegate
     4        https://bugs.webkit.org/show_bug.cgi?id=162098
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * UIProcess/API/Cocoa/_WKInputDelegate.h:
     9
    1102016-09-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    211
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKInputDelegate.h

    r205559 r206084  
    4545- (BOOL)_webView:(WKWebView *)webView focusShouldStartInputSession:(id <_WKFocusedElementInfo>)info;
    4646- (void)_webView:(WKWebView *)webView accessoryViewCustomButtonTappedInFormInputSession:(id <_WKFormInputSession>)inputSession;
    47 - (BOOL)_webView:(WKWebView *)webView hasSuggestionsForCurrentStringInInputSession:(id <_WKFormInputSession>)inputSession;
    48 - (NSArray *)_webView:(WKWebView *)webView suggestionsForString:(NSString *)string inInputSession:(id <_WKFormInputSession>)inputSession;
    4947- (void)_webView:(WKWebView *)webView insertTextSuggestion:(UITextSuggestion *)suggestion inInputSession:(id <_WKFormInputSession>)inputSession WK_API_AVAILABLE(ios(10.0));
    5048#endif
Note: See TracChangeset for help on using the changeset viewer.