Closed
Bug 1894630
Opened 1 year ago
Closed 9 months ago
Debugger directory root should be scoped to the domain where it was set
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox139 fixed)
RESOLVED
FIXED
139 Branch
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: jdescottes, Assigned: hbenl)
References
Details
Attachments
(1 file)
Right now the Debugger directory root is a global setting which will try to be applied to all domains where you open the debugger.
It usually doesn't make sense to try and apply this to other domains. For instance if you set a root for wikipedia.org, it doesn't make sense to apply it when you open the debugger for mozilla.org.
This would also help with issues such as Bug 1893072.
| Assignee | ||
Updated•10 months ago
|
Assignee: nobody → hbenl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 months ago
|
||
Updated•9 months ago
|
Attachment #9478611 -
Attachment description: WIP: Bug 1894630 - [devtools] Persist the directory root per origin → Bug 1894630 - [devtools] Persist the directory root per origin. r=#devtools-reviewers,ochameau,nchevobbe
Pushed by hbenl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2dc350976f25
[devtools] Persist the directory root per origin. r=nchevobbe,devtools-reviewers
Comment 3•9 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•9 months ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•