Bug 200523 - Remove synchronous loading of javascript:'' in SubframeLoader::requestFrame
Summary: Remove synchronous loading of javascript:'' in SubframeLoader::requestFrame
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-07 16:56 PDT by Brady Eidson
Modified: 2019-08-07 16:56 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2019-08-07 16:56:32 PDT
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.