Bug 48813

Summary: REGRESSION (r63622): Link dns-prefetch doesn't work in non-http documents
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: collinj, desamo, tjlee0909
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 48857    
Bug Blocks:    
Attachments:
Description Flags
proposed fix timothy: review+

Description Alexey Proskuryakov 2010-11-01 17:58:16 PDT
Scraping the document for hostnames to prefetch should be limited to HTTP documents. But <link rel="dns-prefetch"> should probably always work.
Comment 1 Deirdre Saoirse Moen 2010-11-02 10:48:49 PDT
<rdar://problem/8602552>
Comment 2 Alexey Proskuryakov 2010-11-02 11:35:14 PDT
This is a regression from <http://trac.webkit.org/changeset/63622>.
Comment 3 Alexey Proskuryakov 2010-11-02 11:56:20 PDT
Created attachment 72711 [details]
proposed fix
Comment 4 Alexey Proskuryakov 2010-11-02 13:34:56 PDT
Committed <http://trac.webkit.org/changeset/71159>.