Closed
Bug 1521968
Opened 7 years ago
Closed 3 years ago
_populateFromPropertyIterator's deferred promise is resolved on the first iteration
Categories
(DevTools :: Shared Components, defect, P5)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jaws, Unassigned)
References
Details
The code here looks wrong,
https://searchfox.org/mozilla-central/rev/6c784c93cfbd5119ed07773a170b59fbce1377ea/devtools/client/shared/widgets/VariablesViewController.jsm#232
Should deferred get resolved on the first call to .slice()?
This was found while working on bug 1521170.
Comment 1•7 years ago
•
|
||
The VariableView is not used in the console anymore (but in Storage, WebAudioEditor and Scratchpad)
Component: Console → Shared Components
Comment 2•7 years ago
|
||
Alex, maybe you can look at this? thanks :)
Flags: needinfo?(poirot.alex)
Priority: -- → P5
Comment 3•3 years ago
|
||
VariablesViewController.jsm has been removed from the tree.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(poirot.alex)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•