Commit fe80e84
committed
[iOS] Rename some WebKit-internal functions and variables that reference "data interaction"
https://bugs.webkit.org/show_bug.cgi?id=193829
Reviewed by Tim Horton.
Source/WebCore:
No change in behavior.
* page/EventHandler.h:
* page/ios/EventHandlerIOS.mm:
(WebCore::EventHandler::tryToBeginDragAtPoint):
(WebCore::EventHandler::tryToBeginDataInteractionAtPoint): Deleted.
* platform/ios/WebItemProviderPasteboard.mm:
(linkTemporaryItemProviderFilesToDropStagingDirectory):
Source/WebKit:
* UIProcess/Cocoa/WebPageProxyCocoa.mm:
(WebKit::WebPageProxy::setDragCaretRect):
* UIProcess/PageClient.h:
* UIProcess/WebPageProxy.h:
* UIProcess/WebPageProxy.messages.in:
* UIProcess/ios/PageClientImplIOS.h:
* UIProcess/ios/PageClientImplIOS.mm:
(WebKit::PageClientImpl::didHandleDragStartRequest):
(WebKit::PageClientImpl::didConcludeEditDrag):
(WebKit::PageClientImpl::didChangeDragCaretRect):
(WebKit::PageClientImpl::didHandleStartDataInteractionRequest): Deleted.
(WebKit::PageClientImpl::didConcludeEditDataInteraction): Deleted.
(WebKit::PageClientImpl::didChangeDataInteractionCaretRect): Deleted.
* UIProcess/ios/WKContentViewInteraction.h:
* UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView setupInteraction]):
(-[WKContentView cleanupInteraction]):
(-[WKContentView setupDragAndDropInteractions]):
(-[WKContentView teardownDragAndDropInteractions]):
(-[WKContentView _didHandleDragStartRequest:]):
(-[WKContentView _didConcludeEditDrag:]):
(-[WKContentView _didChangeDragCaretRect:currentRect:]):
(-[WKContentView _dragInteraction:prepareForSession:completion:]):
(-[WKContentView setupDataInteractionDelegates]): Deleted.
(-[WKContentView teardownDataInteractionDelegates]): Deleted.
(-[WKContentView _didHandleStartDataInteractionRequest:]): Deleted.
(-[WKContentView _didConcludeEditDataInteraction:]): Deleted.
(-[WKContentView _didChangeDataInteractionCaretRect:currentRect:]): Deleted.
* UIProcess/ios/WebPageProxyIOS.mm:
(WebKit::WebPageProxy::didHandleDragStartRequest):
(WebKit::WebPageProxy::requestDragStart):
(WebKit::WebPageProxy::didConcludeEditDrag):
(WebKit::WebPageProxy::didHandleStartDataInteractionRequest): Deleted.
(WebKit::WebPageProxy::requestStartDataInteraction): Deleted.
(WebKit::WebPageProxy::didConcludeEditDataInteraction): Deleted.
* WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:
(WebKit::WebDragClient::didConcludeEditDrag):
* WebProcess/WebPage/WebPage.h:
* WebProcess/WebPage/WebPage.messages.in:
* WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::requestDragStart):
(WebKit::WebPage::requestAdditionalItemsForDragSession):
(WebKit::WebPage::didConcludeEditDrag):
(WebKit::WebPage::requestStartDataInteraction): Deleted.
(WebKit::WebPage::didConcludeEditDataInteraction): Deleted.
Source/WebKitLegacy/mac:
* WebCoreSupport/WebDragClient.mm:
(WebDragClient::didConcludeEditDrag):
* WebView/WebView.mm:
(-[WebView _requestStartDataInteraction:globalPosition:]):
(-[WebView _didConcludeEditDrag]):
(-[WebView _didConcludeEditDataInteraction]): Deleted.
* WebView/WebViewInternal.h:
Canonical link: https://commits.webkit.org/208330@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240491 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent beb2e68 commit fe80e84Copy full SHA for fe80e84
22 files changed
+147-63Lines changed: 147 additions & 63 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Source
- WebCore
- page
- ios
- platform/ios
- WebKitLegacy/mac
- WebCoreSupport
- WebView
- WebKit
- UIProcess
- Cocoa
- ios
- WebProcess
- WebCoreSupport/mac
- WebPage
- ios
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
1 | 17 | |
2 | 18 | |
3 | 19 | |
|
Collapse file
Source/WebCore/page/EventHandler.h
Copy file name to clipboardExpand all lines: Source/WebCore/page/EventHandler.h+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
329 | 329 | |
330 | 330 | |
331 | 331 | |
332 | | - |
333 | | - |
| 332 | + |
| 333 | + |
334 | 334 | |
335 | 335 | |
336 | 336 | |
|
Collapse file
Source/WebCore/page/ios/EventHandlerIOS.mm
Copy file name to clipboardExpand all lines: Source/WebCore/page/ios/EventHandlerIOS.mm+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
650 | 650 | |
651 | 651 | |
652 | 652 | |
653 | | - |
| 653 | + |
654 | 654 | |
655 | 655 | |
656 | 656 | |
| ||
673 | 673 | |
674 | 674 | |
675 | 675 | |
676 | | - |
| 676 | + |
677 | 677 | |
678 | 678 | |
679 | 679 | |
|
Collapse file
Source/WebCore/platform/ios/WebItemProviderPasteboard.mm
Copy file name to clipboardExpand all lines: Source/WebCore/platform/ios/WebItemProviderPasteboard.mm+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
690 | 690 | |
691 | 691 | |
692 | 692 | |
693 | | - |
| 693 | + |
694 | 694 | |
695 | 695 | |
696 | 696 | |
697 | | - |
698 | | - |
| 697 | + |
| 698 | + |
699 | 699 | |
700 | 700 | |
701 | 701 | |
| ||
708 | 708 | |
709 | 709 | |
710 | 710 | |
711 | | - |
| 711 | + |
712 | 712 | |
713 | 713 | |
714 | 714 | |
|
Collapse file
+53Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
1 | 54 | |
2 | 55 | |
3 | 56 | |
|
Collapse file
Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
Copy file name to clipboardExpand all lines: Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
155 | 155 | |
156 | 156 | |
157 | 157 | |
158 | | - |
| 158 | + |
159 | 159 | |
160 | 160 | |
161 | 161 | |
|
Collapse file
Source/WebKit/UIProcess/PageClient.h
Copy file name to clipboardExpand all lines: Source/WebKit/UIProcess/PageClient.h+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
458 | 458 | |
459 | 459 | |
460 | 460 | |
461 | | - |
| 461 | + |
462 | 462 | |
463 | | - |
464 | | - |
| 463 | + |
| 464 | + |
465 | 465 | |
466 | 466 | |
467 | 467 | |
|
Collapse file
Source/WebKit/UIProcess/WebPageProxy.h
Copy file name to clipboardExpand all lines: Source/WebKit/UIProcess/WebPageProxy.h+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
679 | 679 | |
680 | 680 | |
681 | 681 | |
682 | | - |
| 682 | + |
683 | 683 | |
684 | | - |
| 684 | + |
685 | 685 | |
686 | | - |
| 686 | + |
687 | 687 | |
688 | 688 | |
689 | 689 | |
|
Collapse file
Source/WebKit/UIProcess/WebPageProxy.messages.in
Copy file name to clipboardExpand all lines: Source/WebKit/UIProcess/WebPageProxy.messages.in+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
327 | 327 | |
328 | 328 | |
329 | 329 | |
330 | | - |
| 330 | + |
331 | 331 | |
332 | | - |
| 332 | + |
333 | 333 | |
334 | 334 | |
335 | 335 | |
|
Collapse file
Source/WebKit/UIProcess/ios/PageClientImplIOS.h
Copy file name to clipboardExpand all lines: Source/WebKit/UIProcess/ios/PageClientImplIOS.h+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
222 | 222 | |
223 | 223 | |
224 | 224 | |
225 | | - |
| 225 | + |
226 | 226 | |
227 | 227 | |
228 | | - |
229 | | - |
| 228 | + |
| 229 | + |
230 | 230 | |
231 | 231 | |
232 | 232 | |
|
0 commit comments