[Webkit-unassigned] [Bug 57842] Add support for link rel type "subresource"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 17 09:47:17 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57842
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #88228|review?, commit-queue? |review+, commit-queue+
Flag| |
--- Comment #15 from Adam Barth <abarth at webkit.org> 2011-04-17 09:47:16 PST ---
(From update of attachment 88228)
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.
--
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