Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b6a54b0c5d2809cf80f213f9f736bcbd8fc56cf5
https://github.com/WebKit/WebKit/commit/b6a54b0c5d2809cf80f213f9f736bcbd8fc56cf5
Author: Chris Dumez <[email protected]>
Date: 2025-02-02 (Sun, 02 Feb 2025)
Changed paths:
M Source/WTF/wtf/StdLibExtras.h
M Source/WTF/wtf/text/ASCIIFastPath.h
M Source/WTF/wtf/text/ParsingUtilities.h
M Source/WebCore/Modules/indexeddb/server/IDBSerialization.cpp
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
M Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm
Log Message:
-----------
Drop use of WTF_ALLOW_UNSAFE_BUFFER_USAGE in ASCIIFastPath.h
https://bugs.webkit.org/show_bug.cgi?id=286878
Reviewed by Geoffrey Garen.
This tested as performance neutral on Speedometer and JetStream.
* Source/WTF/wtf/StdLibExtras.h:
(WTF::skip):
(WTF::dropLast):
(WTF::consumeLast):
(WTF::clampedMoveCursorWithinSpan):
(WTF::consumeSpan):
(WTF::consume):
(WTF::requires):
* Source/WTF/wtf/text/ASCIIFastPath.h:
(WTF::charactersAreAllASCII):
(WTF::charactersAreAllLatin1):
* Source/WTF/wtf/text/ParsingUtilities.h:
(WTF::skip): Deleted.
(WTF::dropLast): Deleted.
(WTF::consumeLast): Deleted.
(WTF::clampedMoveCursorWithinSpan): Deleted.
(WTF::consumeSpan): Deleted.
(WTF::consume): Deleted.
Canonical link: https://commits.webkit.org/289707@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