[webkit-changes] [WebKit/WebKit] 901227: [iPadOS] Swiping between articles in Feedly using ...

Wenson Hsieh noreply at github.com
Sat Feb 1 18:51:32 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 901227a198cab34e4ed87062ae9e1784bc10fd8a
      https://github.com/WebKit/WebKit/commit/901227a198cab34e4ed87062ae9e1784bc10fd8a
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2025-02-01 (Sat, 01 Feb 2025)

  Changed paths:
    M Source/WebKit/UIProcess/ios/PointerTouchCompatibilitySimulator.h
    M Source/WebKit/UIProcess/ios/PointerTouchCompatibilitySimulator.mm

  Log Message:
  -----------
  [iPadOS] Swiping between articles in Feedly using a trackpad sometimes fails, or the transition animation sometimes stutters
https://bugs.webkit.org/show_bug.cgi?id=286025

Reviewed by Abrar Rahman Protyasha.

Remove the watchdog timer from `PointerTouchCompatibilitySimulator` — this was only used to work
around the underlying bug in rdar://142995637. Once a fix for rdar://142995637 is in place, we no
longer need this watchdog timer to guard against the case where the trackpad wheel event stream
abruptly stops before it's ended or cancelled.

* Source/WebKit/UIProcess/ios/PointerTouchCompatibilitySimulator.h:
* Source/WebKit/UIProcess/ios/PointerTouchCompatibilitySimulator.mm:
(WebKit::PointerTouchCompatibilitySimulator::PointerTouchCompatibilitySimulator):
(WebKit::PointerTouchCompatibilitySimulator::handleScrollUpdate):
(WebKit::PointerTouchCompatibilitySimulator::resetState):
(): Deleted.

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



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


More information about the webkit-changes mailing list