[webkit-changes] [WebKit/WebKit] 4a97b2: [WPE][WebDriver] Implement automation keyboard and...

Lauro Moura noreply at github.com
Tue May 28 04:56:12 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4a97b2ece9b549de56c9e960f11009ecc00967da
      https://github.com/WebKit/WebKit/commit/4a97b2ece9b549de56c9e960f11009ecc00967da
  Author: Lauro Moura <lmoura at igalia.com>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M Source/WebKit/SourcesWPE.txt
    M Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp
    M Source/WebKit/UIProcess/Automation/WebAutomationSession.h
    M Source/WebKit/UIProcess/Automation/gtk/WebAutomationSessionGtk.cpp
    M Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionLibWPE.cpp
    A Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionLibWPE.h
    A Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp
    M Source/WebKit/UIProcess/Automation/mac/WebAutomationSessionMac.mm
    M Source/WebKit/UIProcess/Automation/win/WebAutomationSessionWin.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEKeymapXKB.cpp

  Log Message:
  -----------
  [WPE][WebDriver] Implement automation keyboard and mouse input handlers for new WPE API
https://bugs.webkit.org/show_bug.cgi?id=273750

Reviewed by Carlos Garcia Campos.

Using new WPEEvent class when we're under the new WPE API.

This commit also moves the WPE-related WebAutomationSession platformSimulate* methods
implementation to the new API file, calling the older libwpe-based API in the `LibWPE.cpp`
file if required.

* Source/WebKit/SourcesWPE.txt: Add new file
* Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionLibWPE.cpp:
* Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionLibWPE.h: Added
* Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:
* Source/WebKit/WPEPlatform/wpe/WPEKeymapXKB.cpp: Fix typo

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list