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 |
|
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 |
|
Jeff Walden
|
ad6a89209e
|
Bug 517580 - Unconditionally build with support for getters and setters, remove support for the deprecated { x getter: function() {}} and x getter= function() {} getter syntaxes (mutatis mutandis for setter) now that ES5 provides Object.getOwnPropertyDescriptor and Object.defineProperty and { get x() { } } syntax, and provide __{define,lookup}{G,S}etter__ only if a preprocessor variable is defined (unconditionally provided for the moment). r=luke
|
2009-10-06 12:35:33 -07:00 |
|
Chris Leary
|
2ebc323e9d
|
Bug 558002 - Convenience methods for TokenStream flags. r=jwalden
|
2010-04-09 18:54:51 -07:00 |
|
Robert Sayre
|
e3d06777e4
|
worker-error.js passes now.
|
2010-04-09 20:04:41 -04:00 |
|
Robert Sayre
|
36f7266ab2
|
Merge
|
2010-04-09 15:39:16 -04:00 |
|
Robert Sayre
|
c08105c9c5
|
Bug 505228. JSON.stringify generates non standard output if space is defined. r=sayrer
|
2010-04-09 15:38:27 -04:00 |
|
Dan Witte
|
5907980b43
|
Bug 552548 - Use JSString accessors in ctypes instead of JS_GetStringChars. r=benjamn
|
2010-04-09 11:52:41 -07:00 |
|
David Mandelin
|
aa16e435ea
|
Bug 554670: abort tracing on out-of-range args element read
|
2010-04-08 17:11:41 -07:00 |
|
Robert Sayre
|
5ef05c8584
|
Merge mozilla-central to tracemonkey.
|
2010-04-09 11:43:07 -04: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 |
|
Luke Wagner
|
777b935aea
|
Bug 558144 - un-macroize OBJ_SCOPE, OBJ_SHAPE, LOCKED_OBJ_SET_SLOT, LOCKED_OBJ_GET_SLOT (r=Waldo)
|
2010-04-08 11:22:04 -07:00 |
|
Luke Wagner
|
cbbdfa692a
|
Bug 555484 - add test case
|
2010-04-08 13:32:32 -07:00 |
|
Brendan Eich
|
9c357658b7
|
Back out patch for 557969 due to orange.
|
2010-04-08 11:31:03 -07:00 |
|
Andreas Gal
|
b0f31bea3f
|
No need to lookup parent/proto for iteration objects used for enumeration, and cache the last free iteration object for re-use (558058, r=brendan).
|
2010-04-08 10:55:58 -07:00 |
|
Brendan Eich
|
edcf471ddb
|
Named native functions lacking JSFUN_BOUND_METHOD entrain the global of the object in which they are bound, not the binding object itself, via parent (557969, r=mrbkap).
|
2010-04-08 10:55:22 -07:00 |
|
Jason Orendorff
|
741bacca43
|
Bug 553671 part 6 - Rewrite GCUntilDone() to get rid of the goto. r=gal.
--HG--
extra : rebase_source : f571c42ad8661e1a0f5be6042eafea33f507dc44
|
2010-04-08 08:03:08 -05:00 |
|
Jason Orendorff
|
d1526f1df5
|
Bug 553671 part 5 - Extract GCUntilDone() from js_GC(). r=gal.
--HG--
extra : rebase_source : 1356bdf760348479248284dd90eb8535895af8f9
|
2010-04-08 08:01:21 -05:00 |
|
Jason Orendorff
|
08bfa47c56
|
Bug 553671 part 4 - RAII for JS_{LOCK,UNLOCK}_GC and JS_{KEEP,UNKEEP}_ATOMS. r=luke.
--HG--
extra : rebase_source : dfdfcdd3a602e12de1836068e2c9f16fce46d7b2
|
2010-04-08 07:54:18 -05:00 |
|
Jason Orendorff
|
42ab1dd2de
|
Bug 553671 part 3 - extract FireGCBegin() and FireGCEnd() from js_GC(). r=jwalden.
--HG--
extra : rebase_source : 795a278471c339f74691a335ccfcd7042042732b
|
2010-04-08 07:54:18 -05:00 |
|
Jason Orendorff
|
55684f1763
|
Bug 553671 part 2 - extract PreGCCleanup() from js_GC() and get rid of 'goto out;'. r=jwalden.
--HG--
extra : rebase_source : 713a06123caefa0c5de75d6d14d0d43421f7e944
|
2010-04-08 07:54:18 -05:00 |
|
Jason Orendorff
|
aac995ee3e
|
Bug 553671 part 1 followup - Minor cleanups in GC() suggested by jwalden in review.
--HG--
extra : rebase_source : b2cabed0b2de6c044a04fa00f7e1593fddf88786
|
2010-04-08 07:54:18 -05:00 |
|
Jason Orendorff
|
926b177eaa
|
Bug 553671 part 1 - Extract GC() from js_GC(). r=jwalden.
--HG--
extra : rebase_source : 4fc17e71f7f7f3bd1d7392af585e61d265851918
|
2010-04-08 07:54:17 -05:00 |
|
Andreas Gal
|
ecdd402081
|
Backed out changeset 61de331861af (bug 558058).
|
2010-04-08 09:02:34 -07:00 |
|
Andreas Gal
|
0eaa2c4331
|
No need to lookup parent/proto for iterator objects, and cache the last free one (bug 558058, r=brendan).
|
2010-04-08 07:53:09 -07:00 |
|
Boris Zbarsky
|
32a8d53e03
|
Backed out changeset 698ace1f1027 (bug 556830) for causing jsreftest failures.
--HG--
extra : rebase_source : 6d4c5022177d0c47568f5be9c274b8b17e398bd4
|
2010-04-08 09:53:44 -04:00 |
|
Jeff Walden
|
808f44b3ab
|
Bug 550402 - Property readonly bit interferes with setter functions in properties. r=jorendorff
--HG--
extra : rebase_source : a1cc89851d11337a76f916170ca22f9013ee0b2f
|
2010-04-01 18:11:14 -07:00 |
|
Jeff Walden
|
4d912ae324
|
Bug 556876 - PropertyDescriptor::initialize can throw a SyntaxError instead of a TypeError. r=jorendorff
--HG--
extra : rebase_source : d0a38deab525d8f78f81d56d9bc78dcd5f76fb97
|
2010-04-04 21:59:09 -07:00 |
|
Luke Wagner
|
e6880f1d41
|
Remove dead store (no bug, r=me)
|
2010-04-07 19:02:47 -07:00 |
|
Andreas Gal
|
b0126e4074
|
Backed out changeset 687d1e4c213e (bug 557914).
|
2010-04-07 18:34:05 -07:00 |
|
Luke Wagner
|
b9f8c249e6
|
Bug 552574 - de-mystify js_ValueToNumber API (r=igor)
|
2010-04-07 13:18:50 -07:00 |
|
Andreas Gal
|
d0f2401879
|
Remove gcIteratorTable (557914, r=Waldo).
|
2010-04-07 17:14:38 -07:00 |
|
Nicholas Nethercote
|
26d8277a75
|
Bug 413730 - Replace all OBJ_GET_CLASS() macro calls with JSObject::getClass() calls. r=gal.
|
2010-04-07 16:09:49 -07:00 |
|
Dan Witte
|
2249bd76de
|
Revert accidental change.
|
2010-04-07 15:29:41 -07:00 |
|
Dan Witte
|
b065d2092c
|
Bug 556902 - Fix ctypes warnings. r=benjamn
|
2010-04-07 15:25:46 -07:00 |
|
timeless@mozdev.org
|
ee0636be79
|
Bug 556340 - TypedArrayTemplate<*>::fun_slice leaks ntarray when JS_NewObject fails. r=jorendorff.
|
2010-04-07 16:16:19 -05:00 |
|
Robert Sayre
|
fc4b9ec6e1
|
FF 3.5.2 native JSON.stringify replacer applied only to array items, not object properties. bug 509184. r=waldo
|
2010-04-07 12:35:43 -04:00 |
|
Jason Orendorff
|
04c9cd4d7a
|
Fix debug-only crash when doing TMFLAGS=full objdir/js -j t/string-unpack-code.js. no_r=me.
--HG--
extra : rebase_source : f4c43ffeb2fec7de027217500c6a4db7b76724c7
|
2010-04-07 10:14:35 -05:00 |
|
Nicholas Nethercote
|
c31c693e1b
|
Update nanojit-import-rev stamp.
|
2010-04-06 20:17:37 -07:00 |
|
Nicholas Nethercote
|
76b149adce
|
Bug 557705 - nanojit: clean up codegen of i386 jumps. r=edwsmith.
--HG--
extra : convert_revision : ec93bc283385c4e19bfbfda1aa1ecf94aef932ec
|
2010-04-06 20:09:32 -07:00 |
|
Nicholas Nethercote
|
6b08a7f055
|
Update nanojit-import-rev stamp.
|
2010-04-06 17:51:51 -07:00 |
|
Nicholas Nethercote
|
6968bfc5ba
|
Windows bustage fix for bug 557483. r=me.
--HG--
extra : convert_revision : 3607404c8ab95af0866fd073ed5d6d51322198b6
|
2010-04-06 16:04:32 -07:00 |
|
Nicholas Nethercote
|
07fe6e6c98
|
Bug 557483 - nanojit: convert i386 codegen macros to functions. r=edwsmith.
--HG--
extra : convert_revision : 4062fae8baf26ee9fcdf5c8d1125b2a1fa806515
|
2010-04-06 15:55:43 -07:00 |
|
Nicholas Nethercote
|
fcb616851a
|
Bustage fix for bug 545295. r=me.
--HG--
extra : convert_revision : 54edfaf7f89566f86822155e90d43ec6198228c4
|
2010-04-05 18:12:38 -07:00 |
|