Closed
Bug 325527
Opened 19 years ago
Closed 19 years ago
lengthen time out on long running javascripts
Categories
(Minimo Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chofmann, Assigned: dougt)
Details
the combinations of poor or lower bandwidth connections and ajax sites result in multiple dialogs that interupt the loading of pages on minimo, and once in awhile on firefox.
the most reproducible test case is trying to load http://backbase.com on minimo.
about 2 or 3
"the script that is running is not responsive. stop the script?
[ok] [cancel]
dialogs...
we should expand the timout for minimo and maybe consider for firefox...
chris h.
Assignee | ||
Comment 1•19 years ago
|
||
pref("dom.max_script_run_time", 30);
seams to work fine. fix checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•19 years ago
|
||
hmm. 60 was needed for the bacbase ajax RSS reader... that is what I left it as.
You need to log in
before you can comment on or make changes to this bug.
Description
•