Open
Bug 1612126
Opened 6 years ago
Updated 3 years ago
Add a mechanism to filter ObjectInspector
Categories
(DevTools :: Object Inspector, enhancement, P3)
DevTools
Object Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
See https://github.com/firefox-devtools/debugger/issues/6127
The idea here would be to have a nice way for an ObjectInspector to receive a string and do the heavy work on filtering already loaded properties, and loading properties matching the filter (stopping on cyclical references so it's not too long)
| Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Nicolas, is this different from bug 1610548? Happy to dupe either one.
Flags: needinfo?(nchevobbe)
| Reporter | ||
Comment 2•6 years ago
|
||
this bug would be the underlying block for filtering in debugger (where we'll add filter input maybe, or something else)
I'm going to add a relationship between those 2 bugs.
Blocks: 1610548
Flags: needinfo?(nchevobbe)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•