Dan Witte
|
d932f1875d
|
Bug 556329 - Allow ctypes to load exported data symbols. r=jorendorff
|
2010-04-14 10:36:48 -07:00 |
|
Walter Meinl
|
1d3efeae28
|
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
|
271ddaf124
|
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
|
34c05f566e
|
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
|
4e6cc3082a
|
Bug 556902 - Fix ctypes warnings. Part 2: libffi. r=benjamn
|
2010-04-14 10:36:48 -07:00 |
|
Dan Witte
|
a199de8c64
|
Fix allocator mismatch. No bug, r=jorendorff
|
2010-04-14 10:36:47 -07:00 |
|
Robert Sayre
|
93ca8a6021
|
Merge mozilla-central to tracemonkey.
|
2010-04-14 08:17:38 -04:00 |
|
Jason Orendorff
|
190248f706
|
Merge backout.
|
2010-04-14 07:00:55 -05:00 |
|
Jason Orendorff
|
33e5d7d502
|
Backed out changeset ff77002e8a30 (bug 558720).
|
2010-04-14 07:00:36 -05:00 |
|
Gregor Wagner
|
fb425ba8b2
|
Bug 541140 - TM: don't return GCChunks immediately
|
2010-04-13 20:14:10 -07:00 |
|
Nicholas Nethercote
|
b90709d529
|
Bug 558714 - js_ScriptClass doesn't need a reserved slot. r=brendan.
|
2010-04-13 19:38:49 -07:00 |
|
Brendan Eich
|
937d447d0e
|
Fix non-escaping closure optimization to cope with 'with' and eval (558720, r=jorendorff).
|
2010-04-13 19:05:26 -07:00 |
|
Robert Sayre
|
8b637950c5
|
Merge
|
2010-04-13 18:16:05 -04:00 |
|
Robert Sayre
|
ec12d7736d
|
Backed out changeset c9faf5a2bc75
|
2010-04-13 18:15:20 -04:00 |
|
Gregor Wagner
|
e3ae3c2ec6
|
Bug 558833 - Fix GCTIMER for SweepDoubles. r=jorendorff.
--HG--
extra : rebase_source : 7492dd5a7bbed917ad4177685631ea1163193579
|
2010-04-13 08:58:40 -05:00 |
|
Luke Wagner
|
9910b54c38
|
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
|
7cb366214a
|
[JAEGER] Allow custom memory allocator use in spidermonkey (bug 549532, r=dvander).
|
2010-04-12 18:51:25 -07:00 |
|
Luke Wagner
|
e0baa92658
|
Bug 558950 - Object.watch should always return undefined (r=Waldo)
|
2010-04-12 17:47:35 -07:00 |
|
Igor Bukanov
|
7004c9a4b7
|
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
|
c8a65ef8d4
|
backout merge
|
2010-04-12 23:43:43 +04:00 |
|
Igor Bukanov
|
bdc96d2b1a
|
Backed out changeset 47532d9153cb - xpcshell failures
|
2010-04-12 23:42:45 +04:00 |
|
Jeff Walden
|
448a825d23
|
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
|
91e9546ca9
|
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
|
8c46df6c46
|
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
|
eea611fd7f
|
Fix merge bustage.
|
2010-04-12 10:08:55 -04:00 |
|
Robert Sayre
|
0bc0ee1ad3
|
Merge mozilla-central to tracemonkey.
|
2010-04-12 09:45:24 -04:00 |
|
Nicholas Nethercote
|
58fd901fa9
|
Bug 556165 - dead code in array_shift(). r=jwalden.
|
2010-04-11 22:38:55 -07:00 |
|
Andreas Gal
|
4f28c42447
|
Remove lingering defaultValue calls with hint JSTYPE_OBJECT or JSTYPE_FUNCTION (554550, r=brendan).
|
2010-04-11 20:55:22 -07:00 |
|
Andreas Gal
|
9e30b5188d
|
Fix an incorrect comment (r=me).
|
2010-04-11 20:03:04 -07:00 |
|
Nicholas Nethercote
|
483987f688
|
merge
|
2010-04-11 16:45:50 -07:00 |
|
Nicholas Nethercote
|
6bcbe2ea63
|
Bug 557713 - encapsulate JSSLOT_ARGS_* within JSObject. r=brendan.
|
2010-04-11 16:45:20 -07:00 |
|
Nicholas Nethercote
|
2d6ed5c45e
|
Bug 558530 - JM: Crash [@ js_CallGCMarker] with gc. rs=me.
|
2010-04-11 16:28:04 -07:00 |
|
Brendan Eich
|
1adb0c8099
|
Keep jsprvtd.h usable from C (558437 followup, r=REDRUM).
|
2010-04-11 10:40:36 -07:00 |
|
Brendan Eich
|
d5d7609fb6
|
Cope with stillborn Iterators (558619, r=dvander).
|
2010-04-10 23:47:43 -07:00 |
|
Dave Herman
|
ed6c552bb7
|
Bug 558437 - rename JSCompiler to js::Parser (r=brendan).
|
2010-04-10 21:15:35 -07:00 |
|
Brendan Eich
|
1a7721a4d3
|
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
|
a887d81302
|
Inline the object allocation path (558003, r=sayrer).
|
2010-04-10 16:16:35 -07:00 |
|
Andreas Gal
|
f39c969eaa
|
Remove gcIteratorTable (557914, r=brendan).
|
2010-04-10 16:08:14 -07:00 |
|
Siddharth Agarwal
|
3335c5f88d
|
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
|
f1675a824a
|
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
|
50d613eab8
|
Bug 558675.
|
2010-04-11 15:05:07 -07:00 |
|
Brendan Eich
|
e3471f5fcb
|
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 |
|
Mike Hommey
|
0a48e14b6d
|
Bug 541774: IDL-parser cache and .pyc files are left behind by make clean. r=ted
|
2010-04-10 16:02:45 -04:00 |
|
Mike Hommey
|
0497968eb1
|
Bug 541770: Clean up js/src during make distclean. r=ted
|
2010-04-10 16:00:49 -04:00 |
|
Blake Kaplan
|
689a3f2723
|
Bug 557728 - Split constructors into called-from-script and called-from-api. r=vlad sr=jst
--HG--
extra : rebase_source : 64af9e27799a36ce7cd45c885501bef139ddc44c
|
2010-04-08 18:20:06 -07:00 |
|
Jeff Walden
|
0b04dfbcc9
|
Bug 534377 - Object literal duplicate-property checking doesn't work for same property as number and as string. r=jimb
|
2009-12-24 16:10:18 -05:00 |
|
Blake Kaplan
|
bb1b00d30e
|
Bug 533882 - Don't call into CAPs when we don't have to. r=jst sr=bzbarsky
--HG--
extra : rebase_source : 534bfae23aa5c1de4229b5259ba48599aef69a12
|
2009-12-16 17:40:14 -08:00 |
|
Peter Van der Beken
|
0578abb1ad
|
Fix warning.
|
2010-04-08 14:07:28 +02:00 |
|
Dan Witte
|
233a77bbe4
|
Bug 557413 - Fix race condition building static and shared libraries. r=ted
|
2010-04-08 16:03:06 -07:00 |
|
Blake Kaplan
|
f2f7a9e028
|
Bug 557346 - Try harder to fill report->ucmessage in when reporting errors.
|
2010-04-08 15:57:19 -07:00 |
|