Open
Bug 1461703
Opened 7 years ago
Updated 3 years ago
Add a way to ensure that no script runs under a scope.
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
Boris proposed in bug 1459529 some sort of static analysis... I think an assertion would be ok as well.
Comment 1•7 years ago
|
||
I don't trust assertions to work well for this; that would require complete codepath test coverage under the relevant function...
| Reporter | ||
Comment 2•7 years ago
|
||
I guess that's true, still they can catch a lot of stuff, specially people trying to add code, which hopefully will execute... Plus static analysis also can have various sorts of bugs.
Would you like me to split this bug in two, one for each kind of thing?
Comment 3•7 years ago
|
||
No strong opinion.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•