Closed
Bug 1557881
Opened 5 years ago
Closed 5 years ago
Sources Tree not showing the Blackbox Item
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: chujunlu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The blackbox icon doesn't show in the sources tree but clicking the pretty print button does show the {}
icon.
Reporter | ||
Updated•5 years ago
|
Type: defect → enhancement
Updated•5 years ago
|
Blocks: dbg-frontend
Priority: -- → P3
When working for this bug, I found a related issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1568985. An up-to-date source.isBlackBoxed property is needed. So instead of creating a function similar to hasPrettySource, I get the whole source object and add a blackbox icon based on source.isBlackBoxed. Let me know what you think.
I also added a snapshot test for prettyPrint icon.
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc28b2b49ae7
Update source to get the right isBlackBoxed property r=davidwalsh,jlast
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•5 years ago
|
Assignee: nobody → chujunlu
You need to log in
before you can comment on or make changes to this bug.
Description
•