Closed
Bug 1361373
Opened 8 years ago
Closed 7 years ago
Loading modules across origins seems to send Firefox into a spin
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1426140
People
(Reporter: jaffathecake, Unassigned)
References
Details
(Keywords: triage-deferred)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36
Steps to reproduce:
https://cdn.rawgit.com/jakearchibald/2b8d4bc7624ca6a2c7f3c35f6e17fe2d/raw/fe04e60b0b7021f261e79b8ef28b0ccd132c1585/
This page contains two cross-origin module scripts. One has CORS headers, the other doesn't.
Actual results:
The loading spinner keeps on spinning, nothing is displayed.
Expected results:
The script with CORS headers should execute, the other should not.
Updated•8 years ago
|
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Reporter | ||
Comment 1•7 years ago
|
||
Feels like this should be higher than p3, since the result is never-loads, but I guess everyone thinks 'their' bugs should be high priority.
Comment 2•7 years ago
|
||
This should be fixed by bug 1426140.
Comment 3•7 years ago
|
||
This now works for me in latest nightly. Can you check?
Flags: needinfo?(jaffathecake)
Comment 5•7 years ago
|
||
(In reply to Jake Archibald from comment #4)
Great, thanks for reporting this.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•