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 |
|