Bug 253722 - Speedup WebExtensionMatchPattern::matchesAllHosts() to avoid makeString().
Summary: Speedup WebExtensionMatchPattern::matchesAllHosts() to avoid makeString().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Extensions (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-10 10:50 PST by Timothy Hatcher
Modified: 2023-03-10 11:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2023-03-10 10:50:18 PST
We will call makeString() by fetching the host() to check for "*"_s.

rdar://106052464
Comment 1 Timothy Hatcher 2023-03-10 10:53:04 PST
Pull request: https://github.com/WebKit/WebKit/pull/11370
Comment 2 EWS 2023-03-10 11:00:10 PST
Committed 261510@main (f112de95435d): <https://commits.webkit.org/261510@main>

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