[SVN-Commit] r628 - branches/experimental/Mk branches/experimental/www/firefox branches/experimental/www/firefox-i18n branches/experimental/www/firefox/files branches/experimental/www/linux-firefox trunk/Mk trunk/www/firefox trunk/www/firefox-i18n trunk/www/firefox/files trunk/www/linux-firefox

Beat Gätzi beat at FreeBSD.org
Wed Sep 28 16:44:43 UTC 2011


On Sep 27, 2011, at 11:59 PM, h h wrote:
> svn-freebsd-gecko at chruetertee.ch writes:
> 
>> Author: beat
>> Date: Tue Sep 27 15:57:43 2011
>> New Revision: 628
>> 
>> Log:
>> - Update Firefox to 7.0
> [...]
>> Added: branches/experimental/www/firefox/files/patch-xpcom__threads__nsThreadManager.cpp
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ branches/experimental/www/firefox/files/patch-xpcom__threads__nsThreadManager.cpp	Tue Sep 27 15:57:43 2011	(r628)
>> @@ -0,0 +1,13 @@
>> +--- ./xpcom/threads/nsThreadManager.cpp.orig	2011-08-25 02:37:45.000000000 +0200
>> ++++ ./xpcom/threads/nsThreadManager.cpp	2011-08-28 17:14:14.000000000 +0200
>> +@@ -89,6 +89,10 @@
>> + nsresult
>> + nsThreadManager::Init()
>> + {
>> ++#ifdef NS_TLS
>> ++  if (!gTLSThreadID)
>> ++    gTLSThreadID = mozilla::threads::Generic;
>> ++#endif
>> +   if (!mThreadsByPRThread.Init())
>> +     return NS_ERROR_OUT_OF_MEMORY;
>> + 
>> 
> 
> So, are you going to keep workaround unconditionally?

No, I was not aware that the patch wasn't complete. I committed your patch
a couple of minutes ago.

Thanks,
Beat


More information about the freebsd-gecko mailing list