Bug 262598 - Add Vector::appendList() function which takes in a std::initializer_list
Summary: Add Vector::appendList() function which takes in a std::initializer_list
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-03 20:18 PDT by Chris Dumez
Modified: 2023-10-04 16:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-10-03 20:18:03 PDT
Add Vector::appendList() function which takes in a std::initializer_list and use it in a few places.

Note that we already have a Vector constructor taking a std::initializer_list.
Comment 1 Chris Dumez 2023-10-03 20:22:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18603
Comment 2 EWS 2023-10-04 16:19:34 PDT
Committed 268879@main (c1c9b7014e95): <https://commits.webkit.org/268879@main>

Reviewed commits have been landed. Closing PR #18603 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-04 16:20:32 PDT
<rdar://problem/116491702>