Bug 271888 - Drop String constructors taking in a raw pointer and a length
Summary: Drop String constructors taking in a raw pointer and a length
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: 2024-03-29 07:33 PDT by Chris Dumez
Modified: 2024-03-30 13:24 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2024-03-29 07:33:23 PDT
Drop String constructors taking in a raw pointer and a length, in favor of the ones taking in a std::span.
Comment 1 Chris Dumez 2024-03-29 08:15:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26611
Comment 2 EWS 2024-03-30 13:23:31 PDT
Committed 276859@main (c04fd9f6099b): <https://commits.webkit.org/276859@main>

Reviewed commits have been landed. Closing PR #26611 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-03-30 13:24:12 PDT
<rdar://problem/125665706>