[Webkit-unassigned] [Bug 50187] implement onload events for <link rel=prefetch>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 4 11:34:21 PST 2010


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





--- Comment #18 from Gavin Peters <gavinp at chromium.org>  2010-12-04 11:34:21 PST ---
(From update of attachment 75611)
View in context: https://bugs.webkit.org/attachment.cgi?id=75611&action=review

>> WebCore/html/HTMLLinkElement.cpp:384
>> +    if (m_cachedLinkPrefetch.get() == resource) {
> 
> Can this be false?  Or are we just planning ahead?

I don't believe it can be false, since I don't believe CachedCSSStyleSheet sends notifyFinished() events.  But, yeah, planning ahead since one day it might, and I adding onload for link rel=stylesheet should be a careful conscious choice in the future.

-- 
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