[webkit-help] Save Favorite Icon
Nilesh Patil
vniles at gmail.com
Mon May 10 07:01:01 PDT 2010
Hi
I doubt Webkit directly supports saving on favourite, though i have not gone
through latest webkit source. But it is difficult as this is much to do with
platform/port on which webkit is implemented. However you can extract icons
from URL or even from HTML source for page.
So, basically you have to device a frame work for adding particular
Favicon.
A very primitive solution can be -
Once a new URL is visited one can extract this and store it in database
with corresponding URL. Database can be anything - may be sqlite.
for e.g. one can fetch favicon which wil be in HTML as
<link rel="SHORTCUT ICON" href="http://www.example.com/myicon.ico"/>
THis will certailny be dowmloaded as resource. Then it can be serilized.
THanks & Regards
Niilesh
On Mon, May 10, 2010 at 5:59 PM, <matilal.abhiroop at wipro.com> wrote:
> *Hi,*
>
> * *
>
> *How can I save the favorite icon to a particular location on the file
> system ?*
>
> *Where can I find the implementation for saving the favorite icon ?*
>
> * *
>
> *Regards,*
>
> *Abhiroop *
>
>
>
> * Please do not print this email unless it is absolutely necessary. *
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and may
> contain proprietary, confidential or privileged information. If you are not
> the intended recipient, you should not disseminate, distribute or copy this
> e-mail. Please notify the sender immediately and destroy all copies of this
> message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100510/d0f26e0a/attachment.html>
More information about the webkit-help
mailing list