[Webkit-unassigned] [Bug 35589] Change the way of prefetching DNS to allow prefetching function to use full URL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 2 11:26:11 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35589
José Millán Soto <jmillan at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #49821| |review?
Flag| |
--- Comment #1 from José Millán Soto <jmillan at igalia.com> 2010-03-02 11:26:11 PST ---
Created an attachment (id=49821)
--> (https://bugs.webkit.org/attachment.cgi?id=49821)
ResourceHandle::prepareForURL
This patch adds a new static method to ResourceHandle, prepareForURL, which can
be invoked when a URL may be requested.
The default implementation of the method executes prefetchDNS. Soup
prepareForURL implementation uses soup_session_prepare_for_uri instead.
Other ports may also implement their own version of prepareForURL.
--
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