[Webkit-unassigned] [Bug 160273] New: Is 'WebKit2.FaviconDatabase.get_favicon' broken in WebKit 2.12.3?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 15:37:50 PDT 2016


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

            Bug ID: 160273
           Summary: Is 'WebKit2.FaviconDatabase.get_favicon' broken in
                    WebKit 2.12.3?
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jlaf.l4d2 at gmail.com

I'm trying to get a 'cairo.Surface' of a favicon doing this:

...
db = context.get_favicon_database()
...
print (db.get_favicon(page_uri))

It always returns "None", while if I do:

...
print (db.get_favicon_uri(page_uri))

Of course it prints the url correctly, what is wrong?
I'd expect 'db.get_favicon' to print something like 'webview.get_favicon'.

Could you please check if it's all fine or it's a bug?

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160727/e23c424d/attachment.html>


More information about the webkit-unassigned mailing list