Commit Graph

7648 Commits

Author SHA1 Message Date
brendan%mozilla.org
a0b076d854 Keep cached class objects coherent with global properties mapping same (336054, r=shaver). 2006-05-02 05:50:28 +00:00
mrbkap%gmail.com
27b5f3a944 Tab patrol 2006-05-02 00:20:31 +00:00
brendan%mozilla.org
538e9fb7b0 Tab and style policing. 2006-05-01 22:25:19 +00:00
mrbkap%gmail.com
fc083d22f5 Don't assume that mWrapper is non-null, since it can be null when we're dealing with a wrapped prototype. bug 335731, r+sr=jst 2006-04-29 01:02:37 +00:00
dbaron%dbaron.org
3df5f58ee9 Fix recently introduced reference leak. b=335785 r=mrbkap sr=jst 2006-04-29 00:23:45 +00:00
brendan%mozilla.org
07e73ba791 Avoid strict warning set-up costs if strict option is off (335700, r=mrbkap). 2006-04-28 18:50:40 +00:00
brendan%mozilla.org
ec58ef8486 Fixed another JSVERSION_1_2 removal botch that broke splice (325951 regression, but see 326466 for the report). 2006-04-28 00:20:44 +00:00
mrbkap%gmail.com
1e7cde7835 Make typeof (0, undef) throw a reference error. bug 333728, r=brendan 2006-04-27 23:49:51 +00:00
mrbkap%gmail.com
f952f6ded0 Finish checking in bug bug 331429 (r=brendan). I forgot to check this in. 2006-04-27 20:50:28 +00:00
brendan%mozilla.org
2e05c97889 Awesome patch from Andreas <mqmq87@web.de> to avoid creating unnecessary objects for primitives being operated on via methods (334261, r=me). 2006-04-27 17:58:55 +00:00
igor%mir2.org
3f2ce53374 Bug 325951: All keywords are JSVERSION_DEFAULT as we no longer support JS < 1.5. r=mrbkap 2006-04-27 08:04:40 +00:00
bclary%bclary.com
bb57d1b736 JavaScript Test Library - obsolete version dependent tests, bug 325951 2006-04-27 07:29:36 +00:00
mrbkap%gmail.com
07ab557f71 More nukage of private API usage. 2006-04-27 01:33:45 +00:00
brendan%mozilla.org
4e8f899939 Don't use private APIs, please. 2006-04-27 01:22:24 +00:00
brendan%mozilla.org
c0cd5cc0b5 js_MarkStackFrame prototype, for bug 326466 pre-patch that already landed. 2006-04-27 00:46:30 +00:00
brendan%mozilla.org
0667cc1d4c Prep patch for iterators and generators (326466, r=mrbkap). 2006-04-27 00:39:43 +00:00
brendan%mozilla.org
3595b88dc7 Foopy 2006-04-26 23:31:54 +00:00
brendan%mozilla.org
45adb0b200 Oops. 2006-04-26 22:34:00 +00:00
mrbkap%gmail.com
0cf9f4ba99 Protect against an overly-large length. Patch from brendan, bug 335535, r=mrbkap 2006-04-26 21:46:53 +00:00
mrbkap%gmail.com
05a259f259 Comments should match reality. 2006-04-26 21:44:27 +00:00
brendan%mozilla.org
916f80bcda Major simplification to jsconfig.h, dropping support for all ancient bug config and almost all pre-ECMA-Edition-3 feature config (325951, r=mrbkap). 2006-04-26 21:33:01 +00:00
bclary%bclary.com
1dc3e25c92 JavaScript Test Library - add support for selecting product during tests, no bug, not part of the build 2006-04-26 20:00:13 +00:00
mrbkap%gmail.com
fcb69da993 When a document's scope object changes (e.g., for a call to document.open), actually change the scope object and move all of the wrappers in the old scope into the new one. bug 333697, r+sr=jst 2006-04-26 19:53:27 +00:00
bclary%bclary.com
75f2a4882b JavaScript Test Library - apply with null this parameter passes the global object as this, bug 306591 2006-04-26 06:33:40 +00:00
bclary%bclary.com
1f1d7e8dfa JavaScript Test Library - remove push, pop, shift, splice tests, bug 312385 2006-04-26 06:15:13 +00:00
brendan%mozilla.org
c0afb8d783 Fix eager standard class init to control recursion through lazy paths, and re-enable the dreaded XXXMLM assertion in JS_InitClass (334834, r=mrbkap). 2006-04-25 21:00:36 +00:00
bclary%bclary.com
302fd19827 JavaScript Test Library - improve jsDriver.pl timeout handling (bug 335397, r=mrbkap) 2006-04-25 18:10:33 +00:00
mrbkap%gmail.com
d5be5a4723 Backing out bug 326497 again to see if it fixes the problems that we're seeing with us not recognizing functions set on [classname].prototype. 2006-04-24 19:27:25 +00:00
bclary%bclary.com
64667d0f59 Regression test for bug 328012, by Jesse Ruderman 2006-04-24 01:02:43 +00:00
bclary%bclary.com
73ac16348c Regression test for bug 334807, by Andreas 2006-04-24 00:47:59 +00:00
igor%mir2.org
5759cafb55 Bug 324278: Set by default the stack limit quota to 500000 for js shell. r=brendan 2006-04-23 19:23:53 +00:00
igor%mir2.org
c96d4c8210 Bug 334929: tuning JS_MaybeGC so it would trigger GC less often on the browser start-up to match the behaviors before I committed patched from bug 312238 to change nature of rt->gc(Private)?Bytes. r=brendan 2006-04-23 14:45:10 +00:00
bclary%bclary.com
14c95ee840 Regression test for bug 333541, by Biju 2006-04-23 13:00:58 +00:00
bclary%bclary.com
d7b08ce806 Regression test for bug 334158, by Andreas 2006-04-23 12:20:05 +00:00
bclary%bclary.com
918ad25b23 Regression test for bug 331558, by Erik Fabert 2006-04-23 11:45:17 +00:00
bclary%bclary.com
de0f332433 Regression test for bug 324278, by Igor Bukanov 2006-04-23 11:09:58 +00:00
bzbarsky%mit.edu
c5f4268fcb Fix leak. Bug 334898, patch by Ryan Flint <rflint@dslr.net>, r=mrbkap, sr=bzbarsky 2006-04-21 21:23:46 +00:00
brendan%mozilla.org
b9727d2b3d Fix 334807 (r=mrbkap). 2006-04-21 11:08:18 +00:00
neil%parkwaycc.co.uk
13b0235496 --disable-xpcom-fastload breaks JS component loader b=334849 r=shaver sr=brendan 2006-04-21 09:46:00 +00:00
brendan%mozilla.org
3e30b0dbae Revert to comment out the XXXMLM mystery assert. 2006-04-21 07:47:06 +00:00
brendan%mozilla.org
8259bdb3cd Remove non-standard and not-for-public-use With (304376 followup). 2006-04-21 07:14:29 +00:00
igor%mir2.org
f63b1ca6f0 Bug 312238: gcBytes and gcPrivateBytes from JSRuntime now means the total
amount of memory allocated by GC arenas, not the size of allocated things
which does not include the memory taken by free GC cells. This simplified
accounting and allows to implement lock-less allocation of GC things.
2006-04-20 15:33:35 +00:00
brendan%mozilla.org
3164d9ab80 Final (I hope) followup patch (304376, r=mrbkap). 2006-04-20 05:18:09 +00:00
brendan%mozilla.org
da86244695 Fix brain-damaged code from last checkin (r=mrbkap). 2006-04-20 01:17:06 +00:00
brendan%mozilla.org
1734f2c734 Second half of fix for 304376 (r=mrbkap). 2006-04-19 23:36:16 +00:00
dbaron%dbaron.org
4fd4c8fc7c Call SetName so we don't have an XPCCallContext in a bad state. b=334104 r=dbradley sr=jst 2006-04-19 22:00:31 +00:00
gavin%gavinsharp.com
c8c5efd97f Bug 334180: backport pldhash -> jsdhash of win32 fastcall support, rev. 1, patch by bsmedberg, r=brendan 2006-04-19 20:34:56 +00:00
bclary%bclary.com
5da9633f8e JavaScript Test Library - Regression test for bug 234389, add expected exit code 3 for 'too much recursion' error, remove old -n version of test. 2006-04-19 03:12:26 +00:00
bclary%bclary.com
4e9ba2ba66 JavaScript Test Library - tweak reporting to improve automated test comparisons, no bug 2006-04-19 03:03:12 +00:00
bclary%bclary.com
76b89d9191 JavaScript Test Library - Regression test for bug 330352 2006-04-19 02:58:42 +00:00