Benjamin Smedberg
|
cd5512efb5
|
Bug 463289 - nsNativeModuleLoader doesn't protect its internal data structures, and is accessed on multiple threads (symptom is RECURSION_LEVEL assertions in pldhash.c). This patch is the simple-but-slow path: proxy all non-main-thread requests to the main thread. This is probably sufficient because asking for modules is a relatively rare activity: the component manager caches the factory objects after a lookup, r=brendan
--HG--
extra : rebase_source : 3118096536b6271886d5c35a3486bb278dc0fd86
|
2008-11-26 14:39:36 -05:00 |
|
Sergey Yanovich
|
a9bc176a99
|
Bug 462497. Don't reacquire a monitor in nsComponentManagerImpl::HashContractID that we already hold. r=bsmedberg
--HG--
extra : rebase_source : 5a024be37b8d28025f24b207d9622c1b597daea0
|
2009-01-08 21:41:55 +13:00 |
|
timeless@mozdev.org
|
cdbe2c72aa
|
Bug 470595 - crash [@ strlen - nsComponentManagerImpl::IsContractIDRegistered], r=bsmedberg
|
2009-01-07 20:42:15 -08:00 |
|
Taras Glek
|
bd7706c891
|
Bug 470859: speed things up by getting rid of dead nsID callsites r=bsmedberg
|
2009-01-05 14:48:25 -08:00 |
|
Peter Van der Beken
|
e743beb9c4
|
Fix for bug 457897 (Remove QI on 'this' object when calling from JS to C++). Patch by jorendorff and me, r/sr=jst.
|
2008-11-03 11:31:47 +01:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Daniel Holbert
|
72c410a648
|
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
|
2008-10-01 23:49:45 -07:00 |
|
Ben Turner
|
a436facf6a
|
Bug 449822 - "Service manager can create two instances of a service". r=bsmedberg.
|
2008-09-04 15:44:41 -07:00 |
|
Uli Link
|
d3623a5d74
|
Bug 445951 - missing keyword 'public' in xpcom/glue/nsAutoLock.h, r=bsmedberg
|
2008-08-18 20:39:19 +02:00 |
|
Jesse Ruderman
|
b40e4a8578
|
Fix spelling error in a log message (bug 443520).
|
2008-07-05 18:09:24 -07:00 |
|
Sudheer Kumar Peddireddy
|
18c18ceba1
|
Increase the initial sizes of hash tables that are guaranteed to grow. b=432633 r=dbaron
|
2008-06-03 15:25:31 -07:00 |
|
brade@comcast.net
|
ca61c9e2e7
|
Bug #416886; r=bsmedberg, a=beltzner Preserve original order when processing deferred components. Add TestRegistrationOrder automated test.
|
2008-03-31 07:40:10 -07:00 |
|
benjamin@smedbergs.us
|
ca89a98e8c
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
benjamin@smedbergs.us
|
2ad1146e0e
|
Bug 416886 - Find module loaders which are part of the static component list early, and process components which end up in the leftovers list in forwards instead of reverse order. This means that JS component in extensions can correctly override JS components in the core app. r=dougt a=schrep
|
2008-02-21 08:23:06 -08:00 |
|
benjamin@smedbergs.us
|
e8c45488e3
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
|
bugzilla@standard8.plus.com
|
6d87e55ac2
|
Bug 410326 do_CreateInstanceFromCategory is no longer used. r/sr=benjamin,a1.9=dsicore
|
2008-01-04 10:08:34 -08:00 |
|
dbaron@dbaron.org
|
35c35b77da
|
Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg
|
2007-08-13 12:36:57 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
philringnalda@gmail.com
|
8344cdecca
|
Bug 374754 - nsCategoryManager::AddCategoryEntry should notify about removal of the previous value, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=darin
|
2007-06-10 23:10:27 -07:00 |
|
joshmoz@gmail.com
|
eb98521dbc
|
fix some gcc 4 warnings in xpcom. patch by Christian Haberstroh. b=382753 r=bent sr=bsmedberg
|
2007-06-04 08:44:43 -07:00 |
|
bent.mozilla@gmail.com
|
410a990fb7
|
Bug 37795 - "Move nsCategoryCache to the XPCOM Glue". nsCategoryCache was initially created as part of Bug 315598 by Christian Biesinger <cbiesinger@gmx.at>. r=bsmedberg.
|
2007-04-26 06:53:48 -07:00 |
|
dbaron@dbaron.org
|
85eb65ced4
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|