[Webkit-unassigned] [Bug 36899] Make DumpRenderTree parallelizable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 17:38:14 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-03-31 17:38:13 PST ---
(From update of attachment 52199)
> +        return [NSString stringWithCString: getenv("DUMPRENDERTREE_TEMP")];

The correct function for this is:

    -[NSFileManager stringWithFileSystemRepresentation:length:]

The stringWithCString function will not work properly for non-ASCII characters.

-- 
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