[Webkit-unassigned] [Bug 59143] New: Need populate touch-icon url to FrameLoaderClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 15:02:00 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59143

           Summary: Need populate touch-icon url to FrameLoaderClient
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michaelbai at chromium.org


This is a feature request

More and more websites were using below tag to provide different icon.

 <link rel="apple-touch-icon" href="somepath/image.png" />
 <link rel="apple-touch-icon-precomposed" href="somepath/image.png" />

To get touch icon url in FrameLoaderClient, we need handle above tags and populate the urls to the FrameLoaderClient, so client could handle them as needed.

I had a patch for this feature.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list