Firefox freezes on infinite JS loop touching history
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | wontfix |
People
(Reporter: luca.defeo, Assigned: pbz)
References
(Blocks 1 open bug)
Details
(Keywords: csectype-dos)
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Updated•5 years ago
|
Comment 4•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 5•2 years ago
|
||
Isn't this fixed by bug 1708150? Now these APIs require user activation. Or do you still need to limit the rate of these APIs like bug 1720926?
Comment 6•2 years ago
|
||
User activation isn't enabled. It needs still some more work.
And it wouldn't affect how web exposed APIs work.
But I'd expect the behavior to be somewhat different these days when history.back()/forward() are asynchronous.
Comment 7•2 years ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #6)
User activation isn't enabled. It needs still some more work.
And it wouldn't affect how web exposed APIs work.
Oh? I'll try to fix my misunderstanding later...
But I'd expect the behavior to be somewhat different these days when history.back()/forward() are asynchronous.
Well, I cannot reproduce this bug in data URI nor JSFiddle. Could be not reproducible with the reported testcase anymore?
luca.defeo: Do you still see this bug in your environment?
Comment 8•2 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:farre, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 9•2 years ago
|
||
I'll put this as WORKSFORME based on comment 7. If somebody else can reproduce this issue, feel free to reopen or comment in this bug.
Comment 10•2 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #9)
I'll put this as WORKSFORME based on comment 7. If somebody else can reproduce this issue, feel free to reopen or comment in this bug.
bug 1314912 added rate limits for the history + location APIs which presumably fixed this.
Description
•