Граф коммитов

10644 Коммитов

Автор SHA1 Сообщение Дата
mrbkap%gmail.com c831a659c5 Remove unused variable. bug 418069, r+a=brendan 2008-03-01 01:21:11 +00:00
mrbkap%gmail.com 4867a6b528 Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner 2008-03-01 00:17:38 +00:00
brendan%mozilla.org 72368f2397 Another assert that was an already-coped-with property cache hazard (420087, r=shaver, a=beltzner). 2008-03-01 00:03:41 +00:00
benjamin%smedbergs.us e81866579f Bug 420217 - _InterlockedCompareExchange needs to be extern "C" when using a C++ compiler, r=brendan a1.9b4=beltzner 2008-02-29 14:49:04 +00:00
brendan%mozilla.org 95ef76ce74 Fix slot type to satisfy C++ (420215, r=bsmedberg, a=beltzner). 2008-02-29 05:03:38 +00:00
bent.mozilla%gmail.com c2f17b7a19 Bug 414977 - "insufficient unlink methods in some DOM classes?". Allow the cycle collector to unlink XPCWrappedNatives in one cycle instead of two. r=peterv, sr=jst, a1.9b4+=schrep. 2008-02-29 02:09:10 +00:00
bclary%bclary.com 30fc4318bf JavaScript Tests - regression test for bug 419018, by jag (Peter Annema) 2008-02-29 01:37:05 +00:00
nboyd%atg.com 99e2d53159 Fix bug 420012: VerifyError on generated class 2008-02-29 00:53:09 +00:00
brendan%mozilla.org 3ac3746e73 Unbitrot JS_OPMETER (363529, r=shaver, a=beltzner/sayrer). 2008-02-29 00:29:59 +00:00
brendan%mozilla.org 96eabd4c05 Cope with JSOP_INITPROP property cache proto-property-with-non-stub-setter hazard (419822, r=shaver, a=beltzner). 2008-02-28 17:17:52 +00:00
bclary%bclary.com f52e64a82a JavaScript Tests - regression tests for bug 419152, by Mike Shaver 2008-02-28 16:44:05 +00:00
bclary%bclary.com 8e6c0e5865 JavaScript Tests - regression tests for bug 419803, by Jesse Ruderman 2008-02-28 16:24:13 +00:00
nboyd%atg.com 3424e30476 Fix bug 419940: Incorrect JavaAdapter generation for base class that overrides
an abstract method.
2008-02-28 03:49:53 +00:00
brendan%mozilla.org 47e7121b23 Fix bogus assertion with compensating code (419803, r=shaver, a=beltzner). 2008-02-27 19:39:27 +00:00
brendan%mozilla.org 2486715dec Backing out to fix orange on Windows fx/tb/sm... 2008-02-27 06:57:28 +00:00
brendan%mozilla.org 6c2517e4c2 Landing shaver's patch for 419743, r/a=me. 2008-02-27 05:54:02 +00:00
brendan%mozilla.org ab6bfe5c63 Optimize object initialisers via property cache; remove JSOP_SET{NAME,PROP} cache hazards (129496, r=shaver). 2008-02-27 01:59:37 +00:00
igor%mir2.org a2dfa4ca31 bug=400902 r,a1.9=brendan
Specialized GC arena for double values
2008-02-26 21:01:42 +00:00
bclary%bclary.com e6ea4ba958 JavaScript Tests - regression tests for bug 410649, by Igor Bukanov 2008-02-26 18:40:57 +00:00
brendan%mozilla.org 33c773eccd Fix regression from 419152 to test for 58274 (r/a=shaver). 2008-02-26 17:01:52 +00:00
timeless%mozdev.org 6f5413da48 Bug 394114 Interfaces missing from various QI implementations.
jsdContext
r=caillon sr=jag a=dsicore
2008-02-26 15:10:19 +00:00
timeless%mozdev.org 55a710b6ff Bug 405025 ASSERT_VALID_LOCK failed
r=gijs a=dsicore
2008-02-26 15:07:05 +00:00
timeless%mozdev.org 9bf84c3099 Bug 405025 ASSERT_VALID_LOCK failed
r=gijs a=dsicore
2008-02-26 15:04:13 +00:00
brendan%mozilla.org 5c6901f9e8 Shaver's huge patch for 419152 (Huge, I say; r=me). 2008-02-26 00:59:37 +00:00
reed%reedloden.com 094bb39a01 Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 08:59:21 +00:00
jag%tty.nl 0475f6a5a1 Backing out bug 400902. Something's still screwy :-( 2008-02-24 16:46:20 +00:00
igor%mir2.org 453bd117cf Bug 400902: specialized arena for doubles 2008-02-24 14:14:45 +00:00
dougt%meer.net f851de8119 WINCE Only. Slash doesn't work in MINGW32, but - works everywhere. 2008-02-23 01:31:02 +00:00
reed%reedloden.com 0e7b51aecd Bug 418957 - "js/src/prmjtime.c uses the wrong value for NS_HAVE_INVALID_PARAMETER_HANDLER on windows mobile" [p=dougt@meer.net (Doug Turner) r+a1.9=crowder] 2008-02-22 23:49:41 +00:00
benjamin%smedbergs.us e6772d9b53 Bug 419079 - cast void* in js/src for C++ compatibility, r+a=crowder 2008-02-22 20:41:28 +00:00
crowder%fiverocks.com 8f46c47439 Bug 419018 - Fix silly crash in slowarray_enumerate, patch by mrbkap, r=shaver, a1.9=mconnor 2008-02-22 19:40:57 +00:00
bclary%bclary.com 472e005de4 JavaScript Tests - regression tests for bug 385133, by Jesse Ruderman, Igor Bukanov 2008-02-22 01:31:45 +00:00
bclary%bclary.com 95b2f97fa5 JavaScript Tests - Object destructuring shorthand, bug 404734, by Brendan Eich 2008-02-22 01:00:36 +00:00
bclary%bclary.com 29647e6a82 JavaScript Tests - allow function Error() {} for the love of Pete, bug 412324 2008-02-21 21:22:38 +00:00
timeless%mozdev.org 431ad7bdaf Bug 418665 windows mobile build error in js/src/jsdate.c
GetLocalTime is defined in the Windows Mobile SDK
patch by dougt r=crowder a=beltzner
2008-02-21 21:09:57 +00:00
brendan%mozilla.org bb6c0fda3e ASSERT_VALID_PROPERTY_CACHE_HIT must be for ST spidermonkey only (417817, r=shaver). 2008-02-21 20:50:39 +00:00
bclary%bclary.com 7c4c70959d JavaScript Tests - regression test for bug 417893, by Jesse Ruderman 2008-02-21 19:38:06 +00:00
bclary%bclary.com 98e85d3c80 JavaScript Tests - regression test for bug 418504, by Jeff Walden 2008-02-21 18:12:57 +00:00
bclary%bclary.com d013dac40a JavaScript Tests - regression test for bug 418540, by Jesse Ruderman 2008-02-21 17:14:44 +00:00
brendan%mozilla.org 4e7ba3545b Beware non-native objects along scope and proto chains in property cache hit testing (418540, r=shaver). 2008-02-21 05:51:12 +00:00
brendan%mozilla.org ce8490fd5d jorendorff's JS_DEBUG_TITLE_LOCKS patch (417818, r=shaver). 2008-02-21 05:04:29 +00:00
gavin%gavinsharp.com 2755626719 Back out bug 418069 because it causes a crash on startup for Camino 2008-02-21 02:06:26 +00:00
bclary%bclary.com 4543cf9b84 Sisyphus/JavaScript Tests - update public failures, no bug, not part of the build 2008-02-21 01:27:02 +00:00
crowder%fiverocks.com df7030351b Bug 418069 - js1_5/Regress/regress-379245.js FAIL - browser - bad this, patch by mrbkap, r=brendan, sr=jst, a1.9=brendan 2008-02-20 23:28:18 +00:00
crowder%fiverocks.com 39be97ce41 Bug 418638 - various bugs in JS shell scatter() and sleep(), patch by Jason Orendorff <jorendorff@mozilla.com>, r=crowder, a=NPOTB 2008-02-20 23:18:20 +00:00
jst%mozilla.org 0cee3db4b4 Landing fix for bug 418377. Don't run code on invalid contextx. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org 2008-02-20 23:00:56 +00:00
igor%mir2.org 1c748723ce bug=418614 r=mrbkap a1.9=brendan
fixing JSOP_EXPORTALL regression spotted by mrbkap
2008-02-20 20:36:52 +00:00
crowder%fiverocks.com 28b9310bc1 Bug 418616 - fix use of uninitialized data in js_CheckAccess, patch by Blake Kaplan <mrbkap@gmail.com>, r+=shaver, a+=brendan 2008-02-20 20:01:14 +00:00
bclary%bclary.com 3444acc215 Sisyphus/JavaScript Tests - handle malformed log files, bug 418617 2008-02-20 15:49:34 +00:00
reed%reedloden.com 2f0cdeb195 Bug 404879 - "ActionMonkey: Modify js/src to use new thread-safe MMgc APIs" (tests) [p=jorendorff@mozilla.com (Jason Orendorff) r=bc a1.9=schrep] 2008-02-20 11:27:41 +00:00