peterv@propagandism.org
|
aba8c5dc41
|
Fix warning.
|
2007-05-25 03:57:38 -07:00 |
|
peterv@propagandism.org
|
5acbaf5478
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
|
jonas@sicking.cc
|
233450d9b8
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 13:21:12 -07:00 |
|
jst@mozilla.org
|
eedb90c553
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-09 17:42:33 -07:00 |
|
jonas@sicking.cc
|
de64d03178
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 16:33:28 -07:00 |
|
jonas@sicking.cc
|
594d259432
|
back out last patch since leaks went through the roof
|
2007-05-07 18:03:08 -07:00 |
|
jonas@sicking.cc
|
c2c495c2ef
|
Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987
|
2007-05-07 16:45:25 -07:00 |
|
dbaron@dbaron.org
|
ca87aeb5ac
|
Remove extra class names to address Neil's comments. b=378514
|
2007-05-03 16:07:26 -07:00 |
|
dbaron@dbaron.org
|
24d770a6a9
|
Record results of cycle collection traversal so we only have to call the traversal APIs once per collection. b=378514 sr=peterv r=graydon
|
2007-04-25 14:12:11 -07:00 |
|
peterv@propagandism.org
|
f66cd8c4f5
|
Fix for bug 376854 (CycleCollector depends on uninitialized values (ageSelectionCallback and nsPurpleBuffer::BumpGeneration)). r/sr=dbaron.
|
2007-04-25 11:33:55 -07:00 |
|
peterv@propagandism.org
|
f091506c2b
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
dbaron@dbaron.org
|
be3b7ec321
|
Followup fixes to making cycle collector use more efficient hashtables: shrink size of table and fix warnings on 64-bit machines. b=377606 sr=peterv r=graydon
|
2007-04-23 16:34:33 -07:00 |
|
peterv@propagandism.org
|
a3211baf40
|
Fix for bug 372110 (Make cycle-collection debugging features optional at compile time). r=graydon, sr=jst.
|
2007-04-21 10:43:19 -07:00 |
|
peterv@propagandism.org
|
533f945b5a
|
Reorder members to make struct smaller and try to lower MH down again.
|
2007-04-20 01:51:31 -07:00 |
|
peterv@propagandism.org
|
9c898bc846
|
Fix for bug 377606 (Switch cycle collector to more efficient hashtables). Patch by graydon, r=peterv, sr=dbaron.
|
2007-04-20 01:01:01 -07:00 |
|
peterv@propagandism.org
|
e6f2b66bd5
|
Fix for bug 373693 (Cycle collector makes AddRef about 6x slower). r=graydon, sr=dbaron.
|
2007-04-18 03:10:35 -07:00 |
|
peterv@propagandism.org
|
98262e788a
|
Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron.
|
2007-04-10 15:05:41 -07:00 |
|
peterv@propagandism.org
|
12431cf555
|
Fix for bug 375075 (Stop leaking the cycle collector on shutdown). r=bsmedberg, sr=dbaron.
|
2007-03-27 02:49:06 -07:00 |
|
peterv@propagandism.org
|
826c6a72f8
|
Backing out change for debugging tinderbox orange.
|
2007-03-23 09:10:21 -07:00 |
|
peterv@propagandism.org
|
0366969393
|
Temporarily enable cycle collection timing for debug builds to figure out tinderbox orange. Will back out after qm-xserve01 tinderbox has cycled.
|
2007-03-23 08:11:53 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
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 |
|
jst%mozilla.org
|
cd1c3c94d3
|
Fixing bug 374239. Add debugging code that will print time spent in various parts of nsCycleCollector::Collect(). r+sr=peterv@propagandism.org
|
2007-03-19 23:21:31 +00:00 |
|
peterv%propagandism.org
|
5a1ed9c668
|
Fix for bug 374096 (Cycle collector doesn't collect all the cycles it could). r=graydon, sr=dbaron.
|
2007-03-16 12:52:47 +00:00 |
|
graydon%mozilla.com
|
203839a8b5
|
Bug 368869, previous commit had a typo: s/bool/PRBool/, s/false/PR_FALSE/.
|
2007-03-15 23:47:01 +00:00 |
|
graydon%mozilla.com
|
47299d3e29
|
Bug 368869 - Make cycle collection suspect all native wrapper roots
r=brendan, sr=jst
|
2007-03-15 23:05:03 +00:00 |
|
joshmoz%gmail.com
|
f25eb0ef7b
|
XPCOM cycle collector is initialized statically, don't do that. b=369336 r=graydon sr=vlad
|
2007-03-14 06:15:10 +00:00 |
|
dbaron%dbaron.org
|
e19b9e8e92
|
Add debugging code to cycle collector to give information about objects it has been told ought to be freed. b=372766 r=graydon sr=peterv
|
2007-03-09 23:00:14 +00:00 |
|
peterv%propagandism.org
|
d31627390e
|
Take care of reviewer comment (bug 373219).
|
2007-03-09 13:49:45 +00:00 |
|
peterv%propagandism.org
|
a267e57680
|
Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron.
|
2007-03-09 13:14:06 +00:00 |
|
peterv%propagandism.org
|
47188a2f94
|
Try to fix bustage.
|
2007-03-08 11:31:14 +00:00 |
|
peterv%propagandism.org
|
12f2917956
|
Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst.
|
2007-03-08 11:17:16 +00:00 |
|
bzbarsky%mit.edu
|
8cfe770629
|
Relanding bug 368523 now that we've established it's the reason for the Txul change.
|
2007-03-06 19:25:10 +00:00 |
|
bzbarsky%mit.edu
|
ffa520357a
|
Back out bug 368523 to test performance impact
|
2007-03-06 18:23:15 +00:00 |
|
dbaron%dbaron.org
|
3d3dda25c0
|
Make nsCycleCollector::Fault do something in debug builds. b=372320 r=graydon sr=peterv
|
2007-03-05 21:07:51 +00:00 |
|
bzbarsky%mit.edu
|
5ace0b6f2a
|
Don't hook malloc by default (still hook it if asked to via the env vars), and
when it's hooked ignore free(0) calls. Bug 368523, r=graydon, sr=dbaron
|
2007-03-02 01:08:03 +00:00 |
|
peterv%propagandism.org
|
3e4c261c01
|
Fix for bug 367779 (Make cycle collection through JS objects more reliable). r=jst, sr=brendan.
|
2007-02-18 20:05:32 +00:00 |
|
peterv%propagandism.org
|
0e04a8b0f2
|
Fix for bug 368549 (Cycle collector doesn't handle tearoffs correctly). r=graydon, sr=jst.
|
2007-02-18 14:38:04 +00:00 |
|
jonas%sicking.cc
|
073b1fd3fe
|
Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest.
|
2007-02-16 23:02:08 +00:00 |
|
gerv%gerv.net
|
8e8acc58af
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2007-02-14 17:33:38 +00:00 |
|
philringnalda%gmail.com
|
a14f8ae1db
|
Bug 349526: BeOS crashes at startup due to mState buffer overrun, p=tqh <thesuckiestemail@yahoo.se>, r+sr=vlad
|
2007-01-27 05:11:35 +00:00 |
|
jst%mozilla.org
|
27282c494c
|
Landing graydon's fix for bug 366578. Make the cycle collector run at shutdown.
|
2007-01-25 00:24:08 +00:00 |
|
martijn.martijn%gmail.com
|
b90e5b8ef2
|
Bug 366119 � Mingw build error in nsCycleCollector.cpp, r=graydon, sr=jst
|
2007-01-23 00:39:25 +00:00 |
|
graydon%mozilla.com
|
40e2228cd0
|
Bug 366063: better fix to critical crasher, replacing band-aid submitted in 333078.
r=dbaron
|
2007-01-09 01:33:02 +00:00 |
|
jst%mozilla.org
|
0ec7665da8
|
Landing 64-bit fixes for bug 333078. r=graydon@mozilla.com, sr=bugmail@sicking.cc
|
2007-01-05 23:59:18 +00:00 |
|
graydon%mozilla.com
|
9d9858d348
|
Bug 333078: XPCOM cycle collector, first performance-related followup patch.
Reorganizes collection throttling to coincide with existing JS_GC scheme.
|
2007-01-05 01:44:42 +00:00 |
|
graydon%mozilla.com
|
4525ab79d9
|
Bug 333078: XPCOM cycle collector
r=brendan, sicking, bz, dbaron, bsmedberg
|
2007-01-04 22:31:26 +00:00 |
|
vladimir%pobox.com
|
82a10357c9
|
backing out bug 333078, xpcom cycle collector due to perf issues
|
2006-11-22 23:18:16 +00:00 |
|
vladimir%pobox.com
|
32c701d569
|
b=333078, xpcom cycle collector; followup patch -- patch from graydon@mozilla.com, r=many
|
2006-11-22 21:31:33 +00:00 |
|
vladimir%pobox.com
|
6aa8e1d3f1
|
b=333078, xpcom cycle collector; followup patch -- patch from graydon@mozilla.com, r=many
|
2006-11-22 20:48:47 +00:00 |
|
vladimir%pobox.com
|
3748c8bf4f
|
b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many
|
2006-11-22 19:23:02 +00:00 |
|