igor@mir2.org
|
0e61c1abe5
|
bug=421154 r=brendan a1.9=blockin1.9 Faster number conversions
|
2008-03-06 15:24:08 -08:00 |
|
mrbkap@gmail.com
|
24f718d4ac
|
Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst
|
2008-03-06 14:52:58 -08:00 |
|
igor@mir2.org
|
d0918ed4af
|
bug=421314 r=myself a1.9=beltzner Patch from Mike Moening to fix VC2005 warnings that my recent changes introduced.
|
2008-03-06 14:51:14 -08:00 |
|
igor@mir2.org
|
8ad00a0798
|
bug=421266 r=brendan a1.9=beltzner js_Interpret now takes just single cx argument.
|
2008-03-06 14:47:46 -08:00 |
|
mrbkap@gmail.com
|
f48a4e343a
|
Remove unused variable. bug 420966
|
2008-03-06 13:43:26 -08:00 |
|
igor@mir2.org
|
4c7eb5780c
|
bug=415455 r=brendan a1.9=blocking1.9
|
2008-03-06 13:40:43 -08:00 |
|
mrbkap@gmail.com
|
0ae65ed097
|
Protect |accum| from being collected in js_ConcatStrings. bug 393874, r=igor a=beltzner
|
2008-03-06 12:16:42 -08:00 |
|
mrbkap@gmail.com
|
41fce0a6d7
|
Fix array_concat to be more generic. bug 420966, r=brendan a=beltzner
|
2008-03-06 12:05:18 -08:00 |
|
mrbkap@gmail.com
|
4db8f39fc6
|
Allow things to happen to SJOWs if there's no code running. bug 420647, r+sr=jst
|
2008-03-06 12:04:05 -08:00 |
|
mrbkap@gmail.com
|
b18eda65b8
|
Remove a now-unnecessary eval hack. bug 420642, r+sr=jst a=beltzner
|
2008-03-06 12:01:26 -08:00 |
|
mrbkap@gmail.com
|
bfb69adb4e
|
Fix mochitest depending on the old toString behavior.
|
2008-03-06 12:00:23 -08:00 |
|
mrbkap@gmail.com
|
edc3fdc8d8
|
Propagate getters and setters onto the inner object. bug 420585, r+sr=jst
|
2008-03-06 11:58:28 -08:00 |
|
mrbkap@gmail.com
|
7e9bf49b09
|
Make Object.prototype.toString show the underlying object. bug 420480, r+a=brendan
|
2008-03-06 11:57:16 -08:00 |
|
bclary@bclary.com
|
a15cd221ca
|
JavaScript Tests - update known failures, bug 418069
|
2008-03-06 08:01:57 -08:00 |
|
bclary@bclary.com
|
6f30a64a4e
|
JavaScript Tests - update known failures, bug 355258
|
2008-03-06 01:45:16 -08:00 |
|
brendan@mozilla.org
|
34b45d63e8
|
Fix signed vs. unsigned comparison in assertion warning.
|
2008-03-05 15:43:33 -08:00 |
|
timeless@mozdev.org
|
230fba1b62
|
Bug 282660 Crash [@ jsds_NotifyPendingDeadScripts] ds->script is null r=jst a=beltzner
|
2008-03-05 13:10:01 -08:00 |
|
igor@mir2.org
|
28f24f8321
|
bug=418641 r=brendan a1.9=dsicore Avoiding code bloat on slow paths in the interpreter.
|
2008-03-05 12:26:06 -08:00 |
|
igor@mir2.org
|
914d77c932
|
bug=355258 r=brendan a1.9=beltzner
|
2008-03-05 12:18:52 -08:00 |
|
crowder@fiverocks.com
|
42494c04e5
|
Bug 324161 - Optimize parseInt for integer values, if radix is 10, r=brendan, blocking1.9=dsicore
|
2008-03-05 11:11:54 -08:00 |
|
mrbkap@gmail.com
|
a7eaea7ec0
|
Fix bracing mistake from bug 344494.
|
2008-03-04 18:45:09 -08:00 |
|
mrbkap@gmail.com
|
73e056c67d
|
Always wrap content nodes in chrome with some sort of wrapper. bug 344494, r+sr=jst
|
2008-03-04 17:39:45 -08:00 |
|
brendan@mozilla.org
|
bec079b0d6
|
Fix over-including dependencies, and relocate ID_TO_VALUE to avoid over-including (r=mrbkap, bustage fix).
|
2008-03-04 15:58:10 -08:00 |
|
brendan@mozilla.org
|
31acde75c0
|
Break bad old nested include cycle for good, by un-nesting (420554, r=jorendorff, a=vlad).
|
2008-03-04 15:40:10 -08:00 |
|
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 |
|