[Webkit-unassigned] [Bug 164986] [GTK] Notifications API does not respect or expose the "icon" attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 12:51:50 PST 2016


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

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Hm, it's not straightforward. We have a URI in the UI process, and have to send it to the network process (so that the right proxy settings get used), download the resource there, pass the bytes back to the UI process, and create a GdkPixbuf there. I guess it has to happen asynchronously in WebKitNotificationProvider::show. The NotifyNotification should not be created until the image is ready.

-- 
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/20161119/93bb4f5b/attachment.html>


More information about the webkit-unassigned mailing list