Commit Graph

8874 Commits

Author SHA1 Message Date
bclary%bclary.com
13d8ae7854 JavaScript Test - regression test for bug 335700, by Charles Verdon, Brendan Eich 2007-02-08 23:14:02 +00:00
bclary%bclary.com
dd1b19a88e JavaScript Test - regression test for bug 338121, by Georgi Guninski 2007-02-08 23:01:41 +00:00
bclary%bclary.com
2397aafdee JavaScript Test - regression test for bug 338001, by Georgi Guninski 2007-02-08 22:56:41 +00:00
bclary%bclary.com
66ba61e663 JavaScript Test - regression test for bug 356238, by Igor Bukanov 2007-02-08 22:50:31 +00:00
bclary%bclary.com
66d526b310 JavaScript Test - regression test for bug 355474, by Jesse Ruderman 2007-02-08 22:02:36 +00:00
bclary%bclary.com
7dccdbe956 JavaScript Test - regression test for bug 325425, by Igor Bukanov 2007-02-08 21:28:30 +00:00
brendan%mozilla.org
f4970208b1 Trailing whitespace police raid. 2007-02-08 21:21:06 +00:00
crowder%fiverocks.com
6aa1be7dc4 Bug 365048: JSRuntime threadTPIndex should be a static, r=brendan 2007-02-08 19:49:35 +00:00
inonit%inonit.com
782d874e1b Improve/fix building optional E4X components, see also bug 367707 2007-02-08 15:55:14 +00:00
inonit%inonit.com
f481640452 Fix up documentation in JsDriver.java source code 2007-02-08 11:30:56 +00:00
inonit%inonit.com
9b7f03bf3e Fix XMLBeans out-of-the-box build problems 2007-02-08 01:05:26 +00:00
inonit%inonit.com
0b5045a643 Fix for bug 369536 (assignment to index of target property of XMLList overwrites attributes) 2007-02-07 22:14:33 +00:00
inonit%inonit.com
6ecc2637d8 Fix bug 291930 (XML constructor called with comment followed by element) 2007-02-07 15:22:10 +00:00
inonit%inonit.com
535ebd4472 Fix bug 288027 (XMLList not instanceof XML) 2007-02-06 23:00:00 +00:00
inonit%inonit.com
6a33f1cd8a Fix license boilerplate on recent commits 2007-02-06 17:48:46 +00:00
inonit%inonit.com
4c9afff608 Fix bug in EXPECT EXIT
Emulate SpiderMonkey exit code for OutOfMemoryError
2007-02-05 23:41:15 +00:00
inonit%inonit.com
318d17a865 Don't rely on JAXP for ignoring comments (semantics are slightly different than E4X, or JRE parser has a bug, not sure which) 2007-02-05 19:08:07 +00:00
inonit%inonit.com
770da6fb43 Fix infinite-loop condition with >1 generated namespace prefix 2007-02-05 17:32:09 +00:00
crowder%fiverocks.com
4fc62c33cc Bug 366398: Makefile.ref on Darwin builds dynamic library correctly, and a fix for debug builds 2007-02-05 16:24:49 +00:00
inonit%inonit.com
78211623bd Implement E4X without Apache XMLBeans, fix bug #355677 2007-02-05 15:24:52 +00:00
inonit%inonit.com
265841c90d Remove CVS keywords (at least for now) to make merging easier 2007-02-05 14:56:40 +00:00
bclary%bclary.com
3f7b18e9f0 JavaScript Tests - correct bugnumber in tests 2007-02-05 11:22:03 +00:00
bclary%bclary.com
312935e779 JavaScript Tests - update test template.js files copyright to 2007, Bug 369347 2007-02-05 11:14:08 +00:00
jst%mozilla.org
da7c921433 Fix for bug 368945. Prevent creation of safe wrappers for objects that the caller can not access. r+sr=brendan@mozilla.org 2007-02-03 03:03:07 +00:00
graydon%mozilla.com
e418e1d430 Bug 369134, bandaid for crash during restart under cycle collection.
r=vlad
2007-02-03 00:37:44 +00:00
bclary%bclary.com
b3fd3bac1a JavaScript Tests - sub status undefined, bug 369131, not part of the build 2007-02-02 21:54:13 +00:00
jst%mozilla.org
6328ec2665 Fixing bug 368945. Add more value checking. r+sr=brendan@mozilla.org 2007-02-02 03:35:06 +00:00
crowder%fiverocks.com
57f9073a6a Bug 366398: Backing this out since it breaks branch debug builds.
Will restore when I have branch approvals
2007-02-01 18:40:00 +00:00
szegedia%freemail.hu
caac19b9e1 setAttributes must not be prevented by READONLY attribute -- we must be able to programmatically reset it. 2007-02-01 15:07:49 +00:00
gavin%gavinsharp.com
72b0b8d6d5 Bug 366398: On Darwin, Makefile.ref builds static libjs.so instead of dynamic libjs.dylib, patch by Brian Crowder <crowder@fiverocks.com>, r=bsmedberg 2007-01-31 20:09:41 +00:00
crowder%fiverocks.com
1d76f34df7 Bug 366398: On Darwin, Makefile.ref builds static libjs.so instead of dynamic libjs.dylib, r=bsmedberg 2007-01-31 19:55:41 +00:00
jst%mozilla.org
5e1fc8a1a3 Fixing bug 355766. Provide safe cross-origin access helper object, and make XPCNativeWrapper.wrappedJSObject use it. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2007-01-31 16:25:35 +00:00
mozilla.mano%sent.com
e2f165cac1 Remove hidden character from the patch for bug 326854, thanks Neil. 2007-01-31 11:49:16 +00:00
bzbarsky%mit.edu
c1fbb4c36a Fire the branch callback for the original cx when we're evaluating in a
sandbox.  Bug 368714, r+sr=jst
2007-01-31 03:07:24 +00:00
crowder%fiverocks.com
a5066c30d4 253142: another script ordering bug, r=brendan 2007-01-29 08:22:31 +00:00
crowder%fiverocks.com
5f80275577 252995: reordering script_toSource and script_toString, r=brendan 2007-01-29 04:50:34 +00:00
crowder%fiverocks.com
94c8db41a9 253003: re-ordering script compile, r=brendan 2007-01-29 04:40:34 +00:00
crowder%fiverocks.com
fefa42ee24 253125: script_exec ordering fix, r=brendan 2007-01-29 04:18:49 +00:00
inonit%inonit.com
549e162c3d Fix spelling errors in code, documentation 2007-01-28 19:31:26 +00:00
inonit%inonit.com
64524762d0 Better documentation on jsdriver target 2007-01-28 19:28:10 +00:00
inonit%inonit.com
da0fbeacc7 Fix for bug #321967 ("default xml namespace =" statement decompiles incorrectly) 2007-01-28 19:23:51 +00:00
crowder%fiverocks.com
5a1b387260 Bug 355820: follow-up to fix eval breakage. patch by crowder@fiverocks.com, r=brendan 2007-01-28 19:17:29 +00:00
jwalden%mit.edu
91253981fd Bug 368459 - Test for XML.prototype.normalize() in E4X test suite is wrong; also fix the bug the buggy testcase was hiding. r=brendan 2007-01-28 06:27:21 +00:00
crowder%fiverocks.com
9f161256b1 Bug 355820: fixing a flub from first checkin, patch by crowder@fiverocks.com, r=brendan 2007-01-27 04:19:23 +00:00
brendan%mozilla.org
75fb61ea2c Do not strip format control characters from source (274152, r=mrbkap). 2007-01-26 22:13:39 +00:00
crowder%fiverocks.com
650cece8fa Bug 355820: Remove non-standard Script object, patch by Brian Crowder crowder@fiverocks.com, r=brendan 2007-01-25 23:08:52 +00:00
inonit%inonit.com
e2e5eb55a7 Make sure the files in this directory are not accidentally committed to the tree by misbehaving CVS clients (like the one bundled with NetBeans). Even though the parent directory contains a .cvsignore which ignores this directory, the NetBeans default CVS client refuses to ignore them. (A few tests seem to indicate that NetBeans will not ignore files that are new in directories that actually exist in the repository.) 2007-01-25 15:27:48 +00:00
mrbkap%gmail.com
14e21aea25 Fix the decompiler's JSOP_GETLOCALPROP to not push an index that's not at the end of the sprint stack. bug 366668, r=brendan 2007-01-25 01:32:20 +00:00
inonit%inonit.com
c282a159ab Fix for #353501: Add Java port of jsDriver.pl; catch some additional failure cases in JUnit test driver 2007-01-24 22:15:00 +00:00
igor.bukanov%gmail.com
e7e16aadce Bug 367481: Patch from Seno.Aiko@gmail.com to rearrange JSContext to reduce code size. r=myself 2007-01-23 23:57:36 +00:00
crowder%fiverocks.com
94dc4f9ced Bug 367923: tweak strict warning for variable that redeclares function parameter, patch by Ryan Jones bugs@ryan-jones.com, r=crowder 2007-01-23 23:44:39 +00:00
timeless%mozdev.org
abf608ad64 Bug 365943 nsIScriptError comment is wrong
r=bz sr=bz
2007-01-23 21:18:04 +00:00
alfred.peng%sun.com
94ce737fe3 Bug 261468. SpiderMonkey LiveConnect calls free() instead of JS_smprintf_free(), problem with static linking.
r=brendan,sr=jst.
2007-01-23 05:28:31 +00:00
szegedia%freemail.hu
5130de5dd8 Fix for #367385 and #333168 defineClass's inheritance mapping is broken for abstract class subclasses 2007-01-23 02:21:35 +00:00
szegedia%freemail.hu
84f52576a7 Fix for #366550 � increment and decrement operators don't work for global vars with dynamic scopes (patch by Hannes Wallnoefer) 2007-01-23 02:14:24 +00:00
szegedia%freemail.hu
29fbd4596b Fix for #366550 � increment and decrement operators don't work for global vars with dynamic scopes 2007-01-23 02:10:13 +00:00
brendan%mozilla.org
fe0b75a735 Oops. 2007-01-22 20:29:17 +00:00
brendan%mozilla.org
045fb650d1 Fix 367589, a=dveditz. 2007-01-22 20:27:31 +00:00
crowder%fiverocks.com
0c098d5500 Bug 367743: memory leak in AddCharsToURI (jsstr.c) - patch by Gavin Reaney gavin@picsel.com, r=crowder 2007-01-22 17:13:23 +00:00
inonit%inonit.com
06c8cfcb75 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-21 15:28:18 +00:00
brendan%mozilla.org
8dfb021c18 Handle slot-and-setter-less read-write nonsense state; compatibility requires it (367589, r=mrbkap). 2007-01-20 22:56:50 +00:00
brendan%mozilla.org
2d5f3bb3b5 Remove unused NATIVE_SET. 2007-01-20 02:38:10 +00:00
inonit%inonit.com
d7a73ba3b4 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-19 21:43:49 +00:00
igor.bukanov%gmail.com
d3aa4afaeb Bug 367226: JS_THREADED_INTERP can be set through command line. r=brendan 2007-01-19 18:33:13 +00:00
igor.bukanov%gmail.com
170a2f2fa8 Bug 36680: new function to report error using decompiled jsval text. r=brendan 2007-01-19 08:37:55 +00:00
igor.bukanov%gmail.com
3316f787fe Bug 366975: Allow to allocate new GC things from JSGC_END callback. r=brendan 2007-01-18 23:36:41 +00:00
pavlov%pavlov.net
0ff3b7b29b removing perlconnect. bug 366355. 2007-01-18 21:04:13 +00:00
bclary%bclary.com
fb76622d4d JavaScript Test - regression test for bug 355497, by Jesse Ruderman, Seno Aiko 2007-01-18 11:31:49 +00:00
bclary%bclary.com
db4b5e643c JavaScript Test - regression test for bug 363988, by Hein Roehrig, Daniel Veditz, Erik Fabert 2007-01-18 11:05:24 +00:00
bclary%bclary.com
5a07bda9d3 JavaScript Test - regression test for bug 364017, by Jeff Walden 2007-01-18 10:41:55 +00:00
brendan%mozilla.org
96901888ec Fix for 362872, r=mrbkap. 2007-01-18 00:28:38 +00:00
jwalden%mit.edu
25a28b4274 Fix two bug number typos 2007-01-17 21:45:16 +00:00
bclary%bclary.com
7d222753f0 JavaScript Test - regression test for bug 364104 2007-01-17 12:53:44 +00:00
bclary%bclary.com
295edce23e JavaScript Test - regression test for bug 366288, by Jesse Ruderman 2007-01-17 12:38:42 +00:00
bclary%bclary.com
a4c39f61b1 JavaScript Test - regression test for bug 366292, by Jesse Ruderman 2007-01-17 12:33:53 +00:00
igor.bukanov%gmail.com
61e6b9d2ad Bug 351739: Patch from Ryan Jones, bugs@ryan-jones.com, to fix memory leak. a=myself 2007-01-17 12:27:47 +00:00
bclary%bclary.com
b7069ab09b JavaScript Test - regression test for bug 366396, by Jesse Ruderman 2007-01-17 12:25:43 +00:00
bclary%bclary.com
28bf74664d JavaScript Test - regression test for bug 366468, by Alex Vincent, Gavin Sharp 2007-01-17 12:18:46 +00:00
bclary%bclary.com
1cd9d35574 JavaScript Test - regression test for bug 354246, by Jesse Ruderman 2007-01-17 11:12:49 +00:00
igor.bukanov%gmail.com
7d2008a7b1 Bug 364809: Patch from Seno.Aiko@gmail.com to remove no longer used JSContext.jsop_*. r=myself 2007-01-17 11:02:11 +00:00
bclary%bclary.com
bdb682ff0b JavaScript Test - regression test for bug 347155, by Jesse Ruderman 2007-01-17 10:24:24 +00:00
brendan%mozilla.org
573da385ae Tweak comment per wtchang. 2007-01-17 00:56:35 +00:00
crowder%fiverocks.com
743598bdfe Bug 314874: Function.call/apply pass thisArg.valueOf() as this value when thisArg is not a primitive, r=brendan 2007-01-17 00:27:36 +00:00
brendan%mozilla.org
4185947a8b Fix O(n^2) complexity in {Get,Inset}PropertyTreeChild (335700, r=mrbkap). 2007-01-15 05:40:45 +00:00
brendan%mozilla.org
50babdd79e Fix from wtc/kai for unsafe macro parameter (366869, r=me). 2007-01-13 00:41:19 +00:00
crowder%fiverocks.com
a566354f3c Bug 354246. Fix allows throwing exceptions and reporting errors while constructing an exception object, as long as an error is not already being reported, or an exception already being thrown. Previously yielded silent failure. r=igor 2007-01-12 20:41:11 +00:00
igor.bukanov%gmail.com
83ca98586b Bug 366236: cleanup and debug checks for atom indexes. r=brendan 2007-01-12 12:10:36 +00:00
bclary%bclary.com
ed54807b03 JavaScript Test - regression test for bug 313967, by Julien Lecomte, Igor Bukanov 2007-01-11 18:04:27 +00:00
igor.bukanov%gmail.com
216cbd80e3 bug 366601, r=brendan 2007-01-11 10:45:03 +00:00
brendan%mozilla.org
d0c543781e Fix js_IsScopeLocked assertion (366606, r=sayrer). 2007-01-11 00:45:49 +00:00
brendan%mozilla.org
2e4976944e Add macrology for presetting double hashtable capacity to avoid growth given a known initial population (356116, r=dbaron). 2007-01-10 22:11:34 +00:00
crowder%fiverocks.com
f63d3b9033 Bug 355497: infinite recursion with Array.slice/getter for 0. Patch by Seno.Aiko@gmail.com, r=crowder 2007-01-10 17:04:35 +00:00
brendan%mozilla.org
5b1c35a600 Fix bogus assertion and improve comment per mrbkap's suggestion (366468). 2007-01-10 01:47:58 +00:00
brendan%mozilla.org
0deb33f7fe Fix LOCKED_OBJ_CHECK_SLOT misnomers; tweak comment. 2007-01-09 06:27:48 +00:00
brendan%mozilla.org
24de37da87 Fix 366396, r=mrbkap. 2007-01-09 05:59:48 +00:00
crowder%fiverocks.com
2a0bf1174b Bug 374155: fix for too much recursion in E4X literal. Patch by Seno.Aiko@gmail.com. r=crowder 2007-01-08 23:04:28 +00:00
brendan%mozilla.org
98a6ab10d3 Fix regression from bug 365851 (366292, r=mrbkap). 2007-01-08 20:36:22 +00:00
igor.bukanov%gmail.com
f1e30ac704 Bug 366312: fixing document.all detecting regression from bug 365608. r=brendan 2007-01-08 20:29:14 +00:00
brendan%mozilla.org
383deae9a7 Followup warning fix for 128150. 2007-01-08 19:37:09 +00:00
brendan%mozilla.org
715e06484d Remove property cache (128150, r=igor). 2007-01-08 19:34:43 +00:00