Bug 131614

Summary: [WinCairo][cURL] Build fix for WinCairo with USE(CURL).
Product: WebKit Reporter: Daewoong Jang <daewoong.jang>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, daewoong.jang
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
WinCairo build fix.
bfulgham: review+, bfulgham: commit-queue+
Updated patch none

Description Daewoong Jang 2014-04-14 07:13:02 PDT
1. While building WinCairo with USE(CURL) instead of USE(SOUP), the compiler experiences errors.
2. cURL's cache system crashes during startup due to use of ascii string without ending NULL.
Comment 1 Daewoong Jang 2014-04-14 07:21:45 PDT
Created attachment 229282 [details]
WinCairo build fix.
Comment 2 Daewoong Jang 2014-04-16 09:44:11 PDT
Created attachment 229450 [details]
Updated patch
Comment 3 Brent Fulgham 2014-04-16 09:44:31 PDT
Comment on attachment 229282 [details]
WinCairo build fix.

r=me
Comment 4 Brent Fulgham 2014-04-16 09:47:12 PDT
Comment on attachment 229450 [details]
Updated patch

r=me
Comment 5 WebKit Commit Bot 2014-04-16 10:24:37 PDT
Comment on attachment 229450 [details]
Updated patch

Clearing flags on attachment: 229450

Committed r167352: <http://trac.webkit.org/changeset/167352>
Comment 6 WebKit Commit Bot 2014-04-16 10:24:39 PDT
All reviewed patches have been landed.  Closing bug.