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

2040 Коммитов

Автор SHA1 Сообщение Дата
nboyd%atg.com 7e16d75182 Fix Bug 368453 - Implement __lookupGetter__ and __lookupSetter__ in Rhino
Patch from Bob Jervis (bjervis@google.com).
2007-03-30 16:50:05 +00:00
nboyd%atg.com b7c033a5a1 Fix bug 368425: Implement __noSuchMethod__ in Rhino
Patch submitted by Bob Jervis (bjervis@google.com).
2007-03-30 13:30:05 +00:00
nboyd%atg.com 021a8f7bcf Partial fix for bug 375682. This fixes the bug for Rhino's interpretive mode
only.
2007-03-29 16:57:54 +00:00
nboyd%atg.com 9569fe3609 Fix bugs 359358 and 359359.
Problem was that direct call optimization did not properly handle some cases
with ++ and --.
2007-03-26 19:14:32 +00:00
nboyd%atg.com b1b54b7a33 change to be conistent with 4 space indent in Rhino codebase. 2007-03-26 17:59:12 +00:00
nboyd%atg.com 5c8ad25550 Change tabs to 4 spaces for consistency with rest of Rhino codebase. 2007-03-26 17:56:45 +00:00
szegedia%freemail.hu 3672cf7ea0 Assignment out of array range should provide a better error message 2007-02-24 22:02:26 +00:00
inonit%inonit.com 56ee789777 Improve/fix building optional E4X components, see also bug 367707 2007-02-08 15:55:14 +00:00
inonit%inonit.com 6b85797166 Fix up documentation in JsDriver.java source code 2007-02-08 11:30:56 +00:00
inonit%inonit.com f58f17e951 Fix XMLBeans out-of-the-box build problems 2007-02-08 01:05:26 +00:00
inonit%inonit.com 77d7578bbe 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 465ce47fd5 Fix bug 291930 (XML constructor called with comment followed by element) 2007-02-07 15:22:10 +00:00
inonit%inonit.com c860d361f4 Fix bug 288027 (XMLList not instanceof XML) 2007-02-06 23:00:00 +00:00
inonit%inonit.com 9f5a512ccb Fix license boilerplate on recent commits 2007-02-06 17:48:46 +00:00
inonit%inonit.com 7fad6a15c3 Fix bug in EXPECT EXIT
Emulate SpiderMonkey exit code for OutOfMemoryError
2007-02-05 23:41:15 +00:00
inonit%inonit.com 308b2125a4 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 7f4ae43b95 Fix infinite-loop condition with >1 generated namespace prefix 2007-02-05 17:32:09 +00:00
inonit%inonit.com e715c1df49 Implement E4X without Apache XMLBeans, fix bug #355677 2007-02-05 15:24:52 +00:00
inonit%inonit.com fdd9724cd0 Remove CVS keywords (at least for now) to make merging easier 2007-02-05 14:56:40 +00:00
szegedia%freemail.hu 7145298606 setAttributes must not be prevented by READONLY attribute -- we must be able to programmatically reset it. 2007-02-01 15:07:49 +00:00
inonit%inonit.com fd5f3afbf7 Fix spelling errors in code, documentation 2007-01-28 19:31:26 +00:00
inonit%inonit.com 95bdeab801 Better documentation on jsdriver target 2007-01-28 19:28:10 +00:00
inonit%inonit.com b1e320978c Fix for bug #321967 ("default xml namespace =" statement decompiles incorrectly) 2007-01-28 19:23:51 +00:00
inonit%inonit.com c165cc2bf4 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
inonit%inonit.com db0cc5fc09 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
szegedia%freemail.hu d3daba9ac8 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 3e9025687f 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 9bf9c18654 Fix for #366550 � increment and decrement operators don't work for global vars with dynamic scopes 2007-01-23 02:10:13 +00:00
inonit%inonit.com 2ddce0e3a4 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-21 15:28:18 +00:00
inonit%inonit.com 52cc959c99 Partial fix for bug #224334: implements __defineGetter__ and __defineSetter__. 2007-01-19 21:43:49 +00:00
szegedia%freemail.hu 81676f3121 Test watches 2006-12-27 20:35:32 +00:00
szegedia%freemail.hu 177816530e Updated with recently fixed bugs 2006-12-27 19:43:00 +00:00
szegedia%freemail.hu 140a3a41e9 Updated changelog with recent bugfixes 2006-12-27 19:23:09 +00:00
szegedia%freemail.hu 1be40ce50e Fix for #344501 "Can't step into/put breakpoint in functions that are tail called in the debugger" 2006-12-27 18:34:25 +00:00
szegedia%freemail.hu d9272eeff8 Bug 340561 � <Function>.prototype should not be DontEnum 2006-12-27 18:21:59 +00:00
szegedia%freemail.hu 3673fa67f9 Revert previous change for now 2006-12-27 18:07:58 +00:00
szegedia%freemail.hu c8fdd14811 Fix for Bug 347154 � CompilerEnvirons examines deprecated cx.compileFunctionsWithDynamicScopeFlag instead of calling cx.hasFeature(Context.FEATURE_DYNAMIC_SCOPE) 2006-12-27 18:04:25 +00:00
szegedia%freemail.hu d81b6fcadb finalizers should be protected 2006-12-17 15:39:48 +00:00
szegedia%freemail.hu 5927038ca7 Don't invoke System.gc 2006-12-17 15:39:36 +00:00
szegedia%freemail.hu 6ffca7ec84 Smaller sanity fixes - removal of unnecessary casts and local variables 2006-12-17 15:37:19 +00:00
szegedia%freemail.hu a630482b06 Fix for #351664: more usable error message in JavaScriptException 2006-12-17 15:14:31 +00:00
szegedia%freemail.hu 96ccfe5ac5 Fix for #359411, courtesy of Hannes Wallnoefer 2006-12-17 14:42:39 +00:00
szegedia%freemail.hu fd646a78f8 Fix for #359411: make it serializable 2006-12-17 14:33:47 +00:00
szegedia%freemail.hu b42d25f37c Reduce race condition opportunity 2006-12-17 14:29:34 +00:00
szegedia%freemail.hu 9cdf281286 Fix for #361574 2006-12-17 13:16:46 +00:00
szegedia%freemail.hu 93381b128a Fix for #342807: Error objects can have automatic "fileName" and "lineNumber" properties 2006-12-16 16:15:59 +00:00
szegedia%freemail.hu 230f2461e1 Fix for #342807: Error objects can have automatic "fileName" and "lineNumber" properties 2006-12-16 16:08:07 +00:00
szegedia%freemail.hu 89b7b3b660 Fix for #361616 2006-12-16 15:27:39 +00:00
szegedia%freemail.hu 4e38bb680e Bugfix for a generated proxy 2006-12-03 19:46:12 +00:00
nboyd%atg.com 7d9bc9971b Update newsgroup information. 2006-11-21 01:40:15 +00:00