Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 65c0985a6dbd03cef31a6e2b4129c547d6864107
      
https://github.com/WebKit/WebKit/commit/65c0985a6dbd03cef31a6e2b4129c547d6864107
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M Tools/MiniBrowser/mac/WK2BrowserWindowController.m

  Log Message:
  -----------
  REGRESSION(315851@main): Cannot pull-to-refresh in any configuration
https://bugs.webkit.org/show_bug.cgi?id=318147
rdar://180960359

Reviewed by Richard Robinson and Aditya Keerthi.

The intention with 315851@main was to opt out of installing
NSRefreshController if there is no conformance to NSRefreshControlHosting.
The protocol is actually named "AppKit.NSRefreshControlHosting", however,
so 315851@main unfortunately disabled refresh control in all
configurations.

This commit fixes the protocol name we want to match against, that way
we get refresh control in configurations where  WKWebView+RefreshControl
does get compiled.

* Tools/MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController awakeFromNib]):

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



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

Reply via email to