Bug 258359 - Rename Internal Blob URL registration
Summary: Rename Internal Blob URL registration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthew Finkel
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-21 09:24 PDT by Matthew Finkel
Modified: 2023-07-05 19:28 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 Matthew Finkel 2023-06-21 09:24:06 PDT
Some Blob registration functionality is only used for internal URLs. This change makes clear that registering a Blob URL is restricted to internal URLs and there isn't an associated top origin. There are two remaining registration functions that accept an optional SecurityOriginData and those functions are used for registering both public and internal blob URLs.
Comment 1 Radar WebKit Bug Importer 2023-06-21 09:24:17 PDT
<rdar://problem/111107487>
Comment 2 Matthew Finkel 2023-06-21 09:41:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15149
Comment 3 EWS 2023-07-05 19:28:31 PDT
Committed 265789@main (20a4f6d1b5da): <https://commits.webkit.org/265789@main>

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