Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b332f986be2c69a696e8ab2646b087123fc64cc4 https://github.com/WebKit/WebKit/commit/b332f986be2c69a696e8ab2646b087123fc64cc4 Author: Chris Dumez <cdu...@apple.com> Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths: M Source/JavaScriptCore/builtins/BuiltinExecutables.cpp M Source/JavaScriptCore/parser/Lexer.h M Source/JavaScriptCore/runtime/ArrayPrototype.cpp M Source/JavaScriptCore/runtime/IntlCollator.cpp M Source/JavaScriptCore/runtime/IntlObjectInlines.h M Source/JavaScriptCore/runtime/JSBigInt.cpp M Source/JavaScriptCore/runtime/JSBigInt.h M Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp M Source/JavaScriptCore/runtime/JSImmutableButterfly.cpp M Source/JavaScriptCore/runtime/ParseInt.h M Source/JavaScriptCore/yarr/YarrJIT.cpp M Source/WTF/wtf/Threading.cpp M Source/WTF/wtf/text/StringSearch.h M Source/WTF/wtf/text/StringView.h M Source/WebCore/css/CSSFontFaceSet.cpp M Source/WebCore/css/parser/CSSParserFastPaths.cpp M Source/WebCore/css/parser/CSSParserToken.cpp M Source/WebCore/html/HTMLAttachmentElement.cpp M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp M Source/WebCore/platform/graphics/FontCascade.cpp M Source/WebCore/platform/graphics/FontCascade.h M Source/WebCore/platform/graphics/TextRun.h M Source/WebCore/platform/graphics/cairo/FontCairoHarfbuzzNG.cpp M Source/WebCore/platform/network/create-http-header-name-table M Source/WebCore/platform/sql/SQLiteStatement.cpp M Source/WebCore/platform/text/SegmentedString.h M Source/WebCore/rendering/RenderText.cpp M Source/WebKit/Shared/API/c/WKString.cpp M Source/WebKit/WebProcess/GPU/media/RemoteVideoCodecFactory.cpp M Source/WebKit/WebProcess/InjectedBundle/API/mac/WKDOMTextIterator.mm M Source/WebKitLegacy/mac/WebView/WebTextIterator.mm M Tools/TestWebKitAPI/Tests/WTF/StringParsingBuffer.cpp Log Message: ----------- Drop StringView::characters8() / characters16() https://bugs.webkit.org/show_bug.cgi?id=273052 Reviewed by Darin Adler. Drop StringView::characters8() / characters16(), in favor to span8() / span16(). * Source/JavaScriptCore/builtins/BuiltinExecutables.cpp: (JSC::BuiltinExecutables::createExecutable): * Source/JavaScriptCore/parser/Lexer.h: (JSC::Lexer<LChar>::setCodeStart): (JSC::Lexer<UChar>::setCodeStart): * Source/JavaScriptCore/runtime/ArrayPrototype.cpp: (JSC::fastJoin): * Source/JavaScriptCore/runtime/IntlCollator.cpp: (JSC::IntlCollator::compareStrings const): (JSC::IntlCollator::checkICULocaleInvariants): * Source/JavaScriptCore/runtime/IntlObjectInlines.h: (JSC::followedByNonLatinCharacter): (JSC::compareASCIIWithUCADUCETLevel3): (JSC::compareASCIIWithUCADUCET): * Source/JavaScriptCore/runtime/JSBigInt.cpp: (JSC::JSBigInt::parseInt): * Source/JavaScriptCore/runtime/JSBigInt.h: * Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): * Source/JavaScriptCore/runtime/JSImmutableButterfly.cpp: (JSC::JSImmutableButterfly::createFromString): * Source/JavaScriptCore/runtime/ParseInt.h: (JSC::parseInt): * Source/JavaScriptCore/yarr/YarrJIT.cpp: (JSC::Yarr::SubjectSampler::sample): * Source/WTF/wtf/text/StringSearch.h: (WTF::BoyerMooreHorspoolTable::BoyerMooreHorspoolTable): * Source/WTF/wtf/text/StringView.h: * Source/WebCore/css/CSSFontFaceSet.cpp: (WebCore::codePointsFromString): * Source/WebCore/css/parser/CSSParserFastPaths.cpp: (WebCore::checkForValidDouble): (WebCore::parseDouble): (WebCore::parseColorIntOrPercentage): (WebCore::isTenthAlpha): (WebCore::parseAlphaValue): (WebCore::mightBeRGBA): (WebCore::mightBeRGB): (WebCore::parseHexColorInternal): (WebCore::parseNumericColor): (WebCore::parseNamedColorInternal): (WebCore::parseSimpleColorInternal): (WebCore::CSSParserFastPaths::parseSimpleColor): (WebCore::CSSParserFastPaths::parseHexColor): (WebCore::CSSParserFastPaths::parseNamedColor): * Source/WebCore/css/parser/CSSParserToken.cpp: (WebCore::mergeIfAdjacent): * Source/WebCore/html/HTMLAttachmentElement.cpp: (WebCore::HTMLAttachmentElement::attachmentTitleForDisplay const): * Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp: (WebCore::Layout::TextUtil::enclosingGlyphBoundsForText): (WebCore::Layout::TextUtil::containsStrongDirectionalityText): (WebCore::Layout::TextUtil::directionForTextContent): (WebCore::Layout::TextUtil::canUseSimplifiedTextMeasuring): * Source/WebCore/platform/graphics/FontCascade.cpp: (WebCore::FontCascade::widthForSimpleTextSlow const): (WebCore::FontCascade::codePath const): (WebCore::FontCascade::characterRangeCodePath): * Source/WebCore/platform/graphics/FontCascade.h: * Source/WebCore/platform/graphics/TextRun.h: * Source/WebCore/platform/network/create-http-header-name-table: * Source/WebCore/platform/sql/SQLiteStatement.cpp: (WebCore::SQLiteStatement::bindText): * Source/WebCore/platform/text/SegmentedString.h: (WebCore::SegmentedString::Substring::Substring): * Source/WebCore/rendering/RenderText.cpp: (WebCore::RenderText::computeCanUseSimpleFontCodePath const): * Source/WebKit/Shared/API/c/WKString.cpp: (WKStringGetUTF8CStringImpl): * Source/WebKit/WebProcess/GPU/media/RemoteVideoCodecFactory.cpp: (WebKit::RemoteVideoCodecFactory::createEncoder): * Source/WebKit/WebProcess/InjectedBundle/API/mac/WKDOMTextIterator.mm: (-[WKDOMTextIterator currentTextPointer]): * Source/WebKitLegacy/mac/WebView/WebTextIterator.mm: (-[WebTextIterator currentTextPointer]): * Tools/TestWebKitAPI/Tests/WTF/StringParsingBuffer.cpp: (TestWebKitAPI::TEST(WTF, StringParsingBufferInitial)): Canonical link: https://commits.webkit.org/277836@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