Daniel R. Tobias said:
> David Hyatt wrote:
>> Yep. Since I doubt I'll have time to focus on the remaining bugs in the
>> implementation before Mozilla 1.0, it has been disabled in Mozilla and
>> will remain disabled for 1.0 (unless interested parties other than
>> myself are willing to tackle and fix the remaining issues).
>
> Will it still get and use icons that are explicitly linked via LINK
> tags, as "Mozilla evangelists" have always advocated as the better way
> of doing this in the first place?
It looks like it:
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);
...has been changed to:
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", false);
Dave, you rock! :-D
--
/Jonas