Closed
Bug 791683
Opened 13 years ago
Closed 13 years ago
Remove legacy code parts from Panorama
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: ttaubert, Assigned: ttaubert)
Details
Attachments
(1 file)
7.40 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
There is some legacy code in the Panorama code base that hasn't been removed. Let's do that.
Assignee | ||
Updated•13 years ago
|
Summary: Remove legacy code parts → Remove legacy code parts from Panorama
Assignee | ||
Comment 1•13 years ago
|
||
* Item.defaultSize is a legacy property that's only set but not accessed anywhere.
* The test browser_tabview_bug595020.js has been removed from the Makefile quite some time ago but we somehow forgot to remove the test file itself.
* I'm not sure what we needed Storage.wipe() for but it's not used anywhere.
* GroupItems.getStorageData() isn't called anywhere, too.
Attachment #661795 -
Flags: review?(felipc)
Updated•13 years ago
|
Attachment #661795 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 18
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•