Bug 59034 - [WinCairo] Missing WebMutableURLRequest::mutableCopy implementation prevents DumpRenderTree from running
Summary: [WinCairo] Missing WebMutableURLRequest::mutableCopy implementation prevents ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 16:28 PDT by Brent Fulgham
Modified: 2011-04-20 16:47 PDT (History)
0 users

See Also:


Attachments
Patch (1.26 KB, patch)
2011-04-20 16:35 PDT, Brent Fulgham
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.