Bug 251231

Summary: Store securityOrigin of topDocument with each Document
Product: WebKit Reporter: Chirag M Shah <chirag_m_shah>
Component: DOMAssignee: Chirag M Shah <chirag_m_shah>
Status: NEW ---    
Severity: Normal CC: ntim, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chirag M Shah 2023-01-26 16:21:06 PST
rdar://104716458
Comment 1 Tim Nguyen (:ntim) 2023-01-26 16:41:23 PST
There's a method called topOrigin() that represents the origin of the top document.
Comment 2 Chirag M Shah 2023-01-27 09:27:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/9239