Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 232cebabc1f3c9c0e7abfd5bf6a173e5aae8329a
https://github.com/WebKit/WebKit/commit/232cebabc1f3c9c0e7abfd5bf6a173e5aae8329a
Author: Justin Michaud <[email protected]>
Date: 2026-08-01 (Sat, 01 Aug 2026)
Changed paths:
M Source/JavaScriptCore/runtime/CloneDeserializerBase.h
M Source/JavaScriptCore/runtime/CloneSerializerBase.h
M Source/JavaScriptCore/runtime/StructuredCloneTags.h
M Source/WTF/wtf/ByteOrder.h
M Source/WTF/wtf/CompactPointerTuple.h
M Source/WTF/wtf/FlipBytes.h
M Source/WTF/wtf/Int128.h
M Source/WTF/wtf/Packed.h
M Source/WTF/wtf/PlatformCPU.h
M Source/WTF/wtf/text/FastCharacterComparison.h
M Source/WTF/wtf/text/RapidHash.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/unicode/UTF8Conversion.cpp
M Source/WebCore/Modules/indexeddb/server/IDBSerialization.cpp
M Source/WebCore/platform/graphics/FormatConverter.cpp
M Source/WebCore/platform/graphics/GraphicsContextGL.h
M Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp
M Source/WebCore/platform/image-decoders/bmp/BMPImageReader.h
M Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
Log Message:
-----------
Remove big endian support and support for platforms without unaligned
loads/stores
https://bugs.webkit.org/show_bug.cgi?id=320780
Reviewed by Yusuke Suzuki.
This streamlines the supported set of builds, and now seems like a good
time since we are also dropping armv7 to cloop.
Canonical link: https://commits.webkit.org/318379@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications