Bug 251231
| Summary: | Store securityOrigin of topDocument with each Document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chirag M Shah <chirag_m_shah> |
| Component: | DOM | Assignee: | 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 | ||
Chirag M Shah
rdar://104716458
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
There's a method called topOrigin() that represents the origin of the top document.
Chirag M Shah
Pull request: https://github.com/WebKit/WebKit/pull/9239