[webkit-reviews] review granted: [Bug 50187] implement onload events for <link rel=prefetch> : [Attachment 75611] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 4 11:17:12 PST 2010


Adam Barth <abarth at webkit.org> has granted Gavin Peters <gavinp at chromium.org>'s
request for review:
Bug 50187: implement onload events for <link rel=prefetch>
https://bugs.webkit.org/show_bug.cgi?id=50187

Attachment 75611: Patch
https://bugs.webkit.org/attachment.cgi?id=75611&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=75611&action=review

Thanks!

> WebCore/html/HTMLLinkElement.cpp:384
> +    if (m_cachedLinkPrefetch.get() == resource) {

Can this be false?  Or are we just planning ahead?


More information about the webkit-reviews mailing list