Closed
Bug 1491471
Opened 7 years ago
Closed 7 years ago
Move the OI store to the console
Categories
(DevTools :: Console, enhancement, P2)
DevTools
Console
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
Details
Currently, each OI creates its own store. It would be helpful if there were a single object inspector store for the console, which could be accessed from any component.
The advantages are:
1. the debugger can persist expand state across steps
2. the console can access shared services from the actions
Updated•7 years ago
|
Priority: -- → P2
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/859c1109cc58
Move the OI store to the console. r=nchevobbe
Comment 2•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•7 years ago
|
Assignee: nobody → jlaster
You need to log in
before you can comment on or make changes to this bug.
Description
•