Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be1bc4ce94f59c299293b44d338cb38a5a2a7261
      
https://github.com/WebKit/WebKit/commit/be1bc4ce94f59c299293b44d338cb38a5a2a7261
  Author: Yury Semikhatsky <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M Source/WebKit/PlatformGTK.cmake
    M Source/WebKit/PlatformWPE.cmake
    M Source/WebKit/SourcesWPE.txt
    M Source/WebKit/UIProcess/API/glib/WebKitAutocleanups.h.in
    A Source/WebKit/UIProcess/API/glib/WebKitPointerLockPermissionRequest.h.in
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
    M Source/WebKit/UIProcess/API/glib/webkit.h.in
    R Source/WebKit/UIProcess/API/gtk/WebKitPointerLockPermissionRequest.h.in

  Log Message:
  -----------
  [WPE] Support building with POINTER_LOCK enabled
https://bugs.webkit.org/show_bug.cgi?id=318280

Reviewed by Carlos Alberto Lopez Perez.

WebKitPointerLockPermissionRequest's public header was GTK-only and
exposed via PLATFORM(GTK), so it couldn't build on WPE with
ENABLE(POINTER_LOCK) on. Move it to the shared glib API, make it
port-neutral, wire it into the WPE build, and gate it on
ENABLE(POINTER_LOCK) instead of PLATFORM(GTK). No default change.

* Source/WebKit/PlatformGTK.cmake:
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/SourcesWPE.txt:
* Source/WebKit/UIProcess/API/glib/WebKitAutocleanups.h.in:
* Source/WebKit/UIProcess/API/glib/WebKitPointerLockPermissionRequest.h.in: 
Renamed from 
Source/WebKit/UIProcess/API/gtk/WebKitPointerLockPermissionRequest.h.in.
* Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:
* Source/WebKit/UIProcess/API/glib/webkit.h.in:

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



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

Reply via email to