On Apr 15, 2010, at 3:41 PM, Aaron Boodman wrote:

> On Thu, Apr 15, 2010 at 3:25 PM, Maciej Stachowiak <m...@apple.com> wrote:
>> Well, it's hard to truly have consensus on adding feature without knowing 
>> what it is. That being said, I at least would love to see a more specific 
>> proposal for what we could do with <link size>.
> 
> I want to support bigger icons for the tabs in Chromium.
> 
> I'm not sure what the path is for fetching favicons today.

To load an icon you call retainIconForPageURL and then later call 
iconForPageURL once the icon is loaded. The iconForPageURL function takes an 
IntSize.

But if you look at IconRecord.cpp you will see that at the moment the size 
isn’t yet used.

    -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to