WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252361
Update parserSetAttributes() to take in a Span instead of a Vector
https://bugs.webkit.org/show_bug.cgi?id=252361
Summary
Update parserSetAttributes() to take in a Span instead of a Vector
Chris Dumez
Reported
2023-02-15 16:24:02 PST
Update parserSetAttributes() to take in a Span instead of a Vector. Its implementation doesn't require a Vector, a Span suffices. Using a Span has a couple of benefits: 1. It allows some call sites to not create a Vector at all to set a single attribute 2. It allows call sites to use Vectors that can have various inline capacities
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-02-15 16:25:37 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10178
EWS
Comment 2
2023-02-15 20:46:26 PST
Committed
260349@main
(7ee416a7a42e): <
https://commits.webkit.org/260349@main
> Reviewed commits have been landed. Closing PR #10178 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-02-15 20:47:18 PST
<
rdar://problem/105530074
>
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