Open Bug 1542574 Opened 7 years ago Updated 2 months ago

[jsdbg2] findAllGlobals / onNewGlobalObject do not belong on Debugger

Categories

(Core :: JavaScript: Debugger API, task, P3)

task

Tracking

()

People

(Reporter: jimb, Unassigned)

References

(Blocks 1 open bug)

Details

The Debugger.prototype.findAllGlobals method and the Debugger.prototype.onNewGlobalObject debugger hook don't actually use any information provided by the Debugger. They are also unusual among Debugger hooks in that they observe the entire runtime, not just a given set of debuggees, which is ugly. Both of these could be replaced by an XPCOM or chrome WebIDL interface, and removed from the Debugger API.

Summary: [jsdbg2] findAllglobals / onNewGlobalObject do not belong on Debugger → [jsdbg2] findAllGlobals / onNewGlobalObject do not belong on Debugger
See Also: → 1542577
Priority: -- → P3
Severity: normal → S3

Moving bugs to Debugger API component. Use castle-terms-potato to filter out.

Component: JavaScript Engine → JavaScript: Debugger API
You need to log in before you can comment on or make changes to this bug.