Bug 200523
Summary: | Remove synchronous loading of javascript:'' in SubframeLoader::requestFrame | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | beidson |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=283747 |
Brady Eidson
Remove synchronous loading of javascript:'' in SubframeLoader::requestFrame
Comment there states:
// FIXME: Some sites rely on the javascript:'' loading synchronously, which is why we have this special case.
// Blink has the same workaround (https://bugs.chromium.org/p/chromium/issues/detail?id=923585).
Blink has since removed it.
We should confirm we can, as well.
And then do so.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |