Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 36f7876c579ec5bc800b2e01934a012ca35a6444 https://github.com/WebKit/WebKit/commit/36f7876c579ec5bc800b2e01934a012ca35a6444 Author: Chris Dumez <cdu...@apple.com> Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths: M Source/JavaScriptCore/runtime/IntlDisplayNames.cpp M Source/JavaScriptCore/runtime/JSString.cpp M Source/WTF/wtf/text/AtomString.cpp M Source/WTF/wtf/text/AtomString.h M Source/WTF/wtf/text/StringConcatenate.h M Source/WTF/wtf/text/StringView.cpp M Source/WTF/wtf/text/StringView.h M Source/WebCore/bindings/js/SerializedScriptValue.cpp M Source/WebCore/dom/DatasetDOMStringMap.cpp M Source/WebCore/dom/SpaceSplitString.cpp M Source/WebCore/html/parser/AtomHTMLToken.h M Source/WebCore/html/parser/HTMLNameCache.h M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp M Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp M Source/WebCore/page/EventSource.cpp M Source/WebCore/platform/graphics/FontCache.cpp M Source/WebCore/rendering/style/RenderStyle.cpp Log Message: ----------- Drop AtomString constructors that take in a raw pointer and a length https://bugs.webkit.org/show_bug.cgi?id=272132 Reviewed by Brent Fulgham. Drop AtomString constructors that take in a raw pointer and a length, in favor of the ones taking in a std::span. * Source/JavaScriptCore/runtime/IntlDisplayNames.cpp: (JSC::IntlDisplayNames::of const): * Source/JavaScriptCore/runtime/JSString.cpp: (JSC::JSRopeString::resolveRopeToAtomString const): * Source/WTF/wtf/text/AtomString.cpp: (WTF::AtomString::convertASCIICase const): * Source/WTF/wtf/text/AtomString.h: * Source/WTF/wtf/text/StringConcatenate.h: (WTF::tryMakeAtomStringFromAdapters): * Source/WTF/wtf/text/StringView.cpp: (WTF::convertASCIILowercaseAtom): * Source/WTF/wtf/text/StringView.h: (WTF::StringView::toAtomString const): * Source/WebCore/bindings/js/SerializedScriptValue.cpp: (WebCore::CloneDeserializer::readString): * Source/WebCore/dom/DatasetDOMStringMap.cpp: (WebCore::convertPropertyNameToAttributeName): * Source/WebCore/dom/SpaceSplitString.cpp: (WebCore::TokenAtomStringInitializer::processToken): * Source/WebCore/html/parser/AtomHTMLToken.h: (WebCore::AtomHTMLToken::AtomHTMLToken): * Source/WebCore/html/parser/HTMLNameCache.h: (WebCore::HTMLNameCache::makeAtomString): (WebCore::HTMLNameCache::makeQualifiedName): * Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp: (WebCore::Layout::TextUtil::ellipsisTextRun): * Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp: (WebCore::parseHeader): (WebCore::parseHeaders): * Source/WebCore/page/EventSource.cpp: (WebCore::EventSource::parseEventStreamLine): * Source/WebCore/platform/graphics/FontCache.cpp: (WebCore::FontCache::useBackslashAsYenSignForFamily): * Source/WebCore/rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::hyphenString const): (WebCore::RenderStyle::textEmphasisMarkString const): Canonical link: https://commits.webkit.org/277064@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes