[webkit-changes] [WebKit/WebKit] 4cfac5: Use std::span more in StringCommon.h
Chris Dumez
noreply at github.com
Sun Apr 7 22:06:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4cfac5574bee015ca8149440b6658ffdb770ff0b
https://github.com/WebKit/WebKit/commit/4cfac5574bee015ca8149440b6658ffdb770ff0b
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-04-07 (Sun, 07 Apr 2024)
Changed paths:
M Source/JavaScriptCore/runtime/IntlObjectInlines.h
M Source/JavaScriptCore/runtime/JSONAtomStringCacheInlines.h
M Source/WTF/wtf/URLHelpers.cpp
M Source/WTF/wtf/text/CString.cpp
M Source/WTF/wtf/text/StringCommon.h
M Source/WTF/wtf/text/StringImpl.cpp
M Source/WTF/wtf/text/StringSearch.h
M Source/WTF/wtf/text/StringView.cpp
M Source/WTF/wtf/text/StringView.h
M Source/WTF/wtf/text/WTFString.h
M Source/WebCore/dom/SpaceSplitString.cpp
M Source/WebCore/dom/make_names.pl
M Source/WebCore/html/parser/HTMLToken.h
M Source/WebCore/html/parser/HTMLTokenizer.cpp
M Source/WebCore/html/track/VTTCue.cpp
M Source/WebCore/html/track/VTTScanner.cpp
M Source/WebCore/html/track/VTTScanner.h
Log Message:
-----------
Use std::span more in StringCommon.h
https://bugs.webkit.org/show_bug.cgi?id=272311
Reviewed by Darin Adler.
* Source/JavaScriptCore/runtime/IntlObjectInlines.h:
(JSC::compareASCIIWithUCADUCET):
* Source/JavaScriptCore/runtime/JSONAtomStringCacheInlines.h:
(JSC::JSONAtomStringCache::make):
* Source/WTF/wtf/URLHelpers.cpp:
(WTF::URLHelpers::mapHostName):
* Source/WTF/wtf/text/CString.cpp:
(WTF::operator==):
* Source/WTF/wtf/text/StringCommon.h:
* Source/WTF/wtf/text/StringImpl.cpp:
(WTF::StringImpl::find):
(WTF::StringImpl::reverseFind):
(WTF::equalInner):
(WTF::equalInternal):
* Source/WTF/wtf/text/StringSearch.h:
(WTF::BoyerMooreHorspoolTable::find const):
(WTF::BoyerMooreHorspoolTable::findInner const):
* Source/WTF/wtf/text/StringView.cpp:
(WTF::StringView::reverseFind const):
* Source/WTF/wtf/text/StringView.h:
(WTF::equal):
(WTF::startsWith):
(WTF::endsWith):
* Source/WebCore/dom/SpaceSplitString.cpp:
(WebCore::TokenIsEqualToCharactersTokenProcessor::processToken):
* Source/WebCore/dom/make_names.pl:
(generateFindNameForLength):
* Source/WebCore/html/parser/HTMLToken.h:
(WebCore::findAttribute):
* Source/WebCore/html/parser/HTMLTokenizer.cpp:
(WebCore::HTMLTokenizer::temporaryBufferIs):
(WebCore::HTMLTokenizer::isAppropriateEndTag const):
* Source/WebCore/html/track/VTTCue.cpp:
(WebCore::VTTCue::setCueSettings):
* Source/WebCore/html/track/VTTScanner.cpp:
(WebCore::VTTScanner::scan):
* Source/WebCore/html/track/VTTScanner.h:
(WebCore::VTTScanner::scan):
Canonical link: https://commits.webkit.org/277191@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