- Aug 10, 2007
-
-
flamingice@sourmilk.net authored
-
jwalden@mit.edu authored
Bug 391145 - failed to build Spidermonkey: inresolved symbol ( prmjtime.c PRMJ_Now _SetCriticalSectionSpinCount _InitializeCriticalSectionAndSpinCount ). Patch by Rob Arnold <robarnold@mozilla.com>, r=brendan, r=bsmedberg
-
sspitzer@mozilla.org authored
-
bzbarsky@mit.edu authored
-
dbaron@dbaron.org authored
Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan
-
dbaron@dbaron.org authored
Hook new[] and delete[] too, since (with VC8 anyway) we're picking up new[] through new, but not picking up delete[]. b=391491 r+a=brendan
-
dbaron@dbaron.org authored
Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan
-
dbaron@dbaron.org authored
-
dbaron@dbaron.org authored
Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan
-
dbaron@dbaron.org authored
-
bzbarsky@mit.edu authored
-
enndeakin@sympatico.ca authored
-
bclary@bclary.com authored
-
dbaron@dbaron.org authored
-
dbaron@dbaron.org authored
Finish the deflated string cache after uninterning atoms, so we don't leak their associated strings. b=391587 r+a=brendan
-
dbaron@dbaron.org authored
Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky
-
dbaron@dbaron.org authored
-
jwalden@mit.edu authored
Bug 391423 - Reposition JS_(BEGIN|END)_EXTERN_C to avoid nesting #includes. Patch by Edward Lee <edilee@mozilla.com>, r=jorendorff, r=bsmedberg
-
dbaron@dbaron.org authored
-
dbaron@dbaron.org authored
Add nsPresContext and nsEventStateManager to cycle collection. b=385376 r=Olli.Pettay sr=jst a=jst
-
dbaron@dbaron.org authored
Improve performance when trace-malloc is built but not used by adding a fast-path around the locking. b=150015 r=brendan a=bzbarsky
-
dbaron@dbaron.org authored
-
nrthomas@gmail.com authored
-
vladimir@pobox.com authored
-
bzbarsky@mit.edu authored
-
bzbarsky@mit.edu authored
-
pavlov@pavlov.net authored
-
cbiesinger@gmx.at authored
-
aaronleventhal@moonset.net authored
Rest of patch for bug 387347 (last was incorrectly marked for bug 387437). Regression in exposing accessible objects for nodes with float style. Patch by Ginn Chen, r=aaronlev, a=dsicore
-
aaronleventhal@moonset.net authored
Bug 387437. Regression in exposing accessible objects for nodes with float style. Patch by Ginn Chen, r=aaronlev, a=dsicore
-
bzbarsky@mit.edu authored
-
aaronleventhal@moonset.net authored
Bug 388930. gsignal.c:2271 signal name 'text_caret_moved' is invalid for instance. patch by Ginn Chen, r=aaronlev, a=dsicore
-
aaronleventhal@moonset.net authored
Bug 391671. ARIA trees have incorrect 'level' object attribute. Patch by Alexander Surkov, r=aaronlev, a=dsicore
-
aaronleventhal@moonset.net authored
-
aaronleventhal@moonset.net authored
-
aaronleventhal@moonset.net authored
Bug 391023. nsIAccessibleText::getCharacterExtents() is returning values based on source rather than document content. r=surkov, a=dsicore
-
dietrich@mozilla.com authored
Bug 386603 Reload live bookmark does not actually show the feed being refreshed (for stevewon@gmail.com, r=dietrich)
-
jwalden@mit.edu authored
Bug 384192 - Simplify the approach to supporting cross-domain Mochitests by moving all the code into runtests.pl.in (so the harnesses don't have to do anything except use the profile created for them). r=robcee, approval not needed for testing changes during yellow
-
flamingice@sourmilk.net authored
-
sdwilsh@shawnwilsher.com authored
Bug 391156 - mozStorage doesn't handle unicode in LIKE, UPPER, or LOWER functions (string nit follow-up patch). r=sspitzer
-