Граф коммитов

11163 Коммитов

Автор SHA1 Сообщение Дата
peterv@propagandism.org 4a00a8787c Fix for bug 377606 (Switch cycle collector to more efficient hashtables). Patch by graydon, r=peterv, sr=dbaron. 2007-04-20 01:01:01 -07:00
crowder@fiverocks.com c0ff848c52 Fixing a trivial warning in an assertion, r=crowder 2007-04-19 17:36:52 -07:00
jst@mozilla.org 77cdeefac1 One more fix for bug 368945. Make sure to find the right this object when calling functions through a wrapper. r+sr=brendan@mozilla.org 2007-04-19 13:27:57 -07:00
nboyd@atg.com 33632df38d Updated skip list for Rhino. Still needs more work categorizing failures. 2007-04-18 19:28:01 -07:00
nboyd@atg.com 0b50228cda Tests in this directory oddly depend on a 3-argument TestCase constructor,rather than the conventional 4-argument constructor, so many tests wereincorrectly failing. Changed to a 3-argument constructor. 2007-04-18 19:24:45 -07:00
igor@mir2.org 1ae7437dcc Bug 377896: fixing compilation warning about return JS_FALSE in a function returning JSXML*. r=brendan 2007-04-18 19:09:40 -07:00
peterv@propagandism.org 2c958095e6 Fix for bug 374872 (freeze/pause after clicking on a link). Patch by sspitzer, r/sr=peterv. 2007-04-18 03:14:38 -07:00
igor@mir2.org 4c49853637 Bug 377831: patch from Martijn Wargers <martijn.martijn@gmail.com> to fix JS_TraceChildren declarataion. r=myself 2007-04-17 22:59:10 -07:00
igor@mir2.org 4608a27b1b Bug 377754: fixing JS_CLASS_TRACE macro and misspellings. r=brendan 2007-04-17 14:14:18 -07:00
igor@mir2.org 40b93f981a Fixing misspelling in comments. 2007-04-17 14:10:22 -07:00
mrbkap@gmail.com e0659a206c Add an assertion. bug 377090, r=brendan 2007-04-17 14:07:31 -07:00
bclary@bclary.com 41a5cd6fb8 JavaScript Test - add -Q command line option to jsDriver.pl to disable interrupt signal handler, bug 376701, r=mrbkap 2007-04-17 09:23:27 -07:00
bclary@bclary.com 4e42c6b17f JavaScript Test - regression test for bug 291927, by Michael Lipp, David P. Caldwell 2007-04-17 06:27:23 -07:00
bclary@bclary.com ca68305741 JavaScript Tests - move tests 5,6 from 373082 to 376773 2007-04-17 05:55:18 -07:00
igor@mir2.org 00e4f1056d Bug 375270: API to trace GC things graph without running the GC. r=brendan 2007-04-16 23:53:37 -07:00
bclary@bclary.com 727880c281 JavaScript Tests - reduce test output not related to success/failure, bug 350531 2007-04-14 10:18:58 -07:00
bclary@bclary.com 79eaf7441c JavaScript Tests - do not perform comparisons for skipped test, bug 354541 2007-04-14 10:04:11 -07:00
crowder@fiverocks.com af7ccae577 Bug 375642: another regexp that makes JS allocate > 1GB and hand, r=mrbkap 2007-04-13 17:27:12 -07:00
crowder@fiverocks.com 5b4ca3dc9e Bug 356248: incorrect decompilation for object literal with named getter function; property and function names are mashed together, r=brendan 2007-04-13 17:13:02 -07:00
mrbkap@gmail.com 5817df1531 Add an API to set aside and restore cx->fp. bug 377090, r=brendan 2007-04-13 12:20:22 -07:00
mrbkap@gmail.com edec965632 Protect against someone calling XPCSafeJSObjectWrapper.prototype(). bug 375164, r+sr=brendan 2007-04-10 09:04:43 -07:00
igor@mir2.org d233df47d8 Bug 373175: hiding code to set arena names behind JS_ARENAMETER. r=brendan 2007-04-10 06:29:10 -07:00
bclary@bclary.com 0a83154ba9 JavaScript Test - regression test for bug 352013, by Brendan Eich 2007-04-08 02:07:54 -07:00
bclary@bclary.com 5d1b2acffd JavaScript Test - regression test for bug 352441, by Jesse Ruderman 2007-04-08 01:47:25 -07:00
bclary@bclary.com 0939e2c4db JavaScript Test - regression test for bug 352789, by Jesse Ruderman 2007-04-08 01:40:41 -07:00
bclary@bclary.com f48bcca49d JavaScript Test - regression test for bug 353146, by Jesse Ruderman 2007-04-08 01:32:51 -07:00
bclary@bclary.com c99b956860 JavaScript Test - regression test for bug 355786, by Jesse Ruderman 2007-04-08 00:52:03 -07:00
bclary@bclary.com d7980766d6 JavaScript Test - regression test for bug 376564, by Jesse Ruderman 2007-04-08 00:44:49 -07:00
bclary@bclary.com f192a9c820 JavaScript Test - regression test for bug 376773, by Igor Bukanov 2007-04-07 23:24:43 -07:00
igor@mir2.org 7ae6e02844 Bug 373082: fixing bad English in comments for xml_lookupProperty. 2007-04-07 08:19:23 -07:00
brendan@mozilla.org 1461de4fc8 Add -o <option> to shell; add JSOPTION_ANONFUNFIX and test it for ECMA conformance (376052, r=igor). 2007-04-06 18:20:28 -07:00
bclary@bclary.com ea4218603f JavaScript Test - regression test for bug 373072, update to check for new exception 2007-04-06 11:46:04 -07:00
igor@mir2.org 5c17068c5a Bug 366725: Fixing compilation problems with JS_C_STRINGS_ARE_UTF8 defined. 2007-04-05 03:52:35 -07:00
jruderman@hmc.edu 3f0eba2491 Bug 376564, Incorrect decompilation for "new (eval())". r=brendan. 2007-04-04 20:24:41 -07:00
brendan@mozilla.org b793d6258e Fix decompilation of for(a[b,c] in d) and the like (355786, r=mrbkap). 2007-04-04 16:35:30 -07:00
brendan@mozilla.org ef6fbdb0e0 Fix special case of new (f()()) and the like (352013 part deux, r=mrbkap). 2007-04-04 16:32:33 -07:00
igor@mir2.org 7009e352da Bug 375183: simpler noSuchMethod implementation, r=brendan. 2007-04-04 15:18:57 -07:00
brendan@mozilla.org 3e9594171e Allow case yield: in JS1.7 (352441, r=mrbkap). 2007-04-04 11:02:50 -07:00
bclary@bclary.com 18822ac4a0 JavaScript Test - regression test for bug 314874, by HE Shi-Jun 2007-04-03 21:09:20 -07:00
bclary@bclary.com 1e8efaa48a JavaScript Test - update regression test for bug 345736, by Jesse Ruderman 2007-04-03 20:42:01 -07:00
bclary@bclary.com c54d793957 JavaScript Test - regression test for bug 350387, by Nanto Vi (TOYAMA Nao) 2007-04-03 20:37:14 -07:00
bclary@bclary.com e3b5b35813 JavaScript Test -regression test for bug 351219, by Jesse Ruderman 2007-04-03 06:43:44 -07:00
bclary@bclary.com d95893741b JavaScript Test - regression test for bug 352360, by Jesse Ruderman 2007-04-03 06:32:28 -07:00
bclary@bclary.com 754d5bfc78 JavaScript Test - regression test for bug 352453, by Jesse Ruderman 2007-04-03 05:01:36 -07:00
bclary@bclary.com dcbc140e9d JavaScript Test - regression test for bug 374160, by Jesse Ruderman 2007-04-03 04:53:34 -07:00
bclary@bclary.com f9202994b4 JavaScript Test - regression test for bug 374589, by Jesse Ruderman 2007-04-03 04:46:43 -07:00
bclary@bclary.com 6a0fd5b94a JavaScript Test - regression test for bug 374713, by Jesse Ruderman 2007-04-03 04:34:08 -07:00
bclary@bclary.com 801de78fa1 JavaScript Test - regression test for bug 375882, by Jesse Ruderman 2007-04-03 04:23:07 -07:00
bclary@bclary.com 716e46cf6d JavaScript Test - regression test for bug 352013 2007-04-03 03:07:19 -07:00
bclary@bclary.com d28a2b6ae0 Bug 374877 - Update JS_GetImplementationVersion() for JS1.7rc, r=brendan 2007-04-02 21:48:09 -07:00