[webkit-changes] [WebKit/WebKit] a6099c: [WPE] gamepad crashes on raspberry pi 4 (arm64)

Víctor Manuel Jáquez Leal noreply at github.com
Tue Nov 22 09:00:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a6099cec8ff21c0ea765f38feae3ecb899ba19b4
      https://github.com/WebKit/WebKit/commit/a6099cec8ff21c0ea765f38feae3ecb899ba19b4
  Author: Victor Jaquez <vjaquez at igalia.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.cpp
    M Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.h

  Log Message:
  -----------
  [WPE] gamepad crashes on raspberry pi 4 (arm64)
https://bugs.webkit.org/show_bug.cgi?id=248210

Reviewed by Michael Catanzaro.

This is a breadcrumbs of the initial merge, because in libwpe uintptr_t is used for
gamepad id, while in webkit's platform code unsigned is used.

* Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.cpp:
(WebCore::GamepadProviderLibWPE::gamepadConnected):
(WebCore::GamepadProviderLibWPE::gamepadDisconnected):
(WebCore::GamepadProviderLibWPE::removeGamepadForId):
* Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.h:

Canonical link: https://commits.webkit.org/256940@main




More information about the webkit-changes mailing list