[webkit-reviews] review granted: [Bug 57842] Add support for link rel type "subresource" : [Attachment 88228] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 17 09:47:16 PDT 2011


Adam Barth <abarth at webkit.org> has granted Gavin Peters <gavinp at chromium.org>'s
request for review:
Bug 57842: Add support for link rel type "subresource"
https://bugs.webkit.org/show_bug.cgi?id=57842

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

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

> Source/WebCore/loader/cache/CachedResourceRequest.cpp:64
> +    case CachedResource::LinkResource:
> +	   if (priority == ResourceLoadPriorityLowest)
> +	       return ResourceRequest::TargetIsPrefetch;
> +	   return ResourceRequest::TargetIsSubresource;

This seems slightly like back-door dataflow, but it's probably ok.


More information about the webkit-reviews mailing list