Closed
Bug 1707556
Opened 4 years ago
Closed 3 years ago
Implement a thread configuration command
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Fission Milestone:M7a, firefox90 fixed)
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: ochameau, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
Similarly to target configuration, we should have a thread configuration command.
So we can move the backward compat code from the panel's codebase to the command and probably help reduce the complexity of TargetMixin.attachThread.
And... ultimately make bug 1707555 be easier to implement!
Reporter | ||
Comment 1•4 years ago
|
||
See bug 1701634 for the target configuration migration from front to a command.
Reporter | ||
Comment 2•4 years ago
|
||
In this preliminary cleanup, we would simply move this code from debugger frontend to the command:
https://searchfox.org/mozilla-central/source/devtools/client/debugger/src/client/firefox/commands.js#337-352
Updated•4 years ago
|
Fission Milestone: --- → M8
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/854a0fac423d
[devtools] Add a thread configuration command r=ochameau,devtools-backward-compat-reviewers
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•3 years ago
|
Fission Milestone: M8 → M7a
You need to log in
before you can comment on or make changes to this bug.
Description
•