Changeset 187333 in webkit
- Timestamp:
- Jul 24, 2015, 1:18:59 AM (11 years ago)
- Location:
- branches/safari-601.1-branch/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKUIDelegatePrivate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601.1-branch/Source/WebKit2/ChangeLog
r187331 r187333 1 2015-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 1 13 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 14 -
branches/safari-601.1-branch/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegatePrivate.h
r187327 r187333 58 58 #if TARGET_OS_IPHONE 59 59 - (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; 61 61 - (void)_webView:(WKWebView *)webView didNotHandleTapAsClickAtPoint:(CGPoint)point; 62 62 - (BOOL)_webView:(WKWebView *)webView shouldRequestGeolocationAuthorizationForURL:(NSURL *)url isMainFrame:(BOOL)isMainFrame mainFrameURL:(NSURL *)mainFrameURL;
Note:
See TracChangeset
for help on using the changeset viewer.