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

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


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52199|                            |review?
               Flag|                            |




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2010-03-31 13:08:09 PST ---
Created an attachment (id=52199)
 --> (https://bugs.webkit.org/attachment.cgi?id=52199)
proposed patch

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.

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