- Aug 13, 2007
-
-
edward.lee@engineering.uiuc.edu authored
-
- Aug 11, 2007
-
-
edward.lee@engineering.uiuc.edu authored
-
jst@mozilla.com authored
-
- Aug 10, 2007
-
-
nrthomas@gmail.com authored
-
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
-
edward.lee@engineering.uiuc.edu authored
--HG-- rename : js/src/js.c => js/src/js.cpp rename : js/src/jsapi.c => js/src/jsapi.cpp rename : js/src/jsatom.c => js/src/jsatom.cpp rename : js/src/jsbool.c => js/src/jsbool.cpp rename : js/src/jscntxt.c => js/src/jscntxt.cpp rename : js/src/jsemit.c => js/src/jsemit.cpp rename : js/src/jsgc.c => js/src/jsgc.cpp rename : js/src/jsinterp.c => js/src/jsinterp.cpp rename : js/src/jsobj.c => js/src/jsobj.cpp rename : js/src/jsopcode.c => js/src/jsopcode.cpp rename : js/src/jsxml.c => js/src/jsxml.cpp
-
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
-