WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 267332
Variadic params to callback aren't handled correctly
https://bugs.webkit.org/show_bug.cgi?id=267332
Summary
Variadic params to callback aren't handled correctly
Luke Warlow
Reported
2024-01-10 05:55:02 PST
An IDL of "callback FooBarCallback = DOMString (DOMString input, any... arguments);" is treated the same as "callback FooBarCallback = DOMString (DOMString input, any arguments);" WebKit's IDL code generator should handle variadic params to callbacks.
Attachments
Add attachment
proposed patch, testcase, etc.
Luke Warlow
Comment 1
2024-01-10 07:18:36 PST
Pull request:
https://github.com/WebKit/WebKit/pull/22584
EWS
Comment 2
2024-01-10 12:10:04 PST
Committed
272855@main
(fcfe0a54117d): <
https://commits.webkit.org/272855@main
> Reviewed commits have been landed. Closing PR #22584 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-01-10 12:11:13 PST
<
rdar://problem/120800405
>
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