Closed Bug 1570364 Opened 5 years ago Closed 5 years ago

Directories should support blackboxing

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1118152

People

(Reporter: jlast, Unassigned)

References

(Blocks 2 open bugs)

Details

We currently have support for blackboxing individual original/generated sources. It would be great if we could also support blackboxing individual directories.

The way I imagine this working includes:

  1. user right clicks on a directory
  2. client finds all of the sources below the directory and dispatches the blackbox action
  3. client saves the blackboxed directory in an array and persists it
  4. if new sources are discovered that match, they are also blackboxed
  5. if the page reloads, the directory should remain blackboxed
Blocks: dbg-frontend
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.