Bug 32707

Summary: defersLoading is disabled in current libcURL
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: webkit.review.bot
Priority: P2 Keywords: Curl
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix the version check darin: review+

Description Julien Chaffraix 2009-12-18 03:42:41 PST
Due to a wrong check, defersLoading support in cURL while implement is disabled at compile time.

This issue can be seen when browsing at http://mapquest.com.

Patch to solve this bug attached.
Comment 1 Julien Chaffraix 2009-12-18 03:47:07 PST
Created attachment 45140 [details]
Fix the version check
Comment 2 WebKit Review Bot 2009-12-18 03:50:39 PST
style-queue ran check-webkit-style on attachment 45140 [details] without any errors.
Comment 3 Darin Adler 2009-12-18 10:36:40 PST
Comment on attachment 45140 [details]
Fix the version check

r=me
Comment 4 Julien Chaffraix 2009-12-21 01:50:17 PST
Landed in r52438.