Enable/disable blackbox of source groups by context menu?
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: WeirdAl, Assigned: stepan)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•5 years ago
|
||
I wouldn't mind working on this one @jlast.
-
"Blackbox/Unblackbox all files in this group" seem simple enough. You could get the contents of the directory that was right-clicked and apply blackbox to each item below them however many levels deep the file tree goes from there.
-
"Blackbox/Unblackbox all files outside this group" seems a little harder in that you'd have to take note of the files in the selected group (however many levels deep) and make sure to rule them out when blackboxing all the others.
Assignee | ||
Comment 3•5 years ago
|
||
Hi there, I'd like to take this one.
I was wondering do you want to add a blackbox icon next to the folder icon if all files in the group are blackboxed as shown on this image?
Btw. I think Bug 1608312 is a duplicate of this one.
Assignee | ||
Comment 4•5 years ago
|
||
Adds 'Blackbox All' context menu item to the Sources Panel with a submenu with options for:
- Blackbox all files in this group
- Unblackbox all files in this group
- Blackbox all files outside this group
- Unblackbox all files outside this group
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
In documenting this, I discovered that blackboxing was covered only in Set event listener breakpoints, which is too limited in scope for this feature. So I documented all the file- and folder-level context menu options of the Source List pane in the Source List section of the Debugger UI Tour.
Updated•5 years ago
|
Description
•