Robert Sayre
|
9cfbf50c59
|
Merge tracemonkey to mozilla-central.
|
2010-04-15 12:05:18 -04:00 |
Nicholas Nethercote
|
7efff77732
|
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan.
|
2010-04-14 18:57:30 -07:00 |
Nicholas Nethercote
|
54381c3e54
|
Backed out changeset 681b0067e61b due to massive breakage
|
2010-04-14 17:09:17 -07:00 |
Nicholas Nethercote
|
e5b1652906
|
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject. r=brendan.
|
2010-04-14 16:18:03 -07:00 |
Jason Orendorff
|
0089afc587
|
Bug 559438 - Decompiler bug with JSOP_CONCATN. r=shaver.
|
2010-04-14 17:26:44 -05:00 |
Jason Orendorff
|
897e13f450
|
Missing test file for 47949ff2d058.
|
2010-04-14 15:52:24 -05:00 |
Jason Orendorff
|
5cd6cfd465
|
Bug 559006 - Wrong behavior with JSClass::convert hook and JIT. r=mrbkap.
|
2010-04-14 15:07:01 -05:00 |
Dan Witte
|
2d0cad7e4d
|
Bug 556329 - Allow ctypes to load exported data symbols. r=jorendorff
|
2010-04-14 10:36:48 -07:00 |
Walter Meinl
|
d0f398d2dd
|
Bug 538002 - Get libffi 3.0.9 working on OS/2. Part 3: Mozilla bits. r=dwitte
|
2010-04-14 10:36:48 -07:00 |
Dan Witte
|
a333112077
|
Bug 538002 - Get libffi 3.0.9 working on OS/2. Part 2: update libffi.patch.
|
2010-04-14 10:36:48 -07:00 |
Walter Meinl
|
b1747b7934
|
Bug 538002 - Get libffi 3.0.9 working on OS/2. Part 1: libffi bits. r=dwitte
|
2010-04-14 10:36:48 -07:00 |
Dan Witte
|
2bd62884bc
|
Bug 556902 - Fix ctypes warnings. Part 2: libffi. r=benjamn
|
2010-04-14 10:36:48 -07:00 |
Dan Witte
|
4d2180ac9a
|
Fix allocator mismatch. No bug, r=jorendorff
|
2010-04-14 10:36:47 -07:00 |
Robert Sayre
|
9eb74e4845
|
Merge mozilla-central to tracemonkey.
|
2010-04-14 08:17:38 -04:00 |
Jason Orendorff
|
9b0216657e
|
Merge backout.
|
2010-04-14 07:00:55 -05:00 |
Jason Orendorff
|
e727aab13c
|
Backed out changeset ff77002e8a30 (bug 558720).
|
2010-04-14 07:00:36 -05:00 |
Gregor Wagner
|
1b351d8da0
|
Bug 541140 - TM: don't return GCChunks immediately
|
2010-04-13 20:14:10 -07:00 |
Nicholas Nethercote
|
46b939366c
|
Bug 558714 - js_ScriptClass doesn't need a reserved slot. r=brendan.
|
2010-04-13 19:38:49 -07:00 |
Brendan Eich
|
934c30742a
|
Fix non-escaping closure optimization to cope with 'with' and eval (558720, r=jorendorff).
|
2010-04-13 19:05:26 -07:00 |
Robert Sayre
|
7e6126708a
|
Merge
|
2010-04-13 18:16:05 -04:00 |
Robert Sayre
|
10865b24dd
|
Backed out changeset c9faf5a2bc75
|
2010-04-13 18:15:20 -04:00 |
Gregor Wagner
|
d30fddbdb8
|
Bug 558833 - Fix GCTIMER for SweepDoubles. r=jorendorff.
--HG--
extra : rebase_source : 7492dd5a7bbed917ad4177685631ea1163193579
|
2010-04-13 08:58:40 -05:00 |
Ben Turner
|
e56ec35a5b
|
Bug 559442 - 'Fix ctypes closures to work on a non-GC thread'. r=dwitte.
|
2010-04-14 17:21:06 -07:00 |
Luke Wagner
|
99d9e743b4
|
Check for JS_THIS_OBJECT failure in obj_isPrototypeOf (r=Waldo)
--HG--
extra : rebase_source : e22f9eb8bdf47b2f3cf2c5fc3d6ed46e01c191a2
|
2010-04-12 20:05:03 -07:00 |
Mike Moenig
|
ea63af8267
|
[JAEGER] Allow custom memory allocator use in spidermonkey (bug 549532, r=dvander).
|
2010-04-12 18:51:25 -07:00 |
Luke Wagner
|
98a8aede2d
|
Bug 558950 - Object.watch should always return undefined (r=Waldo)
|
2010-04-12 17:47:35 -07:00 |
Igor Bukanov
|
590831e6c2
|
bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor
|
2010-04-13 00:59:19 +04:00 |
Igor Bukanov
|
ab417f436c
|
backout merge
|
2010-04-12 23:43:43 +04:00 |
Igor Bukanov
|
c8168729f8
|
Backed out changeset 47532d9153cb - xpcshell failures
|
2010-04-12 23:42:45 +04:00 |
Jeff Walden
|
4d852b3582
|
Bug 558249 - Followup fixes to bug 550402 to record setting getter-only properties better. r=jorendorff
--HG--
extra : rebase_source : 0cfef9aca97c243b1d45e5b6e4d68181cd3cea5c
|
2010-04-12 11:11:33 -07:00 |
Igor Bukanov
|
f28d6cecc9
|
bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor
|
2010-04-12 21:15:30 +04:00 |
Jason Orendorff
|
3cb538bf91
|
Bug 557652 - Eliminate redundant guard that incProp/getProp operand is not the global object. r=brendan.
--HG--
extra : rebase_source : 8da6192aedb78f6096d83a161698b27e43d30c30
|
2010-04-12 08:27:16 -05:00 |
Robert Sayre
|
98a3aefdbd
|
Fix merge bustage.
|
2010-04-12 10:08:55 -04:00 |
Robert Sayre
|
114d145903
|
Merge mozilla-central to tracemonkey.
|
2010-04-12 09:45:24 -04:00 |
Nicholas Nethercote
|
ff94c40f06
|
Bug 556165 - dead code in array_shift(). r=jwalden.
|
2010-04-11 22:38:55 -07:00 |
Andreas Gal
|
42ef3b9744
|
Remove lingering defaultValue calls with hint JSTYPE_OBJECT or JSTYPE_FUNCTION (554550, r=brendan).
|
2010-04-11 20:55:22 -07:00 |
Andreas Gal
|
75c8504688
|
Fix an incorrect comment (r=me).
|
2010-04-11 20:03:04 -07:00 |
Nicholas Nethercote
|
fd1e728799
|
merge
|
2010-04-11 16:45:50 -07:00 |
Nicholas Nethercote
|
7d6b2dbd58
|
Bug 557713 - encapsulate JSSLOT_ARGS_* within JSObject. r=brendan.
|
2010-04-11 16:45:20 -07:00 |
Nicholas Nethercote
|
7255e52f92
|
Bug 558530 - JM: Crash [@ js_CallGCMarker] with gc. rs=me.
|
2010-04-11 16:28:04 -07:00 |
Brendan Eich
|
30b7a47178
|
Keep jsprvtd.h usable from C (558437 followup, r=REDRUM).
|
2010-04-11 10:40:36 -07:00 |
Brendan Eich
|
4c3446319d
|
Cope with stillborn Iterators (558619, r=dvander).
|
2010-04-10 23:47:43 -07:00 |
Dave Herman
|
cfc5514d85
|
Bug 558437 - rename JSCompiler to js::Parser (r=brendan).
|
2010-04-10 21:15:35 -07:00 |
Brendan Eich
|
eba63d253d
|
Don't bother optimizing apply on arguments objects whose length property has been overridden (558609, r=dvander).
|
2010-04-10 20:53:11 -07:00 |
Andreas Gal
|
3799de9f75
|
Inline the object allocation path (558003, r=sayrer).
|
2010-04-10 16:16:35 -07:00 |
Andreas Gal
|
ca72207125
|
Remove gcIteratorTable (557914, r=brendan).
|
2010-04-10 16:08:14 -07:00 |
Siddharth Agarwal
|
b8b5d947d7
|
Bug 558887 - VC10: nsinstall.exe doesn't get a manifest. Copy the logic over from $(PROGRAM) to $(HOST_PROGRAM). r=bsmedberg
|
2010-04-13 14:18:19 +05:30 |
Jesse Ruderman
|
22d15e7bf2
|
This test doesn't need to open a new window. (May 'fix' orange bug 558581.)
|
2010-04-12 23:48:06 -07:00 |
Ben Turner
|
3dc85cd318
|
Bug 558675.
|
2010-04-11 15:05:07 -07:00 |
Brendan Eich
|
07efeb06be
|
Don't bother optimizing apply on arguments objects whose length property has been overridden (558609, r=dvander).
|
2010-04-10 20:56:16 -07:00 |