Closed
Bug 740807
Opened 14 years ago
Closed 13 years ago
Clean up favicon code in Panorama
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 14
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(1 file, 1 obsolete file)
|
15.07 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
In the last weeks the favicon handling code in Panorama grew a lot and it really started to get messy. In fact, there's so much code now that I think it deserves its own file and should no longer remain in the "UI" object.
This depends on bug 728142 as I don't want to let this bitrot just because of some clean up.
Attachment #610881 -
Flags: feedback?(raymond)
| Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 610881 [details] [diff] [review]
patch v1
Review of attachment 610881 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/tabview/favicons.js
@@ +31,5 @@
> + Services.prefs.addObserver(this.PREF_CHROME_FAVICONS, this, false);
> + },
> +
> + uninit: function FavIcons_uninit() {
> + this._favIconService = null;
I'll remove this line as we can't simply overwrite a getter and we don't need it anyway.
Comment 2•14 years ago
|
||
Comment on attachment 610881 [details] [diff] [review]
patch v1
Looks good to me!
Attachment #610881 -
Flags: feedback?(raymond) → feedback+
| Assignee | ||
Comment 3•13 years ago
|
||
All blocking bugs are fixed. Review time!
Attachment #610881 -
Attachment is obsolete: true
Attachment #614731 -
Flags: review?(dietrich)
Comment 4•13 years ago
|
||
Comment on attachment 614731 [details] [diff] [review]
patch v2
Review of attachment 614731 [details] [diff] [review]:
-----------------------------------------------------------------
looks good, r=me
Attachment #614731 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 14
| Assignee | ||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
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
•