Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8956674a34a3f1cd0ddc7c0ff56f3d959cf66ae6
https://github.com/WebKit/WebKit/commit/8956674a34a3f1cd0ddc7c0ff56f3d959cf66ae6
Author: Karl Dubost <[email protected]>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onenter-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit-expected.txt
M Source/WebCore/html/track/TextTrackCue.cpp
M Source/WebCore/html/track/TextTrackCue.h
Log Message:
-----------
dispatch enter/exit events on TextTrackCue/VTTCue with no track
https://bugs.webkit.org/show_bug.cgi?id=298227
rdar://160195643
Reviewed by Alicia Boya Garcia and Eric Carlson.
This removes the constraint to have a track associated for dispatching
events. Then as it inherits from the normal dispatchEvent, it doesn't
require its own declaration.
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onenter-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit-expected.txt:
* Source/WebCore/html/track/TextTrackCue.cpp:
(WebCore::TextTrackCue::dispatchEvent): Deleted
* Source/WebCore/html/track/TextTrackCue.h:
(WebCore::TextTrackCue::dispatchEvent): Deleted
Canonical link: https://commits.webkit.org/301836@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