Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa64ae68cfd9b46cb25ee9b95f91554d7693ff2c
      
https://github.com/WebKit/WebKit/commit/aa64ae68cfd9b46cb25ee9b95f91554d7693ff2c
  Author: Franco Vieira de Souza <[email protected]>
  Date:   2025-10-01 (Wed, 01 Oct 2025)

  Changed paths:
    M Source/WebCore/platform/PlatformKeyboardEvent.h
    M Source/WebCore/platform/win/KeyEventWin.cpp

  Log Message:
  -----------
  [WK1+Window] Remove dead keyboard event code
https://bugs.webkit.org/show_bug.cgi?id=299827
rdar://161601073

Reviewed by Abrar Rahman Protyasha and Yusuke Suzuki.

It seems PlatformKeyboardEvent::PlatformKeyboardEvent was fully replaced
by WebKit2PlatformKeyboardEvent + WebEventFactory::createWebKeyboardEvent,
so we remove that (and supporting functions).

* Source/WebCore/platform/win/KeyEventWin.cpp:
(WebCore::keyIdentifierForWindowsKeyCode): Deleted.
(WebCore::isKeypadEvent): Deleted.
(WebCore::windowsKeycodeWithLocation): Deleted.
(WebCore::singleCharacterString): Deleted.
(WebCore::windowsKeyNames): Deleted.
(WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): Deleted.

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