Bug 34873 - [BREWMP] Add WebCore::prefetchDNS
Summary: [BREWMP] Add WebCore::prefetchDNS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-02-11 19:22 PST by Kwang Yul Seo
Modified: 2010-02-18 10:01 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.54 KB, patch)
2010-02-11 19:25 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 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.
Comment 1 Kwang Yul Seo 2010-02-11 19:25:24 PST
Created attachment 48610 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2010-02-17 20:55:21 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 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.