Source code
Revision control
Copy as Markdown
Other Tools
add_task(async function testShowFramesWithoutThreads() {
await testAboutProcessesWithConfig({
showAllFrames: true,
showThreads: false,
});
});
add_task(async function testShowFramesWithoutThreads() {
await testAboutProcessesWithConfig({
showAllFrames: true,
showThreads: false,
});
});