[Webkit-unassigned] [Bug 75486] NRWT fails to launch Apple's Windows port of DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 13:33:51 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75486





--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com>  2012-01-04 13:33:48 PST ---
(In reply to comment #5)
> (In reply to comment #3)
> > I think we'll also need a way to read strings from the registry, and to convert from Windows paths to Cygwin paths. (webkitpy.common.system.path.cygpath goes in the other direction.)
> 
> Can we get this w/ path._winpath_to_uri and then strip off the 'file:///', or do we need more cygpath magic?

We need more cygpath magic. We need to turn something like this:

C:\Program Files (x86)\Common Files\Apple\Apple Application Support

into this:

/cygdrive/c/Program Files (x86)/Common Files/Apple/Apple Application Support

But I'm going to make DRT/WTR not require all this PATH magic, which will mean we won't need a way to read from the registry or convert to Cygwin paths at all.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list