Title: [231907] trunk
- Revision
- 231907
- Author
- [email protected]
- Date
- 2018-05-17 09:37:46 -0700 (Thu, 17 May 2018)
Log Message
Update touch event tracking type on every touch
https://bugs.webkit.org/show_bug.cgi?id=184250
Patch by Tadeu Zagallo <[email protected]>
Reviewed by Geoffrey Garen.
Fixed up some ChangeLog typos.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (231906 => 231907)
--- trunk/LayoutTests/ChangeLog 2018-05-17 16:34:15 UTC (rev 231906)
+++ trunk/LayoutTests/ChangeLog 2018-05-17 16:37:46 UTC (rev 231907)
@@ -238,13 +238,13 @@
2018-05-15 Tadeu Zagallo <[email protected]>
- Update touch event tracking type on every touch
+ Update touch event tracking types on every touch
https://bugs.webkit.org/show_bug.cgi?id=184250
<rdar://problem/39145092>
Reviewed by Geoffrey Garen.
- The tracking type for touch events were only update on touchstart, which meant that event
+ The tracking types for touch events were only update on touchstart, which meant that event
listeners added after the touchstart would always be treated as passive, even if explicitly
setting passive to false.
Modified: trunk/Source/WebKit/ChangeLog (231906 => 231907)
--- trunk/Source/WebKit/ChangeLog 2018-05-17 16:34:15 UTC (rev 231906)
+++ trunk/Source/WebKit/ChangeLog 2018-05-17 16:37:46 UTC (rev 231907)
@@ -206,13 +206,13 @@
2018-05-15 Tadeu Zagallo <[email protected]>
- Update touch event tracking type on every touch
+ Update touch event tracking types on every touch
https://bugs.webkit.org/show_bug.cgi?id=184250
<rdar://problem/39145092>
Reviewed by Geoffrey Garen.
- The tracking type for touch events were only update on touchstart, which meant that event
+ The tracking types for touch events were only update on touchstart, which meant that event
listeners added after the touchstart would always be treated as passive, even if explicitly
setting passive to false.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes