Bug 59034

Summary: [WinCairo] Missing WebMutableURLRequest::mutableCopy implementation prevents DumpRenderTree from running
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch mrobinson: review+

Description Brent Fulgham 2011-04-20 16:28:30 PDT
DumpRenderTree has not been functional under WinCairo for the better part of a year.  I finally tracked the cause down to the use of 'mutableCopy' for resource requests in the DumpRenderTree logic.

This attached patch provides an implementation of this logic for the cURL-based WinCairo port so that DumpRenderTree works properly again.
Comment 1 Brent Fulgham 2011-04-20 16:35:14 PDT
Created attachment 90441 [details]
Patch
Comment 2 Brent Fulgham 2011-04-20 16:47:31 PDT
Landed in http://trac.webkit.org/changeset/84435.