[webkit-changes] [WebKit/WebKit] 980999: Web Manifest: parser should trim with isASCIIWhite...
Marcos Cáceres
noreply at github.com
Tue Aug 20 20:17:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 98099931172e5708c4e5ed80f8f811f9a078fe80
https://github.com/WebKit/WebKit/commit/98099931172e5708c4e5ed80f8f811f9a078fe80
Author: Marcos Caceres <marcosc at apple.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp
M Tools/TestWebKitAPI/Tests/WebCore/ApplicationManifestParser.cpp
Log Message:
-----------
Web Manifest: parser should trim with isASCIIWhitespace
https://bugs.webkit.org/show_bug.cgi?id=278377
rdar://134336817
Reviewed by Anne van Kesteren.
Now trims using isASCIIWhitespace instead of isUnicodeCompatibleASCIIWhitespace.
* Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp:
(WebCore::ApplicationManifestParser::parseDisplay):
(WebCore::ApplicationManifestParser::parseOrientation):
(WebCore::ApplicationManifestParser::parseIcons):
* Tools/TestWebKitAPI/Tests/WebCore/ApplicationManifestParser.cpp:
(TEST_F):
Canonical link: https://commits.webkit.org/282544@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