Closed
Bug 864802
Opened 12 years ago
Closed 12 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•12 years ago
|
||
s/items/store and removed the old map.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Comment 2•12 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•12 years ago
|
||
fx-team is a bit carroty at the momemnt, so inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7a0df791c0f8
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•