[webkit-changes] [WebKit/WebKit] 80048c: Do some more std::span adoption
Chris Dumez
noreply at github.com
Thu Apr 18 09:18:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80048c7a5d58bf64d74980b482916878ae7610bc
https://github.com/WebKit/WebKit/commit/80048c7a5d58bf64d74980b482916878ae7610bc
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M Source/JavaScriptCore/API/JSStringRef.cpp
M Source/JavaScriptCore/yarr/YarrInterpreter.cpp
M Source/JavaScriptCore/yarr/YarrInterpreter.h
M Source/WTF/wtf/Assertions.cpp
M Source/WTF/wtf/text/StringView.cpp
M Source/WTF/wtf/unicode/icu/CollatorICU.cpp
M Source/WebCore/dom/Document.cpp
M Source/WebCore/html/MediaFragmentURIParser.cpp
M Source/WebCore/html/MediaFragmentURIParser.h
Log Message:
-----------
Do some more std::span adoption
https://bugs.webkit.org/show_bug.cgi?id=272881
Reviewed by Geoffrey Garen.
* Source/JavaScriptCore/API/JSStringRef.cpp:
(JSStringCreateWithUTF8CString):
* Source/JavaScriptCore/yarr/YarrInterpreter.cpp:
(JSC::Yarr::Interpreter::InputStream::InputStream):
(JSC::Yarr::Interpreter::Interpreter):
(JSC::Yarr::interpret):
* Source/JavaScriptCore/yarr/YarrInterpreter.h:
* Source/WTF/wtf/Assertions.cpp:
(WTF::createWithFormatAndArguments):
* Source/WTF/wtf/text/StringView.cpp:
(WTF::convertASCIICase):
(WTF::StringView::convertToASCIILowercase const):
(WTF::StringView::convertToASCIIUppercase const):
(WTF::convertASCIILowercaseAtom):
(WTF::StringView::convertToASCIILowercaseAtom const):
* Source/WTF/wtf/unicode/icu/CollatorICU.cpp:
(WTF::createLatin1Iterator):
(WTF::createIterator):
* Source/WebCore/dom/Document.cpp:
(WebCore::isValidNameASCIIWithoutColon):
(WebCore::Document::parseQualifiedName):
* Source/WebCore/html/MediaFragmentURIParser.cpp:
(WebCore::collectDigits):
(WebCore::collectFraction):
(WebCore::MediaFragmentURIParser::parseTimeFragment):
(WebCore::MediaFragmentURIParser::parseNPTFragment):
(WebCore::MediaFragmentURIParser::parseNPTTime):
* Source/WebCore/html/MediaFragmentURIParser.h:
Canonical link: https://commits.webkit.org/277678@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