Closed
Bug 864802
Opened 9 years ago
Closed 9 years ago
The _store on each variables view instance is redundant
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: vporof, Assigned: vporof)
Details
Attachments
(1 file)
12.27 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
We have a _items array since bug 843187. Keeping the _store map as well provides no benefit.
Assignee | ||
Comment 1•9 years ago
|
||
s/items/store and removed the old map.
Assignee | ||
Updated•9 years ago
|
Priority: -- → P3
Comment 2•9 years ago
|
||
Comment on attachment 740845 [details] [diff] [review] v1 Review of attachment 740845 [details] [diff] [review]: ----------------------------------------------------------------- good cleanin'!
Attachment #740845 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 3•9 years ago
|
||
fx-team is a bit carroty at the momemnt, so inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a0df791c0f8
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7a0df791c0f8
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•4 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•