[Webkit-unassigned] [Bug 56424] add beforeload to icon and prefetch link rel types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 07:59:24 PDT 2011


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


Gavin Peters <gavinp at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85930|                            |commit-queue?
               Flag|                            |




--- Comment #2 from Gavin Peters <gavinp at chromium.org>  2011-03-16 07:59:24 PST ---
(From update of attachment 85930)
The biggest question I have is the early exits from HTMLLinkElement::process() that this patch introduces.  In the case of <link rel="prefetch stylesheet" ....> with a failing onbeforeload, the side effect of clearing the m_cachedSheet won't occur, and I'm not sure if that's good or bad or indifferent.

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