Brendan Eich
|
b6154d5863
|
Fix for --disable-jit (again).
|
2009-03-04 19:40:09 -08:00 |
|
Brendan Eich
|
53c9096f08
|
Bug 480759 - TM: trace RegExp constructors (r=gal).
|
2009-03-04 19:26:16 -08:00 |
|
Graydon Hoare
|
9bfa6dc356
|
Bug 473989 - Make check should run trace-test.js when ENABLE_JIT is defined, r=ted.
|
2009-03-03 18:59:28 -08:00 |
|
Graydon Hoare
|
d8ce64835c
|
Assertion: "tree->root == tree" and crash while loading a website, r=gal.
|
2009-03-04 13:35:28 -08:00 |
|
Hiroyuki Ikezoe
|
583692b648
|
b=481291, missing return statements in NativeARM.cpp, r=vlad
|
2009-03-04 12:32:11 -08:00 |
|
Robert Sayre
|
8f71e6c715
|
Merge m-c to tm
|
2009-03-04 14:52:53 -05:00 |
|
Jason Orendorff
|
8833565dfd
|
Bug 478217 - Kill win32.order. r=bsmedberg.
|
2009-03-04 09:12:22 -06:00 |
|
Igor Bukanov
|
7673dcfb1b
|
Backed out changeset 5befb6301e9b for bug 480700 - the patch broke 32-bit linux build.
|
2009-03-04 12:39:04 +01:00 |
|
Igor Bukanov
|
cc613cdee5
|
bug 480700 - macros to cast between function and data pointers are public now. r=brendan,mrbkap
|
2009-03-04 12:10:57 +01:00 |
|
Brendan Eich
|
a57f1ef4a2
|
Keep --disable-jit working (480657, r=gal).
|
2009-03-04 00:38:46 -08:00 |
|
Brendan Eich
|
403138bf01
|
Followup patch for bug 481251.
|
2009-03-04 00:12:35 -08:00 |
|
Brendan Eich
|
f32c3d8613
|
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
|
2009-03-03 22:53:27 -08:00 |
|
Andreas Gal
|
5b7dfe03a9
|
Assert prototype shapes when reading a hole from a dense array instead of calling a builtin (481328, r=brendan).
|
2009-03-03 21:58:56 -08:00 |
|
Blake Kaplan
|
dfa1718740
|
Bug 480430 followup -- wrap for different-scope bug same-origin chrome wrappers since we have code that depends on it.
|
2009-03-03 20:26:13 -08:00 |
|
Andreas Gal
|
a1e02f0996
|
Fixed MacOSX breakage.
|
2009-03-03 18:27:49 -08:00 |
|
Andreas Gal
|
c03dba3fe5
|
Merge.
|
2009-03-03 18:04:36 -08:00 |
|
Andreas Gal
|
8c3223aab5
|
Browser spuriously sets runtime->anyArrayPrototypeHasElement and makes perf bad (481251, r=mrbkap).
|
2009-03-03 18:04:15 -08:00 |
|
Blake Kaplan
|
471bb67580
|
Bug 480430 followup -- don't wrap when the scopes are actually the same (even if they don't have principals.
|
2009-03-03 16:45:59 -08:00 |
|
Andreas Gal
|
0ba5dbee9c
|
Bug 481260 - JIT stats in tracemonkey can interfere with stdout-using embeddings. Take 2. r=jorendorff.
|
2009-03-03 18:24:05 -06:00 |
|
Wes Garland
|
8f499d0a5e
|
Bug 481260 - JIT stats in tracemonkey can interfere with stdout-using embeddings. r=jorendorff.
--HG--
extra : rebase_source : deded1db6537352709c91ad36510a0a6c8f1a29d
|
2009-03-03 18:15:30 -06:00 |
|
Graydon Hoare
|
e24ed2b771
|
Bug 480244 - Prevent recording of treecalls when function calls with extra args are in pending frames, r=gal.
|
2009-03-03 16:03:45 -08:00 |
|
Blake Kaplan
|
69b42859dd
|
Bug 480430 - Don't wrap objects that are same-origin but differently scoped. r=jst sr=bzbarsky
|
2009-03-03 15:02:57 -08:00 |
|
Andreas Gal
|
3067959f6b
|
Guard that we don't have to re-brand when writing a function into a slot if we didn't do so at recording time (481246, r=brendan).
|
2009-03-03 14:34:48 -08:00 |
|
Robert Sayre
|
f4c8ebe128
|
Merge tm to m-c.
|
2009-03-03 13:48:15 -05:00 |
|
Robert Sayre
|
100a8e68be
|
Bug 476374 - JSON.parse does not support reviver argument as defined in spec. r=jorendorff
|
2009-03-03 12:55:11 -05:00 |
|
Robert Sayre
|
9104b2a35e
|
Take out printfs. no relation to orange
|
2009-03-03 10:46:56 -05:00 |
|
Robert Sayre
|
65f0639f98
|
Merge.
|
2009-03-03 01:28:44 -05:00 |
|
Robert Sayre
|
5cbf3014e0
|
Check where we're calling JSON functions for a few runs. Temporary debug stuff.
|
2009-03-03 01:27:10 -05:00 |
|
Jeff Walden
|
1157d4c898
|
Back out bug 473256 due to subsequent inadequacies and potential performance regression
|
2009-03-02 19:19:26 -08:00 |
|
Jeff Walden
|
063f1e12d0
|
Backed out changeset d69277360499
|
2009-03-02 19:15:12 -08:00 |
|
Blake Kaplan
|
2c8b7a955f
|
Bug 480096 - Don't leave the last argument lying around in case someone accidentally uses it. r=brendan
|
2009-03-02 15:05:32 -08:00 |
|
Robert Sayre
|
c5f751c11f
|
Bug 459161 - Process first argument to JSON stringify and parse methods as specified by ES3.1, part 2. r=jorendorff
|
2009-03-02 17:00:28 -05:00 |
|
Jason Orendorff
|
ffaa49afc4
|
Bug 480856 - PurgeScopeChain should deep-bail. r=brendan.
--HG--
extra : rebase_source : b9c10596268b9421f66d9636342b7edf4419055e
|
2009-03-02 14:01:30 -06:00 |
|
Igor Bukanov
|
7f8a45e9f9
|
bug 479430 - adding mixing operation callback calls. r=gal
|
2009-03-02 14:32:27 +01:00 |
|
Andreas Gal
|
825420bd9b
|
Whitespace and spelling fix (no bug, no code change).
|
2009-03-01 08:25:36 -08:00 |
|
Andreas Gal
|
053dabc000
|
Trace index out-of-bounds case of charCodeAt and optimize for integer case (480794, r=danderson).
|
2009-03-01 00:53:58 -08:00 |
|
Andreas Gal
|
4c04aa2f53
|
Backed out bug 480657. Massive failures across all platforms.
|
2009-02-28 23:40:04 -08:00 |
|
Andreas Gal
|
ee820bda7a
|
Style nit (no bug, no code change).
|
2009-02-28 18:40:59 -08:00 |
|
Andreas Gal
|
7bd6cbad5f
|
Add an API to define traceable constructors (480657, r=brendan).
|
2009-02-28 18:18:42 -08:00 |
|
Andreas Gal
|
829c9e498f
|
A little helper function to make life in gdb more bearable (DEBUG only, no bug, r=danderson).
|
2009-02-28 16:21:18 -08:00 |
|
Jeff Walden
|
378c7d2cea
|
Kicking Windows...
|
2009-02-27 22:32:38 -08:00 |
|
Jeff Walden
|
6913144660
|
Bug 480579 - __proto__ setting does not flag delegate, breaking deep property caching assumptions. Tag-team effort of Brendan and me, r=us
|
2009-02-27 22:23:09 -08:00 |
|
Jason Orendorff
|
73b1ee84ed
|
Delete unused member variable and fix style issue discovered by Waldo just below. No bug. r=Waldo.
|
2009-02-27 13:34:32 -06:00 |
|
Jason Orendorff
|
ed15261253
|
Bug 480199 - Add assertEq function to JS shell. r=mrbkap.
|
2009-02-27 14:14:28 -06:00 |
|
Andreas Gal
|
d777e9758f
|
Merge.
|
2009-02-26 21:54:01 -08:00 |
|
Andreas Gal
|
5731637e37
|
Permit and guard on dense arrays when tracing a not-found property acccess (480479, r=jwalden).
|
2009-02-26 21:53:30 -08:00 |
|
Jeff Walden
|
dec5c0deac
|
Kick tinderboxen as I still think this orange is bogus, because all the oranges seem to be happening in different locations across runs
|
2009-02-26 21:00:15 -08:00 |
|
Andreas Gal
|
bc0dcd6437
|
Merge.
|
2009-02-26 19:01:19 -08:00 |
|
Andreas Gal
|
d16d686056
|
Trace reading undefined properties (478512, r=jwalden).
|
2009-02-26 19:01:02 -08:00 |
|
Jeff Walden
|
9a1e4b34b9
|
guardElemOp relies on op_offset representing JSObjectOps.getProperty or JSObjectOps.setProperty, so it should assert it. r=lumpy, sr=jack
|
2009-02-26 15:04:21 -08:00 |
|