Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ad89f251a604bdbdee8eabc2c6cb8f2fbc985a31
https://github.com/WebKit/WebKit/commit/ad89f251a604bdbdee8eabc2c6cb8f2fbc985a31
Author: Michael Catanzaro <[email protected]>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
M Source/JavaScriptCore/API/tests/JSONParseTest.cpp
M Source/JavaScriptCore/builtins/BuiltinNames.cpp
M Source/JavaScriptCore/parser/Lexer.cpp
M Source/JavaScriptCore/parser/Lexer.h
M Source/JavaScriptCore/parser/ParserArena.h
M Source/JavaScriptCore/runtime/Identifier.h
M Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
M Source/JavaScriptCore/wasm/js/WebAssemblyBuiltin.cpp
M Source/JavaScriptCore/yarr/YarrCanonicalize.h
M Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.cpp
M Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.js
M Source/JavaScriptCore/yarr/YarrInterpreter.cpp
M Source/JavaScriptCore/yarr/YarrJIT.cpp
M Source/JavaScriptCore/yarr/YarrPattern.cpp
M Source/JavaScriptCore/yarr/YarrPattern.h
M Source/WTF/wtf/FileSystem.cpp
M Source/WTF/wtf/URLParser.cpp
M Source/WTF/wtf/URLParser.h
M Source/WTF/wtf/text/AtomStringImpl.cpp
M Source/WTF/wtf/text/ParsingUtilities.h
M Source/WTF/wtf/text/StringBuilder.cpp
M Source/WTF/wtf/text/StringBuilder.h
M Source/WTF/wtf/text/StringCommon.h
M Source/WTF/wtf/text/StringImpl.cpp
M Source/WTF/wtf/text/StringImpl.h
M Source/WTF/wtf/text/StringView.h
M Source/WebCore/PAL/pal/text/TextCodecASCIIFastPath.h
M Source/WebCore/PAL/pal/text/TextCodecCJK.cpp
M Source/WebCore/PAL/pal/text/TextCodecICU.cpp
M Source/WebCore/html/NumberInputType.cpp
M Source/WebCore/html/parser/HTMLPreloadScanner.cpp
M Source/WebCore/html/track/VTTScanner.h
M Source/WebCore/inspector/agents/InspectorDOMAgent.cpp
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
M Source/WebCore/platform/win/ClipboardUtilitiesWin.cpp
M Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp
M Tools/TestWebKitAPI/Tests/WTF/StringHasher.cpp
M Tools/TestWebKitAPI/Tests/WTF/SuperFastHash.cpp
M Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp
M Tools/TestWebKitAPI/Tests/WTF/WYHash.cpp
M Tools/gdb/webkit.py
Log Message:
-----------
Reduce references to UChar and LChar
https://bugs.webkit.org/show_bug.cgi?id=299532
Reviewed by Darin Adler.
UChar has been replaced by char16_t, and LChar by Latin1Character. We've
mostly replaced them both already, but a few uses and many variable
names have been missed.
I'm also making a few simplifications, such as replacing StringBuilder
with makeString, and removing a redundant lexer function.
Canonical link: https://commits.webkit.org/300938@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