[Webkit-unassigned] [Bug 33812] New: Need way to be notified when a page changes its favicon
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 18 14:20:30 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33812
Summary: Need way to be notified when a page changes its
favicon
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: davemoore at google.com
A page can change its favicon by setting link tag of this format:
<link rel="shortcut icon" type="image/x-icon"
href="http://test.com/newfavicon.ico"/>
Javascript can be used to change this link. This will cause
Document::setIconURL() to be called. But it never notifies the frame loader
about it, as is done when the title is changed. There should be a notification
sent that will allow a containing application to update it's UI when this
happens.
--
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