Bug 261292 - WebExtensionMatchPattern::registerCustomURLScheme() needs to register in the web processes
Summary: WebExtensionMatchPattern::registerCustomURLScheme() needs to register in the ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Extensions (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-07 14:30 PDT by Timothy Hatcher
Modified: 2024-02-12 10:01 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-09-07 14:30:41 PDT
WebExtensionMatchPattern is used in the WebProcess, and WebExtensionMatchPattern::registerCustomURLScheme() needs to update the web processes too, so patterns parsed there will be valid.
Comment 1 Radar WebKit Bug Importer 2023-09-07 14:30:51 PDT
<rdar://problem/115136557>
Comment 2 Timothy Hatcher 2024-02-09 22:14:13 PST
Pull request: https://github.com/WebKit/WebKit/pull/24200
Comment 3 EWS 2024-02-12 10:01:18 PST
Committed 274467@main (1239980cbe3e): <https://commits.webkit.org/274467@main>

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