Closed
Bug 1786467
Opened 3 years ago
Closed 3 years ago
Sort debugger source tree in the browser toolbox
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox107 fixed)
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Today, the list of threads in the debugger's source tree is quite random.
The main thread isn't necessarily always the first.
The content process order is more related to their notification order than their PID.
The worse would be in bug 1785266, where we start displaying WindowGlobal targets.
We would need to display these targets right next to their related content process target.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9291065 -
Attachment description: Bug 1786467 - [devtools] Sort debugger SourceTree in the Browser Toolbox. → Bug 1786467 - [devtools] Sort debugger SourceTree in a meaningful way
Updated•3 years ago
|
Attachment #9291065 -
Attachment description: Bug 1786467 - [devtools] Sort debugger SourceTree in a meaningful way → Bug 1786467 - [devtools] Sort debugger SourceTree in a meaningful way.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/380088032f73
[devtools] Sort debugger SourceTree in a meaningful way. r=bomsy
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•