Bug 48813 - REGRESSION (r63622): Link dns-prefetch doesn't work in non-http documents
Summary: REGRESSION (r63622): Link dns-prefetch doesn't work in non-http documents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar, Regression
Depends on: 48857
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-01 17:58 PDT by Alexey Proskuryakov
Modified: 2010-11-02 13:34 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (1.88 KB, patch)
2010-11-02 11:56 PDT, Alexey Proskuryakov
timothy: review+
Details | Formatted Diff | Diff

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