WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
274503
Update base64EncodeToString() / base64URLEncodeToString() overloads
https://bugs.webkit.org/show_bug.cgi?id=274503
Summary
Update base64EncodeToString() / base64URLEncodeToString() overloads
Chris Dumez
Reported
2024-05-21 21:52:40 PDT
Update base64EncodeToString() / base64URLEncodeToString() overloads to force the call sites to provide either a `std::span<const std::byte>` or a `std::span<const uint8_t>`. This is a step towards our broader std::span adoption and using more consistent typing to represent bytes.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2024-05-21 21:57:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28898
EWS
Comment 2
2024-05-22 10:38:07 PDT
Committed
279138@main
(513f6e7095e6): <
https://commits.webkit.org/279138@main
> Reviewed commits have been landed. Closing PR #28898 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-05-22 10:40:11 PDT
<
rdar://problem/128550525
>
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