Open Bug 1145422 Opened 9 years ago Updated 2 years ago

Add a public `do_setupDebuggerServer` to head.js

Categories

(Testing :: XPCShell Harness, defect)

defect

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: waffles, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150228004132
This disturbs Bug #996652. The head.js used for the xpcshell-test has a lot of private symbols. While most of them have already been made public (in the parent bug), the private `_setupDebuggerServer` inside the head.js should be replaced by a public `do_setupDebuggerServer`. Finally, the tests which make use of `_setupDebuggerServer` should be modified to make use of `do_setupDebuggerServer`.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.