Bug 53503 - Use Windows format for MinGW HTTPD path.
Summary: Use Windows format for MinGW HTTPD path.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 09:23 PST by sccameron
Modified: 2011-02-01 11:22 PST (History)
1 user (show)

See Also:


Attachments
patch to remove escaping of mingw path (1.84 KB, patch)
2011-02-01 09:26 PST, sccameron
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sccameron 2011-02-01 09:23:31 PST
Address FIXME in httpd.pm where the MinGW path is escaped.
Comment 1 sccameron 2011-02-01 09:26:02 PST
Created attachment 80770 [details]
patch to remove escaping of mingw path
Comment 2 Daniel Bates 2011-02-01 11:10:50 PST
Comment on attachment 80770 [details]
patch to remove escaping of mingw path

View in context: https://bugs.webkit.org/attachment.cgi?id=80770&action=review

r=me.

> Tools/ChangeLog:5
> +        Use windows format for MinGW HTTPD path.

Windows is proper name. So, "windows" => "Windows".
Comment 3 Daniel Bates 2011-02-01 11:22:31 PST
Committed r77264: <http://trac.webkit.org/changeset/77264>