Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d811b2767c100458dc9b72a7c4c30de7a483948d
      
https://github.com/WebKit/WebKit/commit/d811b2767c100458dc9b72a7c4c30de7a483948d
  Author: Kate Lee <[email protected]>
  Date:   2025-11-24 (Mon, 24 Nov 2025)

  Changed paths:
    M Source/WebKit/SourcesWPE.txt
    A Source/WebKit/UIProcess/wpe/WebContextMenuProxyWPE.cpp
    M Source/WebKit/UIProcess/wpe/WebContextMenuProxyWPE.h

  Log Message:
  -----------
  [WPE] Right mouse button click stops further mouse button processing

https://bugs.webkit.org/show_bug.cgi?id=272354

Reviewed by Adrian Perez de Castro.

The context menu request was not followed by any
implementation logic. As a result, WebPageProxy::
clearWaitingForContextMenuToShow() was never called,
leaving the page stuck in a state where mouse click
events were not processed.

This patch introduces the initial plumbing for WPE
context menu handling. Follow-up patches will impl-
ement the full public API to expose hit-test results
and context-menu item information to the application.

This patch is based on the original work by
chrisduerr@. I have updated the work for the WPE port.

Co-authored-by: Christian Duerr(chrisduerr@)<[email protected]>

* Source/WebKit/SourcesWPE.txt:
* Source/WebKit/UIProcess/wpe/WebContextMenuProxyWPE.cpp: Copied from 
Source/WebKit/UIProcess/wpe/WebContextMenuProxyWPE.h.
(WebKit::WebContextMenuProxyWPE::WebContextMenuProxyWPE):
(WebKit::WebContextMenuProxyWPE::showContextMenuWithItems):
* Source/WebKit/UIProcess/wpe/WebContextMenuProxyWPE.h:

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



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

Reply via email to