Commit Graph

9319 Commits

Author SHA1 Message Date
bclary@bclary.com
a2cf598650 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:41:58 -07:00
bclary@bclary.com
a426ea00d9 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:36:28 -07:00
bclary@bclary.com
a4e98c485f JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:33:09 -07:00
bclary@bclary.com
33bbec035d JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:29:56 -07:00
bclary@bclary.com
8b7de1cc19 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:26:34 -07:00
bclary@bclary.com
7922600288 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:22:53 -07:00
bclary@bclary.com
17dcbc8b8c JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:19:07 -07:00
bclary@bclary.com
8efb51ed2c JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:15:32 -07:00
bclary@bclary.com
40cca80946 JavaScript Tests - segregate non-standard tests, add tests lists for extensions and gc test, bug 370585 2007-05-06 17:12:08 -07:00
bclary@bclary.com
073c8c0941 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:08:00 -07:00
bclary@bclary.com
4ad6cede22 JavaScript Tests - setup js1_6 decompilation sub suite, bug 370585 2007-05-06 16:27:00 -07:00
igor@mir2.org
45314b6dc6 Bug 379855: js_CodeSpec.name/token are moved to separated arrays to shrink the code. r=brendan 2007-05-06 03:50:07 -07:00
brendan@mozilla.org
01a03a78c5 Unhide a crucial pop from the decompiler (379860, r=igor). 2007-05-06 02:29:21 -07:00
igor@mir2.org
c768627993 Bug 379851: branch callback is accessed via cx->branchCallback for smaller code. r=brendan 2007-05-06 02:08:52 -07:00
bclary@bclary.com
8bd3be05cd JavaScript Test - regression test for bug 378492, by Jesse Ruderman 2007-05-06 01:46:32 -07:00
bclary@bclary.com
fb1cf75443 JavaScript Test - regression test for bug 367120, by moz_bu_r_a4 2007-05-06 01:41:44 -07:00
bclary@bclary.com
6f7163d166 JavaScript Test - regression test for bug 367119, by moz_bu_r_a4 2007-05-06 01:39:46 -07:00
bclary@bclary.com
0bd6333983 JavaScript Test - regression test for bug 367118, by moz_bu_r_a4 2007-05-06 01:37:14 -07:00
bclary@bclary.com
8976c322f6 JavaScript Test - regression test for bug 366123, by shutdown 2007-05-06 01:34:25 -07:00
bclary@bclary.com
73a1a9e48c JavaScript Test - regression test for bug 365527, by Igor Bukanov 2007-05-06 01:30:59 -07:00
bclary@bclary.com
dc02fc956e JavaScript Test - regression test for bug 361856, by shutdown 2007-05-06 01:11:00 -07:00
bclary@bclary.com
bb7472b561 JavaScript Tests - regression tests for bug 360681, by Igor Bukanov 2007-05-06 01:06:47 -07:00
bclary@bclary.com
81bbb7282f JavaScript Test - regression test for bug 358508, by shutdown 2007-05-06 01:04:05 -07:00
bclary@bclary.com
8fe6eddbfc JavaScript Tests - regression test for bug 353078, by Jesse Ruderman 2007-05-06 01:01:46 -07:00
bclary@bclary.com
200120eeb0 JavaScript Test - regression test for bug 311161, by Jesse Ruderman 2007-05-06 00:57:19 -07:00
bclary@bclary.com
db40762d28 JavaScript Test - regression test for bug 346642, update decompilation changes. 2007-05-06 00:32:42 -07:00
bclary@bclary.com
1caa922d4a JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736 2007-05-05 23:53:10 -07:00
brendan@mozilla.org
eca0bc73e1 Fix blunder in reworking of how SpiderMonkey detects a label statement (reported by Steve Yegge). 2007-05-05 21:34:24 -07:00
graydon@mozilla.com
619436ff32 Back out patch for bug 368869, yet again. Seems to cause some obscure crashesin nightlies. 2007-05-05 20:46:06 -07:00
bclary@bclary.com
e49c3bc0d3 JavaScript Test - regression test for bug 376052, by George Kangas 2007-05-05 00:28:04 -07:00
bclary@bclary.com
c18019e09d JavaScript Test - regression test for bug 379483, by Jesse Ruderman 2007-05-05 00:12:40 -07:00
bclary@bclary.com
e70f20a514 JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509 2007-05-05 00:03:34 -07:00
bzbarsky@mit.edu
38f44dbca5 When pushing on top of a JSContext on the XPConnect JSContext stack, save offthe JSStackFrame chain on that JSContext. When popping, restore the stackframe chain. Bug 371858, r=jst, sr=brendan 2007-05-04 22:55:47 -07:00
bclary@bclary.com
84ccceb26d JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 11:49:29 -07:00
brendan@mozilla.org
1b94eb7ced Fix some assertions to avoid re-evaluating macro args; tweak comments. 2007-05-04 11:34:56 -07:00
igor@mir2.org
257bac3e47 Bug 379455: tracing API now let the tracer to know about the GC lock count. 2007-05-04 08:43:19 -07:00
peterv@propagandism.org
01c82df467 Fix for bug 379593 (Only create one XPCCallContext per cycle collection). r=jst, sr=brendan. 2007-05-04 01:55:08 -07:00
graydon@mozilla.com
d49ebfb6a6 Bug #368869, suspect all native wrappers as cycle roots (again).r=brendan, sr=jst 2007-05-03 15:53:00 -07:00
brendan@mozilla.org
169d3c4888 Balance the stack for destructuring catch heads (379483, r=igor). 2007-05-02 23:39:44 -07:00
igor@mir2.org
b65d41cc03 Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan 2007-05-02 13:20:21 -07:00
crowder@fiverocks.com
7fe71ebee0 fixing a compiler warning introduced by patch in bug 365083, r=brendan 2007-05-02 12:55:07 -07:00
bclary@bclary.com
f9da9158b5 JavaScript Test - regression test for bug 356083, by Jesse Ruderman 2007-05-02 10:38:53 -07:00
bclary@bclary.com
6043ec5263 JavaScript Test - regression test for bug 356248, by Jesse Ruderman 2007-05-02 10:31:22 -07:00
bclary@bclary.com
c40ab70ba5 JavaScript Test - regression test for bug 368224, by Jesse Ruderman 2007-05-02 10:26:16 -07:00
bclary@bclary.com
f1eb937387 JavaScript Test - regression test for bug 375642, by Jesse Ruderman 2007-05-02 10:21:50 -07:00
bclary@bclary.com
97bd4f8b30 JavaScript Test - regression test for bug 375794, by Jesse Ruderman 2007-05-02 10:14:39 -07:00
bclary@bclary.com
1d9aad9567 JavaScript Test - regression test for bug 378738, by Igor Tandetnik, Martin Honnen 2007-05-02 09:53:43 -07:00
bclary@bclary.com
a44bbf8ae6 JavaScript Tests - regression test for bug 378789, by Igor Bukanov 2007-05-02 09:45:47 -07:00
bclary@bclary.com
0dab1c01f3 JavaScript Tests - add js1_8 suite for features not shipping on the 1.8.1 branch, no bug, not part of the build 2007-05-02 09:43:32 -07:00
bclary@bclary.com
d1a5b3317d JavaScript Test - regression test for bug 379442, by Jesse Ruderman 2007-05-02 09:21:55 -07:00