Closed
Bug 1542620
Opened 6 years ago
Closed 6 years ago
Use a consistent prefs schema version in the debugger
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox68 fixed)
RESOLVED
FIXED
Firefox 68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 obsolete file)
The current one in devtools/client/debugger/new/src/utils/prefs.js is 1.0.9, but there are references in other places to both 1.0.0 and 1.0.1. This mismatch causes the debugger to discard all data in the async store when running mochitests, which makes it impossible to configure the initial async store in such tests (as is done in a test I'm trying to land for bug 1534786).
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P3
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bc06cd47cbc1
Use a consistent prefs schema version in the debugger, r=jlast.
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Updated•6 years ago
|
Attachment #9056411 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•