[webkit-changes] [WebKit/WebKit] 2cc8f7: Fix PlayStation WPE build of WebKitTestRunner

Don Olmstead noreply at github.com
Mon Feb 12 17:14:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2cc8f74ab704eb21c09d89ffce90367aee307f03
      https://github.com/WebKit/WebKit/commit/2cc8f74ab704eb21c09d89ffce90367aee307f03
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
    A Tools/WebKitTestRunner/InjectedBundle/playstation/AccessibilityControllerPlayStation.cpp
    A Tools/WebKitTestRunner/InjectedBundle/playstation/AccessibilityUIElementPlayStation.cpp
    M Tools/WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp
    M Tools/WebKitTestRunner/PlatformPlayStation.cmake
    M Tools/WebKitTestRunner/libwpe/EventSenderProxyLibWPE.cpp
    M Tools/WebKitTestRunner/libwpe/PlatformWebViewLibWPE.cpp

  Log Message:
  -----------
  Fix PlayStation WPE build of WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=269247

Reviewed by Fujii Hironori.

Add stubs for the accessibility within the InjectedBundle for PlayStation. Fix
a typo in `AccessibilityUIElementWin.cpp` while there.

Include additional libWPE files to the build and guard `ENABLE(WPE_PLATFORM)`.

* Tools/WebKitTestRunner/InjectedBundle/playstation/AccessibilityControllerPlayStation.cpp: Added.
* Tools/WebKitTestRunner/InjectedBundle/playstation/AccessibilityUIElementPlayStation.cpp: Copied from Tools\WebKitTestRunner\InjectedBundle\win\AccessibilityUIElementWin.cpp.
* Tools/WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp:
* Tools/WebKitTestRunner/PlatformPlayStation.cmake:
* Tools/WebKitTestRunner/libwpe/EventSenderProxyLibWPE.cpp:
* Tools/WebKitTestRunner/libwpe/PlatformWebViewLibWPE.cpp:

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




More information about the webkit-changes mailing list