edwsmith%adobe.com
|
c721ce471b
|
Remove mozilla/js/tamarin, see http://hg.mozilla.org/tamarin-central
|
2007-05-11 20:30:15 +00:00 |
nboyd%atg.com
|
5f473e905f
|
Fix javadoc
|
2007-05-11 15:14:07 +00:00 |
bclary%bclary.com
|
58d91a7b08
|
JavaScript Tests - add automation helper scripts, no bug, not part of the build
|
2007-05-11 04:11:39 +00:00 |
bclary%bclary.com
|
681d041bb8
|
JavaScript Test - regression test for bug 354998, revert Object.prototype to prevent side effects
|
2007-05-10 06:10:50 +00:00 |
bclary%bclary.com
|
1d7a4fb2c7
|
JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build
|
2007-05-09 23:01:33 +00:00 |
igor%mir2.org
|
cb6c12eea9
|
Bug 380197: fixing regression from bug 380197. r=brendan
|
2007-05-09 21:40:36 +00:00 |
brendan%mozilla.org
|
83e65c48bd
|
Fiddle cosmetics.
|
2007-05-09 20:19:26 +00:00 |
nboyd%atg.com
|
54a812fb3e
|
Remove a number of warnings by having the switch generator use label L0.
|
2007-05-09 18:39:12 +00:00 |
nboyd%atg.com
|
99c2a5b427
|
Move test classes out of org.mozilla.javascript package. Updates to JsDriver
to allow for loading test lists from files using '@' syntax.
|
2007-05-09 18:22:59 +00:00 |
crowder%fiverocks.com
|
95a9e671a2
|
Bug 379482: Crash decompiling float setter, r=brendan, r=igor
|
2007-05-09 15:21:32 +00:00 |
igor%mir2.org
|
a06e35a66c
|
Bug 379727: Using tracing instead of explicit root management. r=alfred.peng sr=brendan
|
2007-05-09 11:11:53 +00:00 |
crowder%fiverocks.com
|
10e1027fd6
|
woops, backing out due to closed tree
|
2007-05-09 05:45:57 +00:00 |
crowder%fiverocks.com
|
43cdc29aee
|
Bug 379482: Crash decompiling float setter, r=brendan, r=igor
|
2007-05-09 05:45:09 +00:00 |
brendan%mozilla.org
|
ca6379210a
|
Fixes left in wake of JSOP_POPN (379925, r=igor).
|
2007-05-08 19:04:13 +00:00 |
bclary%bclary.com
|
05bf7702c2
|
JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025
|
2007-05-08 17:10:11 +00:00 |
bclary%bclary.com
|
41dfa18fbb
|
JavaScript Test - regression test for bug 352459, by Jesse Ruderman
|
2007-05-07 19:20:39 +00:00 |
bclary%bclary.com
|
9c7b7df1f8
|
JavaScript Test - regression test for bug 352732, by Jesse Ruderman
|
2007-05-07 19:07:36 +00:00 |
bclary%bclary.com
|
856a98e4ca
|
JavaScript Test - regression test for bug 361566, by Jesse Ruderman
|
2007-05-07 19:00:19 +00:00 |
bclary%bclary.com
|
b7a7f3de99
|
JavaScript Tests - regression tests for bug 373827, by Jesse Ruderman
|
2007-05-07 18:53:05 +00:00 |
bclary%bclary.com
|
8243ed2f06
|
JavaScript Tests - regression test for bug 375695, by Jesse Ruderman
|
2007-05-07 18:45:39 +00:00 |
brendan%mozilla.org
|
5c8832e1eb
|
Stop overloading JSOP_SETSP for both exception handling and group assignment bulk popping (375695, r=igor).
|
2007-05-07 06:40:10 +00:00 |
bclary%bclary.com
|
4b3f2a2135
|
JavaScript Test - test automation, add js1_8, no bug, not part of the build
|
2007-05-07 05:38:03 +00:00 |
bclary%bclary.com
|
8843cc7d49
|
JavaScript Tests - disable window.onerror handler to prevent false failure, bug 340804
|
2007-05-07 05:18:27 +00:00 |
bclary%bclary.com
|
91b4395631
|
JavaScript Test - remove non-standard use of unescape, bug 370585
|
2007-05-07 04:52:07 +00:00 |
bclary%bclary.com
|
eb5e6b8af8
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-07 04:20:22 +00:00 |
bclary%bclary.com
|
81a3f01800
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-07 00:54:25 +00:00 |
bclary%bclary.com
|
3e8bdf05ad
|
JavaScript Tests - segregate non-standard tests, add tests lists for extensions and gc test, bug 370585
|
2007-05-07 00:12:08 +00:00 |
bclary%bclary.com
|
9c02600478
|
JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585
|
2007-05-07 00:08:00 +00:00 |
bclary%bclary.com
|
4b75db7647
|
JavaScript Tests - setup js1_6 decompilation sub suite, bug 370585
|
2007-05-06 23:27:00 +00:00 |
igor%mir2.org
|
87a6850bfb
|
Bug 379855: js_CodeSpec.name/token are moved to separated arrays to shrink the code. r=brendan
|
2007-05-06 10:50:07 +00:00 |
brendan%mozilla.org
|
787c4a5065
|
Unhide a crucial pop from the decompiler (379860, r=igor).
|
2007-05-06 09:29:21 +00:00 |
igor%mir2.org
|
39de43d367
|
Bug 379851: branch callback is accessed via cx->branchCallback for smaller code. r=brendan
|
2007-05-06 09:08:52 +00:00 |
bclary%bclary.com
|
3fa6aad4b1
|
JavaScript Test - regression test for bug 378492, by Jesse Ruderman
|
2007-05-06 08:46:32 +00:00 |
bclary%bclary.com
|
f747c72b30
|
JavaScript Test - regression test for bug 367120, by moz_bu_r_a4
|
2007-05-06 08:41:44 +00:00 |
bclary%bclary.com
|
077e294804
|
JavaScript Test - regression test for bug 367119, by moz_bu_r_a4
|
2007-05-06 08:39:46 +00:00 |
bclary%bclary.com
|
80ececaacc
|
JavaScript Test - regression test for bug 367118, by moz_bu_r_a4
|
2007-05-06 08:37:14 +00:00 |
bclary%bclary.com
|
974d064f95
|
JavaScript Test - regression test for bug 366123, by shutdown
|
2007-05-06 08:34:25 +00:00 |
bclary%bclary.com
|
b05ec1f013
|
JavaScript Test - regression test for bug 365527, by Igor Bukanov
|
2007-05-06 08:30:59 +00:00 |
bclary%bclary.com
|
65825a044a
|
JavaScript Test - regression test for bug 361856, by shutdown
|
2007-05-06 08:11:00 +00:00 |
bclary%bclary.com
|
80b726764c
|
JavaScript Tests - regression tests for bug 360681, by Igor Bukanov
|
2007-05-06 08:06:47 +00:00 |
bclary%bclary.com
|
d8c9bc2afa
|
JavaScript Test - regression test for bug 358508, by shutdown
|
2007-05-06 08:04:05 +00:00 |
bclary%bclary.com
|
c5ed1f93e5
|
JavaScript Tests - regression test for bug 353078, by Jesse Ruderman
|
2007-05-06 08:01:46 +00:00 |
bclary%bclary.com
|
d8bbe83f67
|
JavaScript Test - regression test for bug 311161, by Jesse Ruderman
|
2007-05-06 07:57:19 +00:00 |
bclary%bclary.com
|
59fed4c5b2
|
JavaScript Test - regression test for bug 346642, update decompilation changes.
|
2007-05-06 07:32:42 +00:00 |
bclary%bclary.com
|
626adec694
|
JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736
|
2007-05-06 06:53:10 +00:00 |
brendan%mozilla.org
|
50a7f7fcbf
|
Fix blunder in reworking of how SpiderMonkey detects a label statement (reported by Steve Yegge).
|
2007-05-06 04:34:24 +00:00 |
graydon%mozilla.com
|
1dee25ff2e
|
Back out patch for bug 368869, yet again. Seems to cause some obscure crashes
in nightlies.
|
2007-05-06 03:46:06 +00:00 |
bclary%bclary.com
|
17251155f1
|
JavaScript Test - regression test for bug 376052, by George Kangas
|
2007-05-05 07:28:04 +00:00 |
bclary%bclary.com
|
5dac4f6fcf
|
JavaScript Test - regression test for bug 379483, by Jesse Ruderman
|
2007-05-05 07:12:40 +00:00 |
bclary%bclary.com
|
884a745aac
|
JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509
|
2007-05-05 07:03:37 +00:00 |