Commit Graph

7024 Commits

Author SHA1 Message Date
bob%bclary.com
57a1587f8c Regression test - Do not crash watching property when watcher sets property, test by Brant Gurganus, bug 213482 2005-10-11 08:19:55 +00:00
bob%bclary.com
1214fa96fd Regression test - crash caused by bug 208030, test by Olivier Cahagne, bug 214761 2005-10-11 07:21:20 +00:00
bob%bclary.com
794c3bc441 Regression test - E4X should be enabled even when e4x=1 not specified, test by Wladimir Palant, bug 301574 2005-10-11 06:39:28 +00:00
bob%bclary.com
99308e4deb Regression test - spandep fu should skip unused JSOP_TABLESWITCH jump table entries, test by Silviu Trasca, bug 302439 2005-10-11 06:16:19 +00:00
bob%bclary.com
7826873fcc move js1_5/Array/array-002.js to js1_6/Array/regress-290592.js, change test to reflect change where holes are not enumerated, bugs 290592, 311082 2005-10-11 04:46:24 +00:00
mrbkap%gmail.com
a83973d319 bug 311792: Make sure that temporary values are protected from GC. Patch from Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap/brendan 2005-10-10 23:33:16 +00:00
bob%bclary.com
cddd9aec20 Regression Test - integer overflows in jsstr.c, js_str_escape.js, test by Georgi Guninski, bug 303213 2005-10-10 05:53:10 +00:00
bob%bclary.com
030e987887 Regression Test - test Array.indexOf/Array.lastIndexOf edge cases, test by Igor Bukanov, bug 310425 2005-10-10 04:40:39 +00:00
bob%bclary.com
2d39c648ee JS Test Library - add js1_6/Array for JavaScript 1.6 Array extensions 2005-10-10 04:37:21 +00:00
brendan%mozilla.org
854337d093 Use local roots in XMLToXMLString (311580, r=mrbkap). 2005-10-10 03:28:14 +00:00
bob%bclary.com
87a8e7179e Regression test - treat <! as the start of a comment to end of line unless e4x=1, test by Peter van der Woude, bug 311071 2005-10-10 03:00:38 +00:00
bob%bclary.com
ac68689a39 Regression test - HTML Comment on JS if statement causes erroneous results, test by Peter van der Woude, bug 310993 2005-10-10 02:57:47 +00:00
bob%bclary.com
6717add8a2 Regression test - JavaScript switch statement going to wrong case, test by Henry Cejtin, bug 308085 2005-10-10 02:54:56 +00:00
bob%bclary.com
e120dece77 Regression test - assertion parsing getter\n, test by Blake Kaplan, bug 306794 2005-10-10 02:51:30 +00:00
bob%bclary.com
25b92c44e4 Regression Test - sorting array of arrays should not crash due to GC, bug 306788regress-306788.js 2005-10-10 02:48:10 +00:00
bob%bclary.com
e2dd05e1c1 Allow conversion of NodeList to Array via Array.prototype.slice, test by Seno Aiko, bug 310351 2005-10-10 02:44:29 +00:00
bob%bclary.com
6e97f3ad96 Regression Test - allow unescaped / in regular expression literals, test by Phil Schwartau, bug 309840, obsoletes js1_5/Regress/regress-173067.js 2005-10-10 02:38:21 +00:00
bob%bclary.com
cdf209be60 Regression test - properly root stack in toXMLString, test by Stephen Donner, bug 311580 2005-10-10 02:34:42 +00:00
bob%bclary.com
6aa78291b1 Regression test - Do not crash on long running script using e4x, test by conor@the325project.org, bug 309897 2005-10-10 02:29:58 +00:00
bob%bclary.com
8d014053a3 Regression test, Do not crash when searching large e4x tree, bug 308111, test by Aaron Boodman 2005-10-10 02:26:32 +00:00
bob%bclary.com
b54b4f4d7a E4X should be on by default while preserving comment hacks, bug 309342, bug 311147, tests by Brendan Eich 2005-10-10 00:15:05 +00:00
bob%bclary.com
d86ff46038 E4X 11.4.1 - XML Initializer: SGML Comment hiding, bug 311157, test by Brendan Eich 2005-10-09 23:59:43 +00:00
bob%bclary.com
22ebfea3aa E4X 11.4.1 - XML Initializer: accept single processing instruction, CDATA section, single comment, test by Martin Honnen, bug 257679 2005-10-09 23:55:24 +00:00
bob%bclary.com
ee0fe9169b Add js1_6/Regress to the JavaScript test library 2005-10-09 23:29:42 +00:00
bob%bclary.com
aa1b00218a Add js1_6 directory for JavaScript 1.6 testing 2005-10-09 23:24:21 +00:00
bob%bclary.com
6031ffe85a automated testing - add full path to test results written to stdout, add simulated gc() for browser based tests (from Igor Bukanov), not part of the build, no bug 2005-10-09 23:19:44 +00:00
bob%bclary.com
c73e82ab17 automated testing - obsolete js1_5/Regress/regress-173067.js due to change in allowing unescaped / in literal regular expressions 2005-10-09 23:18:06 +00:00
bob%bclary.com
3acd984a4d automated testing - turn off javascript warnings, not part of the build, no bug 2005-10-09 23:06:38 +00:00
mrbkap%gmail.com
91b7fee4e0 bug 311403: Enforce JS engine invarients. r=brendan 2005-10-09 07:56:32 +00:00
mrbkap%gmail.com
d9c972a330 bug 311619: Make sure to grab the correct scope object. r=brendan 2005-10-09 07:45:32 +00:00
brendan%mozilla.org
048053e1f7 Fix 310425 (r=mrbkap) and check in Igor's fix for 311497 (r=me). 2005-10-09 06:09:21 +00:00
brendan%mozilla.org
76c7c880b0 A few cleanups in wake of recent and old changes (r=mrbkap). 2005-10-09 04:25:35 +00:00
mrbkap%gmail.com
c2534fb49e bug 311629: Protect against UnaryExpr overflow (e.g., several thousand +s). r=brendan 2005-10-08 17:49:03 +00:00
bob%bclary.com
6cb5eef290 Prevent recursive death in UnaryExpr, test by Mook, bug 311629, not part of the build 2005-10-08 12:39:29 +00:00
mrbkap%gmail.com
ac604da132 bug 311024: Make sure eval grabs the right scope object. r=brendan sr=jst 2005-10-08 00:28:45 +00:00
mrbkap%gmail.com
10a9d820f8 bug 311403: maintain jsengine invarients. r=brendan 2005-10-07 02:05:39 +00:00
mrbkap%gmail.com
ce1d0edbd3 bug 311025: Consolidate principals-checking code in obj_eval. r=mrbkap sr=shaver 2005-10-07 01:37:11 +00:00
brendan%mozilla.org
e93099cb73 Force XML option on inside a literal list or element, to allow comments and CDATA (311157, r/sr=mrbkap/shaver). 2005-10-05 19:58:58 +00:00
mrbkap%gmail.com
c45204aeea bug 311022: Don't recreate wrappers that already exist. r=jst sr=bzbarsky 2005-10-04 22:58:01 +00:00
brendan%mozilla.org
835fe3c2fd Revise XML vs. HTML comment/CDATA handling to require JSOPTION_XML for former (311071, r/sr=mrbkap/shaver, a=dbaron). 2005-10-04 20:25:34 +00:00
nboyd%atg.com
bd3f939051 Update for next release version 2005-10-04 19:20:04 +00:00
brendan%mozilla.org
57373235e5 Tweak E4X auto-detection to cope with more HTML comment madness (310993, r=mrbkap). 2005-10-04 06:48:32 +00:00
brendan%mozilla.org
2f585832b3 Check stack depth in MarkSharpObjects too (310864, r=mrbkap). 2005-10-04 05:03:58 +00:00
brendan%mozilla.org
62d08e875f Fix for..in to work with split windows, while not regressing other lookup-redirect cases (310742, r=mrbkap). 2005-10-04 00:36:42 +00:00
bryner%brianryner.com
6f71a4a3a0 Use memory-mapped files for compiling JS components (bug 279839). r=shaver, sr=jst. 2005-10-03 23:34:58 +00:00
mrbkap%gmail.com
dc67d85812 bug 309840: Allow unescaped / in character classes in regexp literals. r/sr=brendan/shaver 2005-10-03 18:30:24 +00:00
mrbkap%gmail.com
7e506bc162 bug 310539: Fix bustage on the AIX tinderbox. Patch from Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap sr=brendan 2005-10-03 17:19:20 +00:00
brendan%mozilla.org
71d9dacdfb Patch by Igor and me (mostly Igor in substance) to fix corner cases, optimize hole cases (310425, r/sr=mrbkap/shaver). 2005-10-02 06:27:07 +00:00
mrbkap%gmail.com
a1d295f9e4 bug 310456: Make sure that fun->u.script is non-null, since we set interpreted before we're sure to have a script. r=shaver 2005-09-30 21:39:11 +00:00
igor%mir2.org
27dc23cc25 1. Added QuitAction interface to specify the action to perform when quit is called. By default Global does nothing and shell explicitly call initQuitAction with code to call System.exit().
2. Added toint32 to be on pair with SpiderMonkey
2005-09-30 08:28:51 +00:00