Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 37e18e1196385ba48009420509791d161a9a360c
      
https://github.com/WebKit/WebKit/commit/37e18e1196385ba48009420509791d161a9a360c
  Author: Franco Vieira de Souza <[email protected]>
  Date:   2025-10-28 (Tue, 28 Oct 2025)

  Changed paths:
    M Source/WebCore/page/LocalDOMWindow.cpp
    M Source/WebCore/page/LocalDOMWindow.h

  Log Message:
  -----------
  [Event-timing] refresh timestamps of delayed keyup events (due inline text 
completion)
https://bugs.webkit.org/show_bug.cgi?id=301445
rdar://163284173

Reviewed by Wenson Hsieh.

We now add some extra processing to how the start time timestamp of
keyup events is handled: we now guarantee that this timestamp is never
older than the start time timestamp of the latest input event. This is
a workaround for https://webkit.org/b/301443,
which causes keyup events to be dispatched late, producing event timing
entries with unreasonably large durations.

* Source/WebCore/page/LocalDOMWindow.cpp:
(WebCore::LocalDOMWindow::initializeEventTimingEntry)
* Source/WebCore/page/LocalDOMWindow.h

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



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

Reply via email to