timeless@mozdev.org
|
e4571da779
|
Bug 482809 Crash [@ jsds_SyncFilter(FilterRecord*, jsdIFilter*) ] when appendFilter() called with Console2 installed
removing errant change that crept into rev 36f4da6e262a with the fix for bug 136292
r=roc
|
2009-03-12 12:31:34 +01:00 |
|
timeless@mozdev.org
|
5efd1326d0
|
Bug 136292 jsdIValue doesn't handle Unicode string values at all
Bug 335098 Strings with \x00 are truncated
support non ascii strings from js engine, r+sr=jst
|
2009-01-07 20:42:15 -08:00 |
|
Jesse Ruderman
|
22cd32241d
|
Add five crashtests
|
2009-01-06 16:47:56 -08:00 |
|
Blake Kaplan
|
c878e5becb
|
Bustage fix from bug 458020
|
2009-01-06 14:34:16 -05:00 |
|
Blake Kaplan
|
63803e5282
|
Bug 458020 - Ensure that the display is correct when evaluating a script in a stack frame. r=brendan
--HG--
extra : rebase_source : 01aba83379c17c0abda66ce44adb5d04686fc923
|
2009-01-06 14:17:12 -05:00 |
|
Blake Kaplan
|
872a17cbfa
|
Bug 470720 - Don't automatically unwrap XOWs or SJOWs in XPCNativeWrappers. r+sr=jst
--HG--
extra : rebase_source : a670c95a103ae0ced9ff50b31d07c7f7958d9339
|
2009-01-06 14:17:02 -05:00 |
|
Blake Kaplan
|
d269689358
|
Bug 471366 - Deal with XPCNativeWrapper.prototype correctly. r+sr=jst
--HG--
extra : rebase_source : d651d4f31f41e17a5c31b586cb5906eb7aaab271
|
2009-01-06 14:16:58 -05:00 |
|
timeless@mozdev.org
|
ede6a5c2f9
|
Bug 472292 Crash [@ jsdScript::CreatePPLineMap() ] with Firebug when invoking a non-function from an event handler.
r=caillon
|
2009-01-06 21:34:56 +01:00 |
|
Brian Crowder
|
36fd05589c
|
Bug 471513 - invalid C++ in jsopcode.cpp, r=brendan
|
2009-01-06 09:18:36 -08:00 |
|
Brian Crowder
|
5bd03bd9a9
|
Bug 411726 - Use localtime_r when available, to improve Date reporting for locales like Venezuela on platforms like OS X. r=mrbkap, r=ted (for build changes)
|
2009-01-06 09:18:35 -08:00 |
|
Brian Crowder
|
ca4eed1e1d
|
Bug 433073 - jsregexp.cpp should use dependent strings, r=igor
|
2009-01-06 09:18:35 -08:00 |
|
timeless@mozdev.org
|
cdcfd4b062
|
Bug 427164 - jsdIScript.isLineExecutable should return NS_ERROR_OUT_OF_MEMORY for oom, r=caillon
|
2009-01-04 10:59:17 -08:00 |
|
timeless
|
f254a8e531
|
Bug 469795 - tolerate contexts which don't have a JSOPTION_PRIVATE_IS_NSISUPPORTS; r+sr=jst
|
2009-01-04 09:06:51 +01:00 |
|
Robert Sayre
|
34560c2aa8
|
Merge m-c to tracemonkey.
|
2009-01-02 12:37:55 -08:00 |
|
Andreas Gal
|
a59109830e
|
Use a single lirbuf for the tracer and rewind lirbuf during GC (471821, r=danderson).
|
2009-01-02 10:55:02 -08:00 |
|
Andreas Gal
|
a046abd718
|
Merge.
|
2009-01-01 17:57:11 -08:00 |
|
Andreas Gal
|
8b28ae8610
|
Store frame state information in the code cache and merely put a pointer to it onto the native call stack (470375, r=danderson).
|
2009-01-01 17:55:43 -08:00 |
|
Robert Sayre
|
ed2bf0b595
|
Mergre mozilla-central to tracemonkey.
|
2009-01-01 14:25:18 -08:00 |
|
Jesse Ruderman
|
cf4b91bb09
|
Add 19 crashtests
|
2009-01-01 14:18:58 -08:00 |
|
Phil Ringnalda
|
b6f4c63c3c
|
Backed out changeset e0cce6a738c9 (Bug 466224 - Make quickstubs call nsINode/nsINodeList methods) for failing mochitest
|
2008-12-31 18:21:52 -08:00 |
|
David Mandelin
|
90baccb99f
|
Bug 471602 part 1: make regexp compiler use one shared LIR buffer, r=gal
|
2008-12-31 16:41:33 -08:00 |
|
Brendan Eich
|
67cd92d2ce
|
Bug 471531 - js1_7/decompilation/regress-379925.js | js1_8_1/decompilation/regress-371802.js FAIL (r=jorendorff).
|
2008-12-31 12:32:35 -08:00 |
|
David Mandelin
|
5ca9583177
|
Merge.
|
2008-12-31 11:46:10 -08:00 |
|
David Mandelin
|
77dfbdd679
|
Attempted fix for bug 470492: top crash in regexp LIR generation, r=gal
|
2008-12-31 11:43:50 -08:00 |
|
Peter Van der Beken
|
9f2cfc5446
|
Fix for bug 466224 (Make quickstubs call nsINode/nsINodeList methods). r/sr=jst.
|
2008-12-31 14:55:20 +01:00 |
|
Robert Sayre
|
98792ddd09
|
Merge.
|
2008-12-31 01:53:26 -05:00 |
|
Andreas Gal
|
e47badd3c9
|
Merge.
|
2008-12-30 17:04:04 -08:00 |
|
Andreas Gal
|
21b0d26f45
|
Allocate the next page to be used in a lirbuf early to avoid running OOM during a page overflow (471316, r=danderson).
|
2008-12-30 17:03:43 -08:00 |
|
Peter Van der Beken
|
78fa6325a2
|
Fix for bug 466224 (Make quickstubs call nsINode/nsINodeList methods). r/sr=jst.
|
2009-01-02 18:00:18 +01:00 |
|
Bo Yang
|
86206e20f5
|
Bug 453094 - Some strong type conversion make GCC not complain; r=jorendorff sr=peterv
|
2009-01-02 07:21:26 +01:00 |
|
Brendan Eich
|
bf1a6adcb8
|
Bug 470374 - Decompiler fixes from bug 469625 (r=jorendorff).
|
2008-12-29 23:22:23 -08:00 |
|
Andreas Gal
|
1abb0dc188
|
Merge.
|
2008-12-29 15:30:54 -08:00 |
|
Andreas Gal
|
8cebbe8e58
|
Backed out changeset 4acb47a25eb5
|
2008-12-29 15:30:25 -08:00 |
|
Andreas Gal
|
8d9dc45719
|
Merge.
|
2008-12-29 14:27:15 -08:00 |
|
Andreas Gal
|
c05bef5b82
|
Convert String objects into primitive strings when invoking String functions on them (470609, r=jorendorff).
|
2008-12-29 14:26:51 -08:00 |
|
Jeff Walden
|
6f05e9de07
|
Make similar-acting code similar-reading as well (but not shared due to the +/- difference), no bug
|
2008-12-29 07:59:06 -06:00 |
|
Igor Bukanov
|
b2f4132cb7
|
bug 471197 - during GC call js_GetTopStackFrame only for contexts with frames. r=brendan
|
2008-12-27 00:05:15 +01:00 |
|
Jeff Walden
|
af717d86d5
|
Bug 470739 - Trace more == cases. r=gal
|
2008-12-26 14:48:33 -05:00 |
|
Robert Sayre
|
c36cc631e9
|
Ho ho ho, it's a lump of hg coal. Merge.
--HG--
rename : js/src/js.cpp => js/src/shell/js.cpp
|
2008-12-25 20:19:52 -05:00 |
|
Igor Bukanov
|
72063471f8
|
bug 471044 - fixing upgvar detection for for-in loop. r=mrbkap
|
2008-12-25 01:23:38 +01:00 |
|
Blake Kaplan
|
22b6fad69e
|
Bug 470758 - Don't generate upvars on the left side of a for-in loop. r=brendan
|
2008-12-23 15:45:44 -08:00 |
|
Phil Ringnalda
|
7663cc21c2
|
Merge for backout of changeset 55e23c647137 (bug 462004) so the backout for bug 467862 to solve bug 471097 can actually build
|
2008-12-25 19:51:35 -08:00 |
|
Phil Ringnalda
|
2d35d8d90f
|
Backed out changeset 55e23c647137 (bug 462004) so the backout for bug 467862 to solve bug 471097 can actually build
|
2008-12-25 19:49:53 -08:00 |
|
Phil Ringnalda
|
6b1e0c2bec
|
Merge for backout of changeset 73be1c836d7f (bug 467862) to see if that fixes Windows bustage (bug 471097)
|
2008-12-25 19:28:31 -08:00 |
|
Phil Ringnalda
|
46e630cc96
|
Backed out changeset 73be1c836d7f (bug 467862) to see if that fixes Windows bustage (bug 471097)
|
2008-12-25 19:27:15 -08:00 |
|
Ted Mielczarek
|
b597404d2c
|
bug 467862 - Build system should support building both a static and a shared library from the same Makefile. r=bsmedberg
|
2008-12-24 14:04:43 -05:00 |
|
Igor Bukanov
|
81c3a2b632
|
Backed out changeset 2d5e6b1c7254 - busted the WINNT 5.1 talos tracemonkey.
|
2008-12-23 19:24:09 +01:00 |
|
Andrei Saprykin
|
11dac3f234
|
bug 453157 - watchdog thread as an alternative to operation count. r=igor,mrbkap
|
2008-12-23 16:12:11 +01:00 |
|
Jesse Ruderman
|
dba23c0ab9
|
Fix bustage
|
2008-12-22 16:07:49 -08:00 |
|
Jeff Walden
|
5d25aca194
|
Bug 470737 - TM: "switch(1/0){case Infinity:}" 4X slower with JIT enabled. r=gal
|
2008-12-22 15:42:24 -08:00 |
|