[Webkit-unassigned] [Bug 61079] Add rel type prerender to distinguish prerender from prefetch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 21 07:32:46 PDT 2011


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





--- Comment #14 from Gavin Peters <gavinp at chromium.org>  2011-05-21 07:32:45 PST ---
(From update of attachment 93966)
View in context: https://bugs.webkit.org/attachment.cgi?id=93966&action=review

>> Source/WebCore/html/HTMLLinkElement.cpp:263
>>              priority = ResourceLoadPriorityLow;
> 
> We don't want to set priority = ResourceLoadPriorityLow for prerender as well?

I think no; the VeryLow that it gets by default is probably correct.  Priority in WebKit loading only controls when requests are sent to the network layer (the lower the priority, the later they go out), and for prerender being late like a prefetch is probably correct; the prerender fetch then won't interfere as much with main resource loading.  In the subresource case, the contrast is that the resource is associated with the current page, and Low priority mirrors what something like an image would get.

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