[webkit-dev] Implementing the sizes attribute of the link tag from HTML5

Darin Adler darin at apple.com
Mon Apr 19 17:50:42 PDT 2010


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

> On Thu, Apr 15, 2010 at 3:25 PM, Maciej Stachowiak <mjs at 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



More information about the webkit-dev mailing list