Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 356b22df6a2afa45dc9f47eaafa5c21d57ee51db
      
https://github.com/WebKit/WebKit/commit/356b22df6a2afa45dc9f47eaafa5c21d57ee51db
  Author: Justin Michaud <[email protected]>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/b3/B3Common.cpp
    M Source/JavaScriptCore/b3/B3LowerInt64.cpp
    M Source/JavaScriptCore/disassembler/CapstoneDisassembler.cpp
    M Source/JavaScriptCore/runtime/BufferMemoryHandle.h
    M Source/JavaScriptCore/runtime/JSStringInlines.h
    M Source/WTF/wtf/glib/WTFGType.h
    M Source/WebCore/css/CSSStyleDeclaration.cpp
    M Source/WebCore/dom/SpaceSplitString.cpp
    M Source/WebCore/loader/cache/MemoryCache.cpp
    M Source/WebCore/platform/audio/VectorMath.cpp
    M Source/WebCore/platform/graphics/FontCache.cpp
    M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
    M 
Source/WebCore/platform/graphics/gstreamer/GStreamerVideoFrameConverter.cpp
    M Source/WebCore/platform/graphics/gstreamer/GstAllocatorFastMalloc.cpp
    M Source/WebCore/platform/graphics/gstreamer/TextCombinerPadGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/VideoFrameMetadataGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/WebKitAudioSinkGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp
    M 
Source/WebCore/platform/graphics/gstreamer/mse/MediaSourcePrivateGStreamer.cpp
    M 
Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp
    M Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp
    M Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreTile.cpp
    M Source/WebCore/platform/libwpe/PlatformPasteboardLibWPE.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
    M Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp
    M Source/WebKit/UIProcess/API/C/wpe/WKPagePrivateWPE.cpp
    M Source/WebKit/WebProcess/Network/WebResourceLoader.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebPopupMenu.cpp
    M Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp
    M Tools/MiniBrowser/wpe/main.cpp

  Log Message:
  -----------
  Fix ARMv7 build warnings
https://bugs.webkit.org/show_bug.cgi?id=288678

Reviewed by Darin Adler.

There are many cast alignment warnings that we skip on 32-bit, mostly related
to GObject* downcasts. Since these warnings aren't very helpful, we just disable
them on 32-bit.

We also fix a few uint64_t <> size_t confusions with format strings.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:
* Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp:
* 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreTile.cpp:
(WebCore::CoordinatedBackingStoreTile::processPendingUpdates):
* Source/WebCore/platform/libwpe/PlatformPasteboardLibWPE.cpp:
(WebCore::PlatformPasteboard::getTypes const):
(WebCore::PlatformPasteboard::readString const):
* Source/WebKit/UIProcess/API/C/wpe/WKPagePrivateWPE.cpp:
(WKPageHandleKeyboardEvent):
* Source/cmake/WebKitCommon.cmake:
* Tools/MiniBrowser/wpe/main.cpp:
* Tools/Scripts/webkitdirs.pm:
(generateBuildSystemFromCMakeProject):

Canonical link: https://commits.webkit.org/292361@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

Reply via email to