Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6044c47010e248b255da77f28246acc220f06546
https://github.com/WebKit/WebKit/commit/6044c47010e248b255da77f28246acc220f06546
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-08-30 (Sun, 30 Aug 2026)
Changed paths:
M Source/WebKit/Modules/Internal/module.modulemap
M Source/WebKit/UIProcess/mac/AppKitGestures/WKAppKitGestureController.mm
A
Source/WebKit/UIProcess/mac/AppKitGestures/WKMouseTrackingGestureRecognizer.h
M
Source/WebKit/UIProcess/mac/AppKitGestures/WKMouseTrackingGestureRecognizer.swift
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
[AppKit Gestures] WKMouseTrackingGestureRecognizer should not be exposed
using @objc
https://bugs.webkit.org/show_bug.cgi?id=322944
rdar://186216383
Reviewed by Richard Robinson.
This patch is a follow-up to 319879@main.
Exposing a Swift class to Objective-C by annotating the class with @objc
is not properly supported. Instead, in this patch, we go with the
supported direction, which is to declare the class in a header and
implement in Swift with @objc @implementation.
No new tests since this patch does not introduce a behavior change.
Canonical link: https://commits.webkit.org/320126@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications