Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25c204edc004c12a101256aaa66096038d3d0196
https://github.com/WebKit/WebKit/commit/25c204edc004c12a101256aaa66096038d3d0196
Author: Chris Dumez <[email protected]>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M Source/WebCore/PAL/pal/text/TextEncodingRegistry.cpp
Log Message:
-----------
Stop using pointers to HashMap / HashSet in TextEncodingRegistry.cpp
https://bugs.webkit.org/show_bug.cgi?id=295166
Reviewed by Darin Adler.
Stop using pointers to HashMap / HashSet in TextEncodingRegistry.cpp. This is a
bit
of an anti-pattern since a HashMap/HashSet is already itself a pointer to a
HashTable.
* Source/WebCore/PAL/pal/text/TextEncodingRegistry.cpp:
(PAL::WTF_REQUIRES_LOCK):
(PAL::japaneseEncodings):
(PAL::nonBackslashEncodings):
(PAL::isJapaneseEncoding):
(PAL::shouldShowBackslashAsCurrencySymbolIn):
(PAL::newTextCodec):
(PAL::atomCanonicalTextEncodingName):
Canonical link: https://commits.webkit.org/296783@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