Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4468b14aea09a5549dc4e05cda0c94ed09542ef1
https://github.com/WebKit/WebKit/commit/4468b14aea09a5549dc4e05cda0c94ed09542ef1
Author: Chris Dumez <[email protected]>
Date: 2025-05-16 (Fri, 16 May 2025)
Changed paths:
M Source/WebCore/Modules/indexeddb/IDBRequest.cpp
M Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
M Source/WebCore/dom/EventDispatcher.cpp
M Source/WebCore/dom/EventDispatcher.h
M Source/WebCore/dom/EventPath.cpp
M Source/WebCore/dom/EventPath.h
M Source/WebCore/html/OffscreenCanvas.cpp
Log Message:
-----------
Update EventDispatcher::dispatchEvent() to take in a std::span instead of a
const Vector&
https://bugs.webkit.org/show_bug.cgi?id=293097
Reviewed by Darin Adler.
Update EventDispatcher::dispatchEvent() to take in a std::span instead of a
const Vector&.
This avoids having to construct a vector at some of the call sites.
* Source/WebCore/Modules/indexeddb/IDBRequest.cpp:
(WebCore::IDBRequest::dispatchEvent):
* Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:
(WebCore::IDBTransaction::dispatchEvent):
* Source/WebCore/dom/EventDispatcher.cpp:
(WebCore::dispatchEventWithType):
(WebCore::EventDispatcher::dispatchEvent):
* Source/WebCore/dom/EventDispatcher.h:
* Source/WebCore/dom/EventPath.cpp:
(WebCore::EventPath::EventPath):
* Source/WebCore/dom/EventPath.h:
* Source/WebCore/html/OffscreenCanvas.cpp:
(WebCore::OffscreenCanvas::dispatchEvent):
Canonical link: https://commits.webkit.org/295022@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