Bug 34873

Summary: [BREWMP] Add WebCore::prefetchDNS
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Patch none

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.