Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb3dfb64d0c8167f4e3135b7aee4652f3525bdaa
https://github.com/WebKit/WebKit/commit/bb3dfb64d0c8167f4e3135b7aee4652f3525bdaa
Author: Chris Dumez <[email protected]>
Date: 2024-04-06 (Sat, 06 Apr 2024)
Changed paths:
M Source/JavaScriptCore/runtime/Identifier.h
M Source/WTF/wtf/text/AtomString.h
M Source/WTF/wtf/text/AtomStringImpl.cpp
M Source/WTF/wtf/text/StringImpl.cpp
M Source/WTF/wtf/text/StringImpl.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/html/parser/AtomHTMLToken.h
M Source/WebCore/html/parser/HTMLNameCache.h
M Source/WebCore/html/track/VTTScanner.cpp
M Source/WebCore/platform/SharedStringHash.cpp
M Source/WebCore/platform/sql/SQLiteStatement.cpp
M Source/WebCore/rendering/RenderQuote.cpp
M Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp
Log Message:
-----------
Finish porting StringImpl to std::span
https://bugs.webkit.org/show_bug.cgi?id=272290
Reviewed by Darin Adler.
* Source/JavaScriptCore/runtime/Identifier.h:
(JSC::Identifier::equal):
* Source/WTF/wtf/text/AtomString.h:
(WTF::operator==):
* Source/WTF/wtf/text/AtomStringImpl.cpp:
(WTF::SubstringTranslator8::equal):
(WTF::SubstringTranslator16::equal):
* Source/WTF/wtf/text/StringImpl.cpp:
(WTF::StringImpl::substring):
(WTF::StringImpl::convertASCIICase):
(WTF::StringImpl::convertToASCIILowercase):
(WTF::StringImpl::convertToASCIIUppercase):
(WTF::StringImpl::find):
(WTF::StringImpl::reverseFind):
(WTF::StringImpl::findIgnoringASCIICase const):
(WTF::equalInner):
(WTF::StringImpl::startsWith const):
(WTF::StringImpl::hasInfixStartingAt const):
(WTF::StringImpl::endsWith const):
(WTF::StringImpl::hasInfixEndingAt const):
(WTF::StringImpl::replace):
(WTF::equalInternal):
(WTF::equal):
(WTF::equalIgnoringNullity):
* Source/WTF/wtf/text/StringImpl.h:
(WTF::StringImpl::find):
(WTF::StringImpl::reverseFind):
(WTF::StringImpl::replace):
(WTF::equal):
(WTF::reverseFindLineTerminator):
(WTF::reverseFind):
(WTF::codePointCompare):
(WTF::StringImpl::createByReplacingInCharacters):
(WTF::StringImpl::create8BitIfPossible): Deleted.
* Source/WTF/wtf/text/StringView.cpp:
(WTF::makeStringByReplacingAll):
(WTF::codePointCompare):
* Source/WTF/wtf/text/StringView.h:
(WTF:: const):
(WTF::StringView::reverseFind const):
(WTF::String::reverseFind const):
(WTF::AtomString::find const):
(WTF::AtomString::findIgnoringASCIICase const):
* Source/WTF/wtf/text/WTFString.h:
(WTF::makeStringByReplacingAll):
* Source/WebCore/html/parser/AtomHTMLToken.h:
(WebCore::AtomHTMLToken::AtomHTMLToken):
* Source/WebCore/html/parser/HTMLNameCache.h:
(WebCore::HTMLNameCache::makeAtomString):
(WebCore::HTMLNameCache::makeQualifiedName):
* Source/WebCore/html/track/VTTScanner.cpp:
(WebCore::VTTScanner::scanRun):
* Source/WebCore/platform/SharedStringHash.cpp:
(WebCore::cleanSlashDotDotSlashes):
* Source/WebCore/platform/sql/SQLiteStatement.cpp:
(WebCore::SQLiteStatement::columnBlobAsString):
* Source/WebCore/rendering/RenderQuote.cpp:
(WebCore::stringForQuoteCharacter):
* Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp:
(TestWebKitAPI::TEST(WTF, StringImplReplaceWithLiteral)):
Canonical link: https://commits.webkit.org/277175@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes