RESOLVED FIXED Bug 34873
[BREWMP] Add WebCore::prefetchDNS
https://bugs.webkit.org/show_bug.cgi?id=34873
Summary [BREWMP] Add WebCore::prefetchDNS
Kwang Yul Seo
Reported 2010-02-11 19:22:01 PST
Add a dummy WebCore::prefetchDNS. It is not easy to implement DNS prefetching because the maximum number of UDP sockets is quite small in most BREW devices.
Attachments
Patch (2.54 KB, patch)
2010-02-11 19:25 PST, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-02-11 19:25:24 PST
WebKit Commit Bot
Comment 2 2010-02-17 20:55:17 PST
Comment on attachment 48610 [details] Patch Clearing flags on attachment: 48610 Committed r54924: <http://trac.webkit.org/changeset/54924>
WebKit Commit Bot
Comment 3 2010-02-17 20:55:21 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4 2010-02-18 10:01:21 PST
Perhaps you could leave the notImplemented() call out - rather than being "not implemented", the feature is deliberately implemented as no-op.
Note You need to log in before you can comment on or make changes to this bug.