[webkit-reviews] review requested: [Bug 36899] Make DumpRenderTree parallelizable : [Attachment 52199] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 13:08:08 PDT 2010


Csaba Osztrogonac <ossy at webkit.org> has asked  for review:
Bug 36899: Make DumpRenderTree parallelizable
https://bugs.webkit.org/show_bug.cgi?id=36899

Attachment 52199: proposed patch
https://bugs.webkit.org/attachment.cgi?id=52199&action=review

------- Additional Comments from Csaba Osztrogonac <ossy at webkit.org>
This patch tested and works on Qt-linux and on Mac-Leopard.

Now the temporary directory for local storage and icon db is 
~/.local on Qt, it will be $TMP/DumpRenderTree-XXXXXX with this patch.
On Leopard it was ~/Library/Application Support/DumpRenderTree
and it will be $TMP/DumpRenderTree-XXXXXX (here it was user temp)

This patch would solve many strange storage, workers crashes on Qt bots.


More information about the webkit-reviews mailing list