igor@mir2.org
|
03f433c720
|
bug=420399 r=brendan a1.9=blocking1.9 eliminating the pc stack in the interpreter
|
2008-03-04 15:30:58 -08:00 |
|
bclary@bclary.com
|
d3365453db
|
JavaScript Tests - update known failures
|
2008-03-04 13:59:50 -08:00 |
|
bclary@bclary.com
|
aa85512db5
|
JavaScript Tests - update known failures
|
2008-03-04 09:27:38 -08:00 |
|
bclary@bclary.com
|
28de70863d
|
JavaScript Tests - remove wfm failure, bug 417916
|
2008-03-04 08:54:08 -08:00 |
|
igor@mir2.org
|
d9417500fc
|
Bug 419969: the interpreter loop belongs to its own compilation unit. r,a1.9=brendan
|
2008-03-04 04:52:43 -08:00 |
|
timeless@mozdev.org
|
64fa3a079b
|
Bug 420807 xpconnect should not use fun->atom r=dbradley a=brendan
|
2008-03-03 19:19:17 -08:00 |
|
bent.mozilla@gmail.com
|
372aac713d
|
Bug 414977 - "insufficient unlink methods in some DOM classes?". Fix for DEBUG_xpc_hacker builds. Not part of the normal build, r+sr+a=jst.
|
2008-03-03 17:20:55 -08:00 |
|
bclary@bclary.com
|
8ab86290e2
|
JavaScript Tests - update known failures, bug 420480
|
2008-03-03 09:01:40 -08:00 |
|
brendan@mozilla.org
|
ae42df3d12
|
Urghh...
|
2008-03-03 00:09:36 -08:00 |
|
brendan@mozilla.org
|
a982566c12
|
Clean up and fix computed this under js_Execute (420610, r=mrbkap+crowder, a=vlad).
|
2008-03-02 23:49:14 -08:00 |
|
brendan@mozilla.org
|
e984ae0990
|
mrbkap's fantabulous fix for 418565, r=me, a=beltzner.
|
2008-03-02 23:14:45 -08:00 |
|
jruderman@hmc.edu
|
b63894e5d5
|
Add crashtest
|
2008-03-02 23:13:04 -08:00 |
|
brendan@mozilla.org
|
6dcfb7a8a5
|
mrbkap's patch for 418293 with a few nits picked, r=me, a=beltzner.
|
2008-03-02 23:10:18 -08:00 |
|
brendan@mozilla.org
|
527b53da80
|
mrbkap's fix for 420612, r=me, a=beltzner.
|
2008-03-02 23:02:53 -08:00 |
|
brendan@mozilla.org
|
bf4dff31ae
|
Checking in mrbkap's fix for 420513, r=me, a=beltzner.
|
2008-03-02 22:49:26 -08:00 |
|
jruderman@hmc.edu
|
29c0574170
|
Add crashtest
|
2008-03-02 22:40:11 -08:00 |
|
igor@mir2.org
|
60ee816d65
|
bug=420593 fixing mispellings in comments introfuced in the patch for bug 396007.
|
2008-03-02 16:41:07 -08:00 |
|
igor@mir2.org
|
8a2062c811
|
bug=420639 fixing comments in the checking for bug 418737.
|
2008-03-02 16:34:00 -08:00 |
|
mrbkap@gmail.com
|
7ab8010f59
|
Fix dependencies in the JS shell. bug 388955, patch adapted from one by jorendorff, r=brendan a=NPOTB
|
2008-03-02 15:10:49 -08:00 |
|
igor@mir2.org
|
4efee61dd3
|
bug=418737 r=brendan a1.9b4=mtshrep fixing fast array enumerator
|
2008-03-02 09:45:33 -08:00 |
|
igor@mir2.org
|
c2daaad5fe
|
bug=396007 r=brendan a1.9b4=mtschrep Prefering posix_memalign over mmap to allocate GC arenas.
|
2008-03-02 08:13:16 -08:00 |
|
brendan@mozilla.org
|
12d2139d11
|
Fix property cache fill to recompute protoIndex to handle XBL and other JS_SetPrototype users (418139, r/a=shaver).
|
2008-03-01 20:06:33 -08:00 |
|
brendan@mozilla.org
|
4f4cb9e28b
|
Unregress perf in wake of 418069 (420426, r=mrbkap, a=mconnor).
|
2008-03-01 14:15:21 -08:00 |
|
mrbkap@gmail.com
|
18bfd5ab8a
|
Stick exn back into the context so that js_ReportErrorAgain callees can access the exception. bug 420409, patch from taras, r=mrbkap a=mconnor
|
2008-03-01 14:11:27 -08:00 |
|
bclary@bclary.com
|
5ac0cb809d
|
Backout bug 420426 due to regressions
|
2008-03-01 03:02:43 -08:00 |
|
brendan@mozilla.org
|
1575ad453e
|
Fix ComputeThis perf regression (420426, r=mrbkap, a=sayrer).
|
2008-02-29 23:37:27 -08:00 |
|
mrbkap@gmail.com
|
ecc86bf397
|
Remove unused variable. bug 418069, r+a=brendan
|
2008-02-29 17:21:11 -08:00 |
|
mrbkap@gmail.com
|
59987175f2
|
Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner
|
2008-02-29 16:17:38 -08:00 |
|
brendan@mozilla.org
|
00fee0fea7
|
Another assert that was an already-coped-with property cache hazard (420087, r=shaver, a=beltzner).
|
2008-02-29 16:03:41 -08:00 |
|
benjamin@smedbergs.us
|
bd8c0d9f66
|
Bug 420217 - _InterlockedCompareExchange needs to be extern "C" when using a C++ compiler, r=brendan a1.9b4=beltzner
|
2008-02-29 06:49:04 -08:00 |
|
brendan@mozilla.org
|
a8bb1da25f
|
Fix slot type to satisfy C++ (420215, r=bsmedberg, a=beltzner).
|
2008-02-28 21:03:38 -08:00 |
|
bent.mozilla@gmail.com
|
c8de939d3c
|
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-28 18:09:10 -08:00 |
|
bclary@bclary.com
|
75a10443a9
|
JavaScript Tests - regression test for bug 419018, by jag (Peter Annema)
|
2008-02-28 17:37:05 -08:00 |
|
brendan@mozilla.org
|
fa4dcecfef
|
Unbitrot JS_OPMETER (363529, r=shaver, a=beltzner/sayrer).
|
2008-02-28 16:29:59 -08:00 |
|
brendan@mozilla.org
|
7e30932a4d
|
Cope with JSOP_INITPROP property cache proto-property-with-non-stub-setter hazard (419822, r=shaver, a=beltzner).
|
2008-02-28 09:17:52 -08:00 |
|
bclary@bclary.com
|
641f900e2d
|
JavaScript Tests - regression tests for bug 419152, by Mike Shaver
|
2008-02-28 08:44:05 -08:00 |
|
bclary@bclary.com
|
43608cef42
|
JavaScript Tests - regression tests for bug 419803, by Jesse Ruderman
|
2008-02-28 08:24:12 -08:00 |
|
brendan@mozilla.org
|
8f651d834f
|
Fix bogus assertion with compensating code (419803, r=shaver, a=beltzner).
|
2008-02-27 11:39:27 -08:00 |
|
brendan@mozilla.org
|
bfaa992a1b
|
Backing out to fix orange on Windows fx/tb/sm...
|
2008-02-26 22:57:28 -08:00 |
|
brendan@mozilla.org
|
42caf6cd7e
|
Landing shaver's patch for 419743, r/a=me.
|
2008-02-26 21:54:02 -08:00 |
|
brendan@mozilla.org
|
da4792dd55
|
Optimize object initialisers via property cache; remove JSOP_SET{NAME,PROP} cache hazards (129496, r=shaver).
|
2008-02-26 17:59:36 -08:00 |
|
igor@mir2.org
|
0490d5e5c8
|
bug=400902 r,a1.9=brendan Specialized GC arena for double values
|
2008-02-26 13:01:42 -08:00 |
|
bclary@bclary.com
|
d7b4cdc422
|
JavaScript Tests - regression tests for bug 410649, by Igor Bukanov
|
2008-02-26 10:40:56 -08:00 |
|
brendan@mozilla.org
|
d04ec07f23
|
Fix regression from 419152 to test for 58274 (r/a=shaver).
|
2008-02-26 09:01:52 -08:00 |
|
timeless@mozdev.org
|
a7cd3c0106
|
Bug 394114 Interfaces missing from various QI implementations. jsdContext r=caillon sr=jag a=dsicore
|
2008-02-26 07:10:19 -08:00 |
|
timeless@mozdev.org
|
3be3d64ce2
|
Bug 405025 ASSERT_VALID_LOCK failed r=gijs a=dsicore
|
2008-02-26 07:07:05 -08:00 |
|
timeless@mozdev.org
|
9fce33202b
|
Bug 405025 ASSERT_VALID_LOCK failed r=gijs a=dsicore
|
2008-02-26 07:04:13 -08:00 |
|
brendan@mozilla.org
|
31995f2bdb
|
Shaver's huge patch for 419152 (Huge, I say; r=me).
|
2008-02-25 16:59:36 -08:00 |
|
reed@reedloden.com
|
7b58057fad
|
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 00:59:20 -08:00 |
|
jag@tty.nl
|
36cdf867ff
|
Backing out bug 400902. Something's still screwy :-(
|
2008-02-24 08:46:20 -08:00 |
|