Commit Graph

61583 Commits

Author SHA1 Message Date
Steve Fink
8d967375c9 Bug 630471 - Enter compartment when creating XPC stack frame, before JS_PCToLineNumber (r=gal) 2011-02-03 11:29:16 -08:00
Steve Fink
7b5ff04357 Bug 629242 - Declare, error check for EnableSingleStepInterrupts (r=dmandelin) 2011-01-31 15:01:08 -08:00
Steve Fink
f1e3c0a341 Bug 627758 - XPConnect should turn debugging off immediately, without waiting for a quiescent stack (r=dmandelin)
--HG--
extra : rebase_source : 33638fcc1bd7c9e8b4a63731ceb0d5b387b1294e
2011-01-24 13:24:52 -08:00
Steve Fink
188286e668 Bug 626830 - Allow JSD to turn on debugging when no JS code is running, not just when XPConnect stack is completely empty (r=dmandelin)
--HG--
extra : rebase_source : da1f1e230d8b840662ac2029a4dc38e892920bc7
2011-01-24 13:21:18 -08:00
Jason Orendorff
b5f4be9049 Add comments explaining how we cope with clobbering deep bails, and fix a small bug in one of the cases. Bug 627692, r=dvander. Second landing: new test case takes 100% less of eternity to run.
--HG--
extra : rebase_source : 16cbc7b744d7230ee573053dcf73a311af726449
2011-02-01 15:48:46 -06:00
Dave Herman
53bc78a8cf Bug 630735 - NodeVector is not GC-safe (r=jorendorff) 2011-02-02 21:11:55 -08:00
Bill McCloskey
edb894cfac Merge backout 2011-02-02 14:20:30 -08:00
Bill McCloskey
4d89be0bd8 Backed out bug 609104 (csets ac3ba38f20c0 and 7717cabaf20c) (orange) 2011-02-02 14:20:06 -08:00
Bill McCloskey
8cdd8f8e68 Bug 609104 - Fix nits 2011-02-02 10:29:47 -08:00
Jeff Walden
cff87e9121 Bug 630746 - Implement jstests.py --no-extensions, providing support for running only those tests which are pure ES5 and which use no engine-specific extensions. r=dmandelin 2011-02-02 01:37:49 -08:00
Jeff Walden
8e9536cbf2 Bug 630770 - Correctly warn about duplicate parameters when the strict option is enabled. r=jimb 2011-02-02 01:33:23 -08:00
Jim Blandy
b5096a2307 Bug 629723: Don't include directive prologues when decompiling specific expressions for error messages. r=brendan
This also sorts the test list in js/src/tests/ecma_5/extensions; the only
addition to the list is the regression test for this bug.
2011-02-02 10:51:57 -08:00
Bill McCloskey
daa16e64bb Bug 609104 - Move the property tree to the compartment (r=brendan) 2011-01-27 15:46:39 -08:00
Bill McCloskey
75013399cf Bug 630288 - Reduce stack usage of MiniDumpCallback (r=ted) 2011-02-02 10:22:32 -08:00
Jason Orendorff
e0fa089b50 Sprinkle #ifdef JS_THREADSAFE so the non-threadsafe shell builds again. It was broken by 641a33d0932f (bug 626743). 2011-02-02 11:20:03 -06:00
Steve Fink
61565d4634 Bug 626743 - Set debug mode for all compartments in main thread (r=dmandelin, a=blocker)
--HG--
extra : rebase_source : ee656687d36620cad69d415baa9a71748154b563
2011-01-20 22:10:54 -08:00
Jason Orendorff
f94ff10f99 Test for bug 630543 - Constant folding should not assume this is truthy in strict-mode functions. Pushed at brendan's request; see comment 3 in the bug. 2011-02-01 19:01:30 -06:00
Phil Ringnalda
c343ec820a Back out 8fbb8ff7a712 (bug 627692) on suspicion of causing orange 2011-02-01 20:54:04 -08:00
Phil Ringnalda
661df76c18 Back out 252f0e61e918 (bug 630543) on suspicion of causing orange 2011-02-01 20:54:00 -08:00
Paul Biggar
3f34d725dc Bug 620850 (part 2) - don't run silentfail tests on OSX (which lacks ulimit support) (r=igor) 2011-02-01 17:15:48 -08:00
Paul Biggar
6ba1edbad0 Bug 620850 (part 1) - mark slow tests as slow in the manifest (r=igor) 2011-02-01 17:15:30 -08:00
Jason Orendorff
e4e766e6c5 Test for bug 630543 - Constant folding should not assume this is truthy in strict-mode functions. Pushed at brendan's request; see comment 3 in the bug. 2011-02-01 19:01:30 -06:00
Jason Orendorff
abb263f827 Add comments explaining how we cope with clobbering deep bails, and fix a small bug in one of the cases. Bug 627692, r=dvander.
--HG--
extra : rebase_source : af24852232d272776e828c740c041c217f6cecc8
2011-02-01 15:48:46 -06:00
David Mandelin
4db10dcdc0 Bug 630533: fix minor OOM crash involving shapes, r=brendan 2011-02-01 14:54:50 -08:00
Jeff Walden
3de322ba70 Bug 629187 - Strict mode keywords are accepted as argument names and function name for strict mode functions. r=jimb
--HG--
extra : rebase_source : adce872db2d58e32a53995d757a85da50c8f63a4
2011-01-26 16:46:38 -08:00
Andreas Gal
cffdef14c0 Enter compartment in AutoScriptEvaluate (bug 630243, r=jst, a=blocker). 2011-02-01 14:58:00 -08:00
David Mandelin
a4880c2f6d Bug 611652: clear values instead of scope when global window is cleared, r=brendan,enn,jeff,mrbkap,smaug
--HG--
extra : rebase_source : 77e3844d35de229817bee767256a96d030a78bf9
2011-01-21 18:37:30 -08:00
Luke Wagner
5719802a65 Bug 629974 - js_TraceObject doesn't need to mark past slotSpan (r=brendan)
--HG--
extra : rebase_source : 232f2e01121dd89fb1d5ec032b7e0b986068ad49
2011-02-01 14:24:28 -08:00
David Anderson
674cddc8c2 Merge backout. 2011-02-01 13:49:38 -08:00
David Anderson
866500404d Backed out changeset 54a515a97151 2011-02-01 13:49:14 -08:00
David Anderson
0dfec96f2e Merge backout. 2011-02-01 13:48:57 -08:00
David Anderson
54c75ca4a7 Backed out changeset aa1cf1121a20 2011-02-01 13:48:25 -08:00
Bill McCloskey
534c14cb3c Bug 623297 - Fix profiler regression (r=dvander) 2011-02-01 12:57:24 -08:00
Bill McCloskey
301ce68ce7 Bug 628332 - Fix tracedScripts memory leak (causing orange) 2011-02-01 12:24:51 -08:00
David Anderson
5f1c3a6e4f Fix incoherent PC in FixupArity failure case (bug 629650, r=luke). 2011-02-01 12:04:07 -08:00
David Anderson
241bdcf435 Split up MIC structures to avoid bloat (bug 627486 part 2, r=cdleary). 2011-02-01 11:48:58 -08:00
David Anderson
3c1cf67580 Fix global set ICs with branded global objects (bug 627486, r=cdleary). 2011-02-01 11:47:35 -08:00
Chris Leary
90f382d622 Merge mozilla-central to tracemonkey. 2011-02-01 11:53:12 -08:00
Oleg Romashin
104b1ade66 Bug 627678 - Crashreporter need to be ported on Qt. r=ted.mielczarek a=approval2.0 2011-02-01 21:11:22 +02:00
Jeremias Bosch
3162645079 Bug 625686 - Restrict include of mce/dbus-names.h in dom/system/unix/nsHapticFeedback.cpp to maemo 5. r=romaxa a=approval2.0 2011-02-01 21:11:08 +02:00
Luke Wagner
64d2de0179 Bug 628564 - Make sure we don't miss the AbortIfUnexpectedGlobalWrite check (r=brendan)
--HG--
extra : rebase_source : 1b66dc81ff960db5eb966956c13282cda1796ac1
2011-02-01 11:01:26 -08:00
Bill McCloskey
8e7e07dfaa Bug 623297 - Make JS_TRACE_MONITOR more robust by distinguishing callers (r=gal) 2011-02-01 10:18:06 -08:00
Bill McCloskey
3c8509742b Bug 623297 - Reduce usage of JS_TRACE_MONITOR in jstracer (r=gal) 2011-02-01 10:16:44 -08:00
Brendan Eich
87bd7c3c37 Remove JSOP_THIS case from Boolish to fix ES5 strict this-as-truthy bug (630543, r=me). 2011-02-01 08:40:18 -08:00
Jeff Muizelaar
e2cfb4a7f0 Bug 626994. Try to detect and report Cisco VPN usage. r=ehsan,a=b
This should help us filter out crashes that caused by the Cisco VPN software

--HG--
extra : rebase_source : c2f68c017e3ab97e5f3b5bc8d0e196e6d80b5663
2011-02-01 11:30:25 -05:00
Gervase Markham
b1912017f3 Bug 600215b - restore Camino initial developers, add in Mobile as well. a=hardblocker. 2011-02-01 17:45:49 +00:00
Blake Kaplan
8f1726be5c Fix bug 691359. r=jst@mozilla.com, a=blocker 2011-02-01 09:19:35 -08:00
Igor Bukanov
0a56a6876b bug 619120 - patch from Wesley W. Garland to add run function to js shell + tiny fixes. r=jorendorff 2011-02-01 15:40:59 +01:00
Igor Bukanov
6a2a31a624 bug 630039 - fixing JSScript size sgtatic assert. r=dmandelin 2011-02-01 14:53:35 +01:00
Andreas Gal
f61583edb4 Disable jetpack service and unit tests (bug 629197, r=shaver). 2011-01-31 19:33:15 -08:00