Open
Bug 1119866
Opened 10 years ago
Updated 2 years ago
Improve the error message emitted when we abort prerendering
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
Right now we give an error message like:
JavaScript warning: chrome://mochitests/content/chrome/dom/bindings/test/test_blacklisted_prerendering_function.xul, line 32: Error: Script terminated by timeout at:
Listener.prototype.onStateChange@chrome://mochitests/content/chrome/dom/bindings/test/test_blacklisted_prerendering_function.xul:32:1
This needs to improve now that interrupt callbacks are not only used for slow scripts.
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•