Closed
Bug 177723
Opened 23 years ago
Closed 5 years ago
[RFE] Cannot say "Run script to completion"
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: george, Unassigned)
References
()
Details
The page has a number of scripts on it, which take a long to execute for certain
inputs. Every so often, a popup appears, asking to abort or continue the script.
I'd like to be able to
a) Set how often such a popup should appear, from never to user defined times
b) Be able to turn such a thing off from the dialog
For an example, press the Fib button and enter 32 as a parameter.
Comment 1•23 years ago
|
||
Not an issue for the JS Engine, but for the browser embedding of
the JS Engine. Reassigning to Browser-General. Since this is an RFE,
setting severity as such. Compare these bug reports:
bug 13350
"DOM needs to police JS infinite loops, schedule garbage collection"
bug 30942
"Browser should remain responsive during most infinite loops"
bug 40848
"Other Mozilla windows should be responsive while one is frozen"
bug 51139
"ESC should stop JS in browser"
George: for comparison, how does IE handle the same situation?
Assignee: rogerl → asa
Severity: minor → enhancement
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Browser-General
Ever confirmed: true
QA Contact: pschwartau → asa
Summary: Cannot say "Run script to completion" → [RFE] Cannot say "Run script to completion"
Comment 2•23 years ago
|
||
Bug 178509 will introduce a preference for this...
Assignee: asa → jst
Component: Browser-General → DOM Level 0
Depends on: 178509
OS: Windows 2000 → All
QA Contact: asa → desale
Hardware: PC → All
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: desale → general
Comment 4•8 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
Comment 5•5 years ago
|
||
We cannot give web developers full control over the user's computer resources. The modern dialog here is a lot less invasive however so if sites make it clear why they might appear slow there shouldn't really be a problem.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•