[Webkit-unassigned] [Bug 175531] New: [GTK][WPE] Avoid emitting WebKitFaviconDatabase::favicon-changed multiple times while setting an icon
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 14 04:55:52 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175531
Bug ID: 175531
Summary: [GTK][WPE] Avoid emitting
WebKitFaviconDatabase::favicon-changed multiple times
while setting an icon
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
When webkitFaviconDatabaseSetIconForPageURL() is called, both setIconURLForPageURL() and setIconDataForIconURL() might notify the client, which ends up emitting the WebKitFaviconDatabase::favicon-changed signal and calling webkitFaviconDatabaseSetIconURLForPageURL(). Both things are already done by webkitFaviconDatabaseSetIconForPageURL() itself, so we can just ignore the client notification while setting a new icon.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170814/f9c110ea/attachment.html>
More information about the webkit-unassigned
mailing list