Commit Graph

5053 Commits

Author SHA1 Message Date
Bob Clary
92ea41fe3e bug 457065 - JavaScript Tests by Jesse Ruderman, Gary Kwong. 2009-03-19 21:47:12 -07:00
Bob Clary
c4f6fcf31b bug 471373 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:11 -07:00
Bob Clary
09849dff79 bug 472528 - JavaScript Tests by Gary Kwong, Jesse Ruderman. 2009-03-19 21:47:11 -07:00
Bob Clary
da82e558b6 bug 472703 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:11 -07:00
Bob Clary
964696778d bug 471660 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:11 -07:00
Bob Clary
de82d134ee JavaScript Tests - sync cvs->hg browser.js, no bug. 2009-03-19 21:47:11 -07:00
Bob Clary
47ccbeff0d bug 469937 - JavaScript Test by Jesse Ruderman, merge cvs->hg. 2009-03-19 21:47:11 -07:00
Bob Clary
d8c9d7a3ec bug 476655 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:10 -07:00
Bob Clary
f610f0fb59 bug 477733 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:10 -07:00
Bob Clary
fc6afb184b bug 479252 - JavaScript Test by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
e7bf449cda bug 479381 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:10 -07:00
Bob Clary
bb2912232c bug 479430 - JavaScript Tests by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
a18418a81a bug 479487 - JavaScript Test by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
926fabe8b7 bug 479551 - JavaScript Test by Jeff Walden. 2009-03-19 21:47:09 -07:00
Bob Clary
a6436b781d bug 480096 - JavaScript Test by Peter Seliger. 2009-03-19 21:47:09 -07:00
Bob Clary
ec97849366 bug 480244 - JavaScript Test by Graydon Hoare. 2009-03-19 21:47:09 -07:00
Bob Clary
622f4ad063 bug 480579 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:09 -07:00
Bob Clary
4905075627 bug 481516 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:09 -07:00
Bob Clary
b9921e3e00 bug 483103 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:09 -07:00
Bob Clary
a40a2f7a1e bug 483749 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:09 -07:00
Bob Clary
caebc2648d bug 452498 - JavaScript regression tests for upvar2. 2009-03-19 21:47:08 -07:00
Bob Clary
be13455b0d bug 484321 - Sisysphus - JavaScript Tests - support timeout and crash exclusion patterns. 2009-03-19 21:47:08 -07:00
Ben Turner
4596b84af7 Bug 484319 - 'TM: Add logging mode for aborts only'. r=gal. 2009-03-19 20:39:18 -07:00
Jeff Walden
23b0894344 Bug 484291 - INS_CONSTPTR should not cast to void*; callers should do their own casting if they want to interpret numbers as pointers. r=gal 2009-03-19 16:58:23 -07:00
Ben Turner
270aed708f Fix further windows build bustage 2009-03-19 18:01:48 -07:00
Ben Turner
364e0e0d6a Fix for windows build bustage 2009-03-19 17:19:19 -07:00
Ben Turner
3b7ccb55b7 Bug 480187 - 'Make qsgen.py generate traceable natives'. r+sr=jst. 2009-03-19 15:16:59 -07:00
Jeff Walden
9e48c3b9a6 Bug 483956 - gcc 4.4 warnings about "may be undefined" operations. r=gal 2009-03-19 15:05:48 -07:00
mrbkap@gmail.com
c46b004611 Bug 484151 - Initializing non-int elements calls the wrong imacro. Also call the right builtin when setting and initializing non-int properties (r=brendan). 2009-03-19 09:41:58 -07:00
Andreas Gal
47b45e60e7 Always check operation callback on backwards branches (484035, r=brendan). 2009-03-19 01:07:31 -07:00
Andreas Gal
3b47fbb12c Don't crash on non-primitive array indexes (484120, r=jwalden). 2009-03-18 18:50:15 -07:00
andrew@ishiboo.com
05975388f8 jslock.h conflicts with AIX system header priv.h (484010, r=mrbkap). 2009-03-18 18:08:35 -07:00
Andreas Gal
b20ebf6bfe NEWINIT creates objects with wrong prototype (484104, r=mrbkap). 2009-03-18 18:06:29 -07:00
Robert Sayre
a72a10f292 Merge tracemonkey to mozilla-central. 2009-03-18 02:56:46 -04:00
Andreas Gal
09195e59c7 Merge. 2009-03-17 21:51:19 -07:00
Andreas Gal
65c3cf58a6 Backed out changeset e71cb3993380 (bug 479110). 2009-03-17 21:50:57 -07:00
Jeff Walden
4a7b00dc77 Bug 469347 - TM: obj.length and slowArray.length don't trace. r=gal 2009-03-17 20:19:57 -07:00
Andreas Gal
771582b7b4 Extend tree when unboxing returns a different type (479110, r=jwalden). 2009-03-17 20:00:10 -07:00
dmandelin@mozilla.com
e93b7d4630 Copy entire regular expression into the code buffer (483920, r=gal). 2009-03-17 19:28:14 -07:00
Andreas Gal
1af13483ea Eliminate separate global frame and merge it with InterpState (482377, r=brendan). 2009-03-17 17:29:58 -07:00
David Mandelin
1b820884be Bug 483821: native regexps confused because of bug in hash key comparison, r=gal 2009-03-17 17:27:54 -07:00
Andreas Gal
2b615b1fd3 Compilation fix for MSVC (no bug). 2009-03-17 16:36:45 -07:00
Andreas Gal
b3e9ac412a Merge. 2009-03-17 15:55:35 -07:00
Andreas Gal
7da88f37bd Backed out changeset 186ae511d5f2 (static analysis annotation only, no bug). 2009-03-17 15:55:06 -07:00
Graydon Hoare
44c661ddb2 Bug 471373 - OOM in imacro trips assert, r=brendan. 2009-03-17 15:50:55 -07:00
Andreas Gal
43debacfae Remove unnecessary JS_REQUIRES_STACK from guardNotGlobalObject (rs=brendan). 2009-03-17 15:44:50 -07:00
Andreas Gal
facdb25f67 Merge. 2009-03-17 15:40:15 -07:00
Andreas Gal
210b2d31e2 Try harder to trace array access with non-int / non-string index (478525, r=brendan). 2009-03-17 15:39:42 -07:00
Jeff Walden
0d638ca87a Bug 483103 - TM: "Assertion failed: p->isQuad()" with str["-1"]; make str[-1] a non-special property rather than one that returns the length of str. r=brendan 2009-03-17 15:27:31 -07:00
Brendan Eich
fd84f47200 Followup nit-picks for 457065. 2009-03-17 12:52:16 -05:00