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_all_frames.js
blob
2c437f9dc439fac8f03f6a8c5419208c875966ee
1
add_task
(
async
function
testShowFramesAndThreads
() {
2
await
testAboutProcessesWithConfig
({
3
showAllFrames
:
true
,
4
showThreads
:
true
,
5
});
6
});