Bug 258359

Summary: Rename Internal Blob URL registration
Product: WebKit Reporter: Matthew Finkel <m_finkel>
Component: DOMAssignee: Matthew Finkel <m_finkel>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

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.