Bug 57814 - Print stylesheet on nytimes.com loads too early
Summary: Print stylesheet on nytimes.com loads too early
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://nytimes.com
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 22:03 PDT by Antti Koivisto
Modified: 2011-04-05 10:20 PDT (History)
0 users

See Also:


Attachments
patch (3.70 KB, patch)
2011-04-04 22:12 PDT, Antti Koivisto
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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