Bug 57814

Summary: Print stylesheet on nytimes.com loads too early
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://nytimes.com
Attachments:
Description Flags
patch sam: review+

Description Antti Koivisto 2011-04-04 22:03:55 PDT
We try to give print stylesheets a very low priority but the one in nytimes.com still ends up loaded early.
Comment 1 Antti Koivisto 2011-04-04 22:12:01 PDT
Created attachment 88183 [details]
patch

Don't load resources with Very Low priority until there are no other resources to load for the host (or until document is complete enough that we stop limiting requests).

No tests, this is  difficult to observe reliably with our current testing infrastructure.

Verified working with Wireshark.
Comment 2 Antti Koivisto 2011-04-04 22:14:24 PDT
<rdar://problem/8722094>
Comment 3 Antti Koivisto 2011-04-05 10:20:22 PDT
http://trac.webkit.org/changeset/82951