Bug 255842 - Add isTabOrSpace to WTF
Summary: Add isTabOrSpace to WTF
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anne van Kesteren
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-23 08:24 PDT by Anne van Kesteren
Modified: 2023-04-25 01:08 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 Anne van Kesteren 2023-04-23 08:24:34 PDT
And use it in WebCore/loader/HeaderFieldTokenizer, WebCore/platform/network/HTTPParsers, WebCore/platform/network/RFC7230, WebCore/loader/LinkHeader.cpp, and WebCore/html/track/WebVTTParser (and dependencies).

Also replace isASpace in WebCore/html/track/WebVTTParser with isASCIIWhitespace.
Comment 1 Radar WebKit Bug Importer 2023-04-23 09:58:39 PDT
<rdar://problem/108426795>
Comment 2 Anne van Kesteren 2023-04-23 10:03:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13081
Comment 3 EWS 2023-04-25 01:08:56 PDT
Committed 263354@main (2ae8e53cdb4a): <https://commits.webkit.org/263354@main>

Reviewed commits have been landed. Closing PR #13081 and removing active labels.