Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 955dc5016c8367877ebc3a3ada6f1827c3a69064
      
https://github.com/WebKit/WebKit/commit/955dc5016c8367877ebc3a3ada6f1827c3a69064
  Author: Franco Vieira <[email protected]>
  Date:   2025-08-12 (Tue, 12 Aug 2025)

  Changed paths:
    M LayoutTests/TestExpectations
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/auxclick-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/buffered-and-duration-threshold-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/buffered-flag-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/click-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/click-timing-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/contextmenu-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/crossiframe-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/dblclick-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/disconnect-target-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/duration-with-target-low-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/event-retarget-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/first-input-shadow-dom-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/idlharness.any-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/idlharness.window-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/keydown-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/keyup-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/large-duration-threshold-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/medium-duration-threshold-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/min-duration-threshold-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/modal-dialog-interrupt-paint-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mousedown-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mouseenter-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mouseleave-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mouseout-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mouseover-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/mouseup-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/only-observe-firstInput-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerdown-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerenter-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerleave-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerout-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerover-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/pointerup-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/programmatic-click-not-observed-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/retrievability-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/selection-autoscroll-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/shadow-dom-null-target-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/supported-types-consistent-with-self-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/supported-types.window-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/timingconditions-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/event-timing/toJSON-expected.txt
    M LayoutTests/platform/ios/TestExpectations
    M LayoutTests/platform/mac-wk1/TestExpectations
    M LayoutTests/platform/wpe/TestExpectations
    M Source/WebCore/Headers.cmake
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/JSPerformanceEntryCustom.cpp
    M Source/WebCore/dom/EventDispatcher.cpp
    M Source/WebCore/page/EventCounts.cpp
    M Source/WebCore/page/EventCounts.h
    M Source/WebCore/page/EventCounts.idl
    M Source/WebCore/page/LocalDOMWindow.cpp
    M Source/WebCore/page/LocalDOMWindow.h
    M Source/WebCore/page/Performance.cpp
    M Source/WebCore/page/Performance.h
    M Source/WebCore/page/PerformanceEntry.cpp
    M Source/WebCore/page/PerformanceEntry.h
    M Source/WebCore/page/PerformanceEventTiming.cpp
    M Source/WebCore/page/PerformanceEventTiming.h
    M Source/WebCore/page/PerformanceMark.h
    M Source/WebCore/page/PerformanceNavigationTiming.cpp
    M Source/WebCore/page/PerformanceObserver.cpp
    M Source/WebCore/page/PerformanceObserver.h

  Log Message:
  -----------
  Event Timing: dispatch to PerformanceObserver
https://bugs.webkit.org/show_bug.cgi?id=297010

Reviewed by Ryan Reno and Ryosuke Niwa.

Implements the dispatch of PerformanceEventTiming entries to
PerformanceObsevers.

Some fixes were made in the event timing implementation:
PerformanceEventTiming entries now use WeakPtr to avoid a reference
cycle, and the use of maplike on EventCounts was replaced by a manual
implementation of .get() and .size.

Some code was moved around to better manage dependencies, which
required some header changes: PerformanceEventTimingCandidate is now
PerformanceEventTiming::Candidate, and this required PerformanceEntry.h
to no longer include Performance.h in order to avoid a circular
dependency.

* 
LayoutTests/imported/w3c/web-platform-tests/event-timing/idlharness.any-expected.txt:
 now fails - missing maplike interface
* 
LayoutTests/imported/w3c/web-platform-tests/event-timing/idlharness.window-expected.txt:
 now fails - missing maplike interface
* Source/WebCore/Headers.cmake: fix build (removal of Performance.h from 
PerformanceEntry.h)
* Source/WebCore/WebCore.xcodeproj/project.pbxproj: fix build (removal of 
Performance.h from PerformanceEntry.h)
* Source/WebCore/page/PerformanceMark.h: fix build (removal of Performance.h 
from PerformanceEntry.h)
* Source/WebCore/page/PerformanceNavigationTiming.cpp: fix build (removal of 
Performance.h from PerformanceEntry.h)

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to