[webkit-changes] [WebKit/WebKit] 2ec1a7: Simplify Quirks for shouldSuppressAutocorrectionAn...
Karl Dubost
noreply at github.com
Fri Aug 25 11:30:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2ec1a7e6b1cae309a91cd6a4216bb51f0e50a7b6
https://github.com/WebKit/WebKit/commit/2ec1a7e6b1cae309a91cd6a4216bb51f0e50a7b6
Author: Karl Dubost <karlcow at apple.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
Simplify Quirks for shouldSuppressAutocorrectionAndAutocapitalizationInHiddenEditableAreas
https://bugs.webkit.org/show_bug.cgi?id=260695
rdar://49864669
Reviewed by Wenson Hsieh.
Refactor a bit the two functions in one function.
Also add a reference to a bug with steps to reproduce to remove later.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldSuppressAutocorrectionAndAutocapitalizationInHiddenEditableAreas const):
(WebCore::shouldSuppressAutocorrectionAndAutocapitalizationInHiddenEditableAreasForHost): Deleted.
Canonical link: https://commits.webkit.org/267288@main
More information about the webkit-changes
mailing list