[webkit-changes] [WebKit/WebKit] 56976d: Further adopt std::span in StringCommon.h
Chris Dumez
noreply at github.com
Tue Apr 9 08:07:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56976d0ea5cb10b6e37488ea790e12118764e41b
https://github.com/WebKit/WebKit/commit/56976d0ea5cb10b6e37488ea790e12118764e41b
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-04-09 (Tue, 09 Apr 2024)
Changed paths:
M Source/JavaScriptCore/runtime/IntlLocale.cpp
M Source/JavaScriptCore/runtime/StringPrototype.cpp
M Source/WTF/wtf/DateMath.cpp
M Source/WTF/wtf/text/StringCommon.h
M Source/WTF/wtf/text/StringImpl.cpp
M Source/WTF/wtf/text/StringImpl.h
M Source/WTF/wtf/text/StringView.h
M Source/WebCore/css/parser/CSSParserFastPaths.cpp
M Source/WebCore/html/parser/ParsingUtilities.h
M Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp
M Source/WebCore/platform/SharedStringHash.cpp
Log Message:
-----------
Further adopt std::span in StringCommon.h
https://bugs.webkit.org/show_bug.cgi?id=272338
Reviewed by Darin Adler.
* Source/JavaScriptCore/runtime/IntlLocale.cpp:
(JSC::IntlLocale::maximal):
(JSC::IntlLocale::minimal):
* Source/JavaScriptCore/runtime/StringPrototype.cpp:
(JSC::splitStringByOneCharacterImpl):
* Source/WTF/wtf/DateMath.cpp:
(WTF::parseDateFromNullTerminatedCharacters):
* Source/WTF/wtf/text/StringCommon.h:
(WTF::span):
(WTF::span8):
* Source/WTF/wtf/text/StringImpl.cpp:
(WTF::StringImpl::find):
* Source/WTF/wtf/text/StringImpl.h:
(WTF::StringImpl::span const):
(WTF::StringImpl::find):
* Source/WTF/wtf/text/StringView.h:
(WTF::StringView::find const):
(WTF::findCommon):
(WTF::findIgnoringASCIICase):
(WTF::startsWithIgnoringASCIICase):
(WTF::endsWithIgnoringASCIICase):
* Source/WebCore/css/parser/CSSParserFastPaths.cpp:
(WebCore::parseTransformTranslateArguments):
(WebCore::parseTransformAngleArgument):
(WebCore::parseTransformNumberArguments):
(WebCore::transformCanLikelyUseFastPath):
* Source/WebCore/html/parser/ParsingUtilities.h:
(WebCore::skipExactlyIgnoringASCIICase):
* Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:
(WebCore::parseHeader):
* Source/WebCore/platform/SharedStringHash.cpp:
(WebCore::mergeDoubleSlashes):
Canonical link: https://commits.webkit.org/277245@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