WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
293097
Update EventDispatcher::dispatchEvent() to take in a std::span instead of a const Vector&
https://bugs.webkit.org/show_bug.cgi?id=293097
Summary
Update EventDispatcher::dispatchEvent() to take in a std::span instead of a c...
Chris Dumez
Reported
2025-05-15 20:19:32 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2025-05-15 20:20:52 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/45474
EWS
Comment 2
2025-05-16 12:13:24 PDT
Committed
295022@main
(4468b14aea09): <
https://commits.webkit.org/295022@main
> Reviewed commits have been landed. Closing PR #45474 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-05-16 12:20:46 PDT
<
rdar://problem/151480282
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug