⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 187333 in webkit


Ignore:
Timestamp:
Jul 24, 2015, 1:18:59 AM (11 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r187268. rdar://problem/21664211

Location:
branches/safari-601.1-branch/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1-branch/Source/WebKit2/ChangeLog

    r187331 r187333  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187268. rdar://problem/21664211
     4
     5    2015-07-23  Enrica Casucci  <enrica@apple.com>
     6
     7            Removing one incorrect annotation from the previous change.
     8
     9            Unreviewed.
     10
     11            * UIProcess/API/Cocoa/WKUIDelegatePrivate.h:
     12
    1132015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
    214
  • branches/safari-601.1-branch/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegatePrivate.h

    r187327 r187333  
    5858#if TARGET_OS_IPHONE
    5959- (BOOL)_webView:(WKWebView *)webView shouldIncludeAppLinkActionsForElement:(_WKActivatedElementInfo *)element WK_AVAILABLE(NA, WK_IOS_TBA);
    60 - (NSArray *)_webView:(WKWebView *)webView actionsForElement:(_WKActivatedElementInfo *)element defaultActions:(WK_ARRAY(_WKElementAction *) *)defaultActions WK_AVAILABLE(NA, WK_IOS_TBA);
     60- (NSArray *)_webView:(WKWebView *)webView actionsForElement:(_WKActivatedElementInfo *)element defaultActions:(WK_ARRAY(_WKElementAction *) *)defaultActions;
    6161- (void)_webView:(WKWebView *)webView didNotHandleTapAsClickAtPoint:(CGPoint)point;
    6262- (BOOL)_webView:(WKWebView *)webView shouldRequestGeolocationAuthorizationForURL:(NSURL *)url isMainFrame:(BOOL)isMainFrame mainFrameURL:(NSURL *)mainFrameURL;
Note: See TracChangeset for help on using the changeset viewer.