[webkit-changes] [WebKit/WebKit] 4e6f29: Remove Quirk shouldSynthesizeTouchEvents for mail....
Karl Dubost
noreply at github.com
Mon Sep 9 17:26:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e6f293ba6c141ce9608dab4e1aa440cbee225f1
https://github.com/WebKit/WebKit/commit/4e6f293ba6c141ce9608dab4e1aa440cbee225f1
Author: Karl Dubost <karlcow at apple.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M Source/WebCore/loader/DocumentLoader.cpp
M Source/WebCore/loader/DocumentLoader.h
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
Remove Quirk shouldSynthesizeTouchEvents for mail.yahoo.com
https://bugs.webkit.org/show_bug.cgi?id=260700
rdar://114432331
Reviewed by Brent Fulgham.
* Be with Site Specific Hacks Enabled/Disabled
* On macOs or iPad,
* On Safari or Firefox
There is no suggestion of names when typing the first letters of the
name.
Also on Safari iOS, with the Site Specific Hacks disabled,
this time the pop up list of names is shown, and on tapping it,
it fills correctly the list of names.
* Source/WebCore/loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::mouseEventPolicy const): Deleted.
* Source/WebCore/loader/DocumentLoader.h:
(WebCore::DocumentLoader::mouseEventPolicy const):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldSynthesizeTouchEvents const): Deleted.
* Source/WebCore/page/Quirks.h:
Canonical link: https://commits.webkit.org/283376@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