Title: [258888] trunk/Source/WebKit
- Revision
- 258888
- Author
- [email protected]
- Date
- 2020-03-23 16:42:16 -0700 (Mon, 23 Mar 2020)
Log Message
Removed FIXME comment for work that had already been done.
* UIProcess/ios/WKSyntheticTapGestureRecognizer.mm:
(-[WKSyntheticTapGestureRecognizer touchesEnded:withEvent:]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (258887 => 258888)
--- trunk/Source/WebKit/ChangeLog 2020-03-23 23:28:46 UTC (rev 258887)
+++ trunk/Source/WebKit/ChangeLog 2020-03-23 23:42:16 UTC (rev 258888)
@@ -1,3 +1,10 @@
+2020-03-23 Megan Gardner <[email protected]>
+
+ Removed FIXME comment for work that had already been done.
+
+ * UIProcess/ios/WKSyntheticTapGestureRecognizer.mm:
+ (-[WKSyntheticTapGestureRecognizer touchesEnded:withEvent:]):
+
2020-03-23 John Wilander <[email protected]>
Add the capability to change all of a website's cookies to SameSite=Strict
Modified: trunk/Source/WebKit/UIProcess/ios/WKSyntheticTapGestureRecognizer.mm (258887 => 258888)
--- trunk/Source/WebKit/UIProcess/ios/WKSyntheticTapGestureRecognizer.mm 2020-03-23 23:28:46 UTC (rev 258887)
+++ trunk/Source/WebKit/UIProcess/ios/WKSyntheticTapGestureRecognizer.mm 2020-03-23 23:42:16 UTC (rev 258888)
@@ -96,7 +96,6 @@
if (!_supportingWebTouchEventsGestureRecognizer)
return;
- // FIXME: <rdar://problem/48035706>
NSMapTable<NSNumber *, UITouch *> *activeTouches = [_supportingWebTouchEventsGestureRecognizer activeTouchesByIdentifier];
for (NSNumber *touchIdentifier in activeTouches) {
UITouch *touch = [activeTouches objectForKey:touchIdentifier];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes