Title: [244751] trunk/Source/WebKit
- Revision
- 244751
- Author
- [email protected]
- Date
- 2019-04-29 13:34:16 -0700 (Mon, 29 Apr 2019)
Log Message
Add InteractionIsHappening to SuppressSelectionAssistantReason
https://bugs.webkit.org/show_bug.cgi?id=197375
<rdar://problem/50304986>
Reviewed by Megan Gardner.
Add a new reason for suppressing the selection assistant, to
be used in a follow-up patch.
* UIProcess/ios/WKContentViewInteraction.h: Add InteractionIsHappening.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (244750 => 244751)
--- trunk/Source/WebKit/ChangeLog 2019-04-29 20:32:47 UTC (rev 244750)
+++ trunk/Source/WebKit/ChangeLog 2019-04-29 20:34:16 UTC (rev 244751)
@@ -1,3 +1,16 @@
+2019-04-29 Dean Jackson <[email protected]>
+
+ Add InteractionIsHappening to SuppressSelectionAssistantReason
+ https://bugs.webkit.org/show_bug.cgi?id=197375
+ <rdar://problem/50304986>
+
+ Reviewed by Megan Gardner.
+
+ Add a new reason for suppressing the selection assistant, to
+ be used in a follow-up patch.
+
+ * UIProcess/ios/WKContentViewInteraction.h: Add InteractionIsHappening.
+
2019-04-29 Alex Christensen <[email protected]>
Storage::deleteOldVersions does not need to retain Storage
Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h (244750 => 244751)
--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h 2019-04-29 20:32:47 UTC (rev 244750)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h 2019-04-29 20:34:16 UTC (rev 244751)
@@ -171,7 +171,8 @@
enum SuppressSelectionAssistantReason : uint8_t {
EditableRootIsTransparentOrFullyClipped = 1 << 0,
FocusedElementIsTooSmall = 1 << 1,
- DropAnimationIsRunning = 1 << 2
+ DropAnimationIsRunning = 1 << 2,
+ InteractionIsHappening = 1 << 3
};
struct WKSelectionDrawingInfo {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes