|
| 1 | +2019-01-25 Wenson Hsieh < [email protected]> |
| 2 | + |
| 3 | + [iOS] Rename some WebKit-internal functions and variables that reference "data interaction" |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=193829 |
| 5 | + |
| 6 | + Reviewed by Tim Horton. |
| 7 | + |
| 8 | + * UIProcess/Cocoa/WebPageProxyCocoa.mm: |
| 9 | + (WebKit::WebPageProxy::setDragCaretRect): |
| 10 | + * UIProcess/PageClient.h: |
| 11 | + * UIProcess/WebPageProxy.h: |
| 12 | + * UIProcess/WebPageProxy.messages.in: |
| 13 | + * UIProcess/ios/PageClientImplIOS.h: |
| 14 | + * UIProcess/ios/PageClientImplIOS.mm: |
| 15 | + (WebKit::PageClientImpl::didHandleDragStartRequest): |
| 16 | + (WebKit::PageClientImpl::didConcludeEditDrag): |
| 17 | + (WebKit::PageClientImpl::didChangeDragCaretRect): |
| 18 | + (WebKit::PageClientImpl::didHandleStartDataInteractionRequest): Deleted. |
| 19 | + (WebKit::PageClientImpl::didConcludeEditDataInteraction): Deleted. |
| 20 | + (WebKit::PageClientImpl::didChangeDataInteractionCaretRect): Deleted. |
| 21 | + * UIProcess/ios/WKContentViewInteraction.h: |
| 22 | + * UIProcess/ios/WKContentViewInteraction.mm: |
| 23 | + (-[WKContentView setupInteraction]): |
| 24 | + (-[WKContentView cleanupInteraction]): |
| 25 | + (-[WKContentView setupDragAndDropInteractions]): |
| 26 | + (-[WKContentView teardownDragAndDropInteractions]): |
| 27 | + (-[WKContentView _didHandleDragStartRequest:]): |
| 28 | + (-[WKContentView _didConcludeEditDrag:]): |
| 29 | + (-[WKContentView _didChangeDragCaretRect:currentRect:]): |
| 30 | + (-[WKContentView _dragInteraction:prepareForSession:completion:]): |
| 31 | + (-[WKContentView setupDataInteractionDelegates]): Deleted. |
| 32 | + (-[WKContentView teardownDataInteractionDelegates]): Deleted. |
| 33 | + (-[WKContentView _didHandleStartDataInteractionRequest:]): Deleted. |
| 34 | + (-[WKContentView _didConcludeEditDataInteraction:]): Deleted. |
| 35 | + (-[WKContentView _didChangeDataInteractionCaretRect:currentRect:]): Deleted. |
| 36 | + * UIProcess/ios/WebPageProxyIOS.mm: |
| 37 | + (WebKit::WebPageProxy::didHandleDragStartRequest): |
| 38 | + (WebKit::WebPageProxy::requestDragStart): |
| 39 | + (WebKit::WebPageProxy::didConcludeEditDrag): |
| 40 | + (WebKit::WebPageProxy::didHandleStartDataInteractionRequest): Deleted. |
| 41 | + (WebKit::WebPageProxy::requestStartDataInteraction): Deleted. |
| 42 | + (WebKit::WebPageProxy::didConcludeEditDataInteraction): Deleted. |
| 43 | + * WebProcess/WebCoreSupport/mac/WebDragClientMac.mm: |
| 44 | + (WebKit::WebDragClient::didConcludeEditDrag): |
| 45 | + * WebProcess/WebPage/WebPage.h: |
| 46 | + * WebProcess/WebPage/WebPage.messages.in: |
| 47 | + * WebProcess/WebPage/ios/WebPageIOS.mm: |
| 48 | + (WebKit::WebPage::requestDragStart): |
| 49 | + (WebKit::WebPage::requestAdditionalItemsForDragSession): |
| 50 | + (WebKit::WebPage::didConcludeEditDrag): |
| 51 | + (WebKit::WebPage::requestStartDataInteraction): Deleted. |
| 52 | + (WebKit::WebPage::didConcludeEditDataInteraction): Deleted. |
| 53 | + |
1 | 54 | 2019-01-25 Alex Christensen < [email protected]> |
2 | 55 |
|
3 | 56 | WKWebView.goBack should reload if there is a safe browsing warning |
|
0 commit comments