[webkit-reviews] review requested: [Bug 35589] Change the way of prefetching DNS to allow prefetching function to use full URL : [Attachment 49821] ResourceHandle::prepareForURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 11:26:10 PST 2010


José Millán Soto <jmillan at igalia.com> has asked  for review:
Bug 35589: Change the way of prefetching DNS to allow prefetching function to
use full URL
https://bugs.webkit.org/show_bug.cgi?id=35589

Attachment 49821: ResourceHandle::prepareForURL
https://bugs.webkit.org/attachment.cgi?id=49821&action=review

------- Additional Comments from José Millán Soto <jmillan at igalia.com>
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.


More information about the webkit-reviews mailing list