[webkit-changes] [WebKit/WebKit] 80b875: Remove Quirk shouldMakeTouchEventNonCancelableForT...
Karl Dubost
noreply at github.com
Fri Sep 6 04:32:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80b87523016dc7c1b6ef17808a161fec8b323850
https://github.com/WebKit/WebKit/commit/80b87523016dc7c1b6ef17808a161fec8b323850
Author: Karl Dubost <karlcow at apple.com>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
Remove Quirk shouldMakeTouchEventNonCancelableForTarget for youtube.com
https://bugs.webkit.org/show_bug.cgi?id=279247
rdar://135394336
Reviewed by Tim Horton.
The UI of YouTube has changed.
https://www.youtube.com/apple/videos
Now there are 3 individual buttons with a different markup and class name.
So basically the quirk is both
* dead code
* and not necessary anymore.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldMakeTouchEventNonCancelableForTarget const): Deleted.
* Source/WebCore/page/Quirks.h:
Canonical link: https://commits.webkit.org/283265@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list