Commit Graph

8455 Commits

Author SHA1 Message Date
brendan%mozilla.org
7df2cd0c05 Fix 355049 (r=mrbkap). 2006-10-06 07:09:50 +00:00
brendan%mozilla.org
73eb0a7437 Fix 355112, r=igor. 2006-10-06 02:23:56 +00:00
brendan%mozilla.org
dc77dd29f1 Enable JS1.7 for JS XPCOM components (352748, r+sr=jst; patch from alex@crozilla.com's ZAP_20050610_BRANCH). 2006-10-06 01:07:37 +00:00
brendan%mozilla.org
528270525c Fix __parent__ getter to censor lexical scopes, per ECMA-262 (355590, r=igor/mrbkap). 2006-10-05 23:33:03 +00:00
brendan%mozilla.org
ce6c447de6 Checking in patch from Nick Allen <nallen@acm.org> and Thue Janus Kristensen <thuejk@gmail.com> implementing merge-sort for Array.prototype.sort, for stability and best perf on real-world mostly- or often-ordered inputs (224128, r/sr=igor/brendan). 2006-10-05 23:28:51 +00:00
brendan%mozilla.org
2f4e587c78 Deoptimize group assignment to avoid writing extra code for the hard case where the rhs has fewer elements than the lhs (but the rhs might have proto-elements; 355023, r=mrbkap). 2006-10-05 21:18:22 +00:00
brendan%mozilla.org
402cd1bdc2 Fix xml_hasOwnProperty to instance-check (355478, r=igor). 2006-10-05 20:35:29 +00:00
brendan%mozilla.org
62a8904618 Fix 355486, r=igor. 2006-10-05 07:28:20 +00:00
igor.bukanov%gmail.com
251781c68b extra assert for safty. bug=355474 r=brendan 2006-10-05 07:21:50 +00:00
igor.bukanov%gmail.com
edefc17acf We do not want to depend on String.prototype.__iterator__ in XML objects. bug=355474 r=brendan. 2006-10-05 06:59:16 +00:00
brendan%mozilla.org
bf0db47898 Fix argo redness (what does ISO C say about #if'd macro actual args?). 2006-10-05 02:25:49 +00:00
igor.bukanov%gmail.com
860ed79101 make sure that NewKeyValuePair is always sets rval. bug=354499 r=brendan 2006-10-05 01:29:48 +00:00
brendan%mozilla.org
44d2f7dcd5 Another fast followup fix. 2006-10-05 00:56:24 +00:00
brendan%mozilla.org
c746dcff39 Fast followup fix for last patch, r=igor. 2006-10-05 00:40:02 +00:00
brendan%mozilla.org
7b1930d3f3 Igor's cleanup patch, with some decompiler assist from me (354982, r=us). 2006-10-05 00:19:49 +00:00
bclary%bclary.com
be53b88f38 JavaScript Test - regression test for bug 355145, by shutdown 2006-10-04 13:11:15 +00:00
gavin%gavinsharp.com
bd832ea2bf Un-back out the patch from bug 354392, since it didn't help with the mac orange (original patch by Brian Crowder <crowder@fiverocks.com>, r=brendan) 2006-10-04 04:40:18 +00:00
gavin%gavinsharp.com
aca136ba3e Back out the patch from bug 354392 to rule it out as a cause of the Mac tinderbox bustage 2006-10-03 23:59:55 +00:00
igor.bukanov%gmail.com
352cf4403b Fix for warning about missed __iterator__. bug=355145 r=brendan 2006-10-03 22:47:23 +00:00
bclary%bclary.com
ecbc967506 JavaScript Test - regression test for bug 355105, by Jesse Ruderman 2006-10-03 09:10:49 +00:00
bclary%bclary.com
61f1375f05 JavaScript Test - remove duplicate test, fix bad paste and catch run time error in tests for bug 346642 2006-10-03 06:40:03 +00:00
bclary%bclary.com
b222d92292 JavaScript Test - move regression test for bug 355002 from js1_5 to js1_6 and modifiy to catch syntax error 2006-10-03 05:58:28 +00:00
brendan%mozilla.org
d45625ebb5 Adjust assertion to cope with empty destructuring (355105, r=me). 2006-10-02 16:37:46 +00:00
bclary%bclary.com
43e1b21ec6 JavaScript Test - tweak decompilation, bug 352202 2006-10-02 10:18:38 +00:00
bclary%bclary.com
5b9ebc350a JavaScript Tests - tweak success reporting, change comparison on source, no bug, not part of the build 2006-10-02 10:14:47 +00:00
bclary%bclary.com
d915ca631e JavaScript Test - regression test for bug 355101, by Jesse Ruderman 2006-10-02 10:05:19 +00:00
bclary%bclary.com
c91d417953 JavaScript Test - regression test for bug 355075, by Serge Gautherie, Igor Bukanov 2006-10-02 09:12:15 +00:00
bclary%bclary.com
ef3b7e2b39 JavaScript Test - regression test for bug 355090, by Jesse Ruderman 2006-10-02 07:37:50 +00:00
brendan%mozilla.org
aed36318a7 Fix 355101, r=self. 2006-10-02 07:08:11 +00:00
brendan%mozilla.org
ac45343738 Fix 355075, r=igor. 2006-10-02 01:29:57 +00:00
brendan%mozilla.org
8eef7c7d3b Fix 355052, r=igor. 2006-10-02 01:06:44 +00:00
bclary%bclary.com
4ca55687cd JavaScript Test - regression test for bug 355002, by Jesse Ruderman 2006-10-01 23:29:56 +00:00
bclary%bclary.com
71690700be JavaScript Test - regression test for bgug 355004, by Jesse Ruderman 2006-10-01 23:12:01 +00:00
bclary%bclary.com
6ee350d4a0 JavaScript Test - regression test for bug 354878, by Jesse Ruderman 2006-10-01 20:45:27 +00:00
bclary%bclary.com
a6cccb68d0 JavaScript Test - the one true decompilation of an empty destructuring initialiser, bug 346642 2006-10-01 20:05:12 +00:00
bclary%bclary.com
5f2302658d JavaScript Test - enclose statement in function definition, bug 351606 2006-10-01 19:52:04 +00:00
igor.bukanov%gmail.com
1b704926ce JS_PUSH_TEMP_ROOT_OBJECT now works as expected. bug=355029 r=brendan 2006-10-01 18:41:07 +00:00
igor.bukanov%gmail.com
398963463f Now Iterator(obj) works again. bug=355025 r=brendan 2006-10-01 18:01:21 +00:00
brendan%mozilla.org
66c31f993b Fix holes-in-destructuring-array-patterns bug from hell (355004, tr=jesse). 2006-10-01 08:11:23 +00:00
brendan%mozilla.org
385e4dff3f Fix 355002. 2006-10-01 05:26:56 +00:00
igor.bukanov%gmail.com
6fea546cc2 new Iterator() always constructs the default iterator. bug=354945 r=brendan 2006-10-01 00:17:15 +00:00
brendan%mozilla.org
19c7d67134 Don't enforce [k,v] pattern restriction if destructuring for-each (346642). 2006-09-30 23:53:20 +00:00
brendan%mozilla.org
e003b8e02d Igor's v2 patch for 354750, r=me. 2006-09-30 21:35:12 +00:00
brendan%mozilla.org
6602112a62 Alterna-fix for bug 354750, r=igor. 2006-09-30 21:06:01 +00:00
brendan%mozilla.org
26aa9c96bd Fix 354924, r=igor. 2006-09-30 19:52:48 +00:00
brendan%mozilla.org
7e803d9c5e Fix 353249, r=igor. 2006-09-30 19:37:10 +00:00
bclary%bclary.com
2a55b88b2f JavaScript Tests - regression tests for bug 346642, by Jesse Ruderman, Brendan Eich 2006-09-30 13:04:48 +00:00
bclary%bclary.com
ffb6052236 JavaScript Test - regression test for bug 354910, by Jesse Ruderman 2006-09-30 09:48:41 +00:00
brendan%mozilla.org
9ab0984ab2 Destructuring decompilation (346642, anticipating r=mrbkap). 2006-09-30 06:46:56 +00:00
bclary%bclary.com
4975edd6b9 JavaScript Tests - list slow running tests, bug 354923 2006-09-30 06:40:43 +00:00