Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9a8e1262e6f690823d020dd0005ad4377c584fce
      
https://github.com/WebKit/WebKit/commit/9a8e1262e6f690823d020dd0005ad4377c584fce
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M Source/WebKit/UIProcess/mac/WKAppKitGestureController.mm

  Log Message:
  -----------
  [AppKit Gestures] Gesture controller logs should be prefixed with 
WebPageProxy::logIdentifier()
https://bugs.webkit.org/show_bug.cgi?id=306770
rdar://169447770

Reviewed by Richard Robinson.

Currently, we take the page identifier and dump its uint64
representation, which is slightly different from the output of
WebPageProxy::logIdentifier(). Using this method will align our logging
with other logs that also dump the page ID.

No new tests because there is no behavior change in this patch.

* Source/WebKit/UIProcess/mac/WKAppKitGestureController.mm:
(-[WKAppKitGestureController enableGestureIfNeeded:]):
(-[WKAppKitGestureController panGestureRecognized:]):
(-[WKAppKitGestureController singleClickGestureRecognized:]):
(-[WKAppKitGestureController doubleClickGestureRecognized:]):
(-[WKAppKitGestureController startMomentumIfNeededForGesture:]):
(-[WKAppKitGestureController interruptMomentumIfNeeded]):
(-[WKAppKitGestureController 
gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:]):
(-[WKAppKitGestureController gestureRecognizerShouldBegin:]):

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



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

Reply via email to