Bug 218780
Summary: | Web Inspector: investigate whether `parseURL` should be able to derive an origin for non-registered schemes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alex Christensen <achristensen> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alex Christensen
https://bugs.webkit.org/show_bug.cgi?id=162254 made URL.origin null if a scheme is not handled. That may make the Web Inspector look strange if resources are loaded from such a scheme.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71263166>
Alex Christensen
I now see that this probably is necessary. A WKURLSchemeHandler may be installed on the WKWebView being inspected (where the load would succeed) but not in the inspector's WKWebView (where the origin would be null).