[webkit-changes] [WebKit/WebKit] 7729bf: Remove Quirk shouldDisableWritingSuggestionsByDefa...
lilyspiniolas
noreply at github.com
Mon Oct 28 12:12:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7729bfb617894134122d38841fe9bfb2b73dba6f
https://github.com/WebKit/WebKit/commit/7729bfb617894134122d38841fe9bfb2b73dba6f
Author: Lily Spiniolas <lily_spiniolas at apple.com>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
Remove Quirk shouldDisableWritingSuggestionsByDefault once Gmail adopts the 'writingsuggestions' attribute.
https://bugs.webkit.org/show_bug.cgi?id=275923
rdar://130624461
Reviewed by Wenson Hsieh and Abrar Rahman Protyasha.
The 'writingsuggestions' attribute is now present on the site and
correctly prevents WebKit writing suggestions from occurring when
writing a message. The quirk disabling writing suggestions on the
site is therefore unnecessary and can be removed.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldDisableWritingSuggestionsByDefault const):
Canonical link: https://commits.webkit.org/285779@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