repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1945643 - Update to mozilla-nimbus-schemas 2025.1.1 r=chumphreys
[gecko.git]
/
toolkit
/
components
/
aboutprocesses
/
tests
/
browser
/
browser_aboutprocesses_show_frames_without_threads.js
blob
178ceec9ed5fd7a8c9e527a60f0b59a19eabfd91
1
add_task
(
async
function
testShowFramesWithoutThreads
() {
2
await
testAboutProcessesWithConfig
({
3
showAllFrames
:
true
,
4
showThreads
:
false
,
5
});
6
});