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

1954 Коммитов

Автор SHA1 Сообщение Дата
szegedia%freemail.hu 52da256b73 Now correctly recognizing negative tests, as well as kills tests that run for too long. 2006-08-21 17:01:48 +00:00
szegedia%freemail.hu 2abceb5771 Regression fix for bug 343976, courtesy of Cameron McCormack 2006-08-17 12:39:11 +00:00
szegedia%freemail.hu d2db53817e Undoing some of the dead code removal, since it caused a problem with Interpreter subclasses 2006-08-10 08:32:15 +00:00
szegedia%freemail.hu 38ad1ba641 Dead code cleanup 2006-08-07 15:24:00 +00:00
nboyd%atg.com 4343615629 Add change log for 1.6R3. 2006-07-24 12:30:45 +00:00
nboyd%atg.com 47720dd287 Don't add apidocs URL prefix since this file is input to javadoc. 2006-07-24 12:02:07 +00:00
nboyd%atg.com 82381cc9b3 fix broken links 2006-07-23 16:17:52 +00:00
szegedia%freemail.hu 2d2ebdd1b1 Fix for #343976 2006-07-18 17:01:08 +00:00
szegedia%freemail.hu 3a1f4012bf Fix for #343021 2006-07-12 09:28:57 +00:00
szegedia%freemail.hu f1e19754a9 Fix for #314163 "E4X XML object constructed from an XML Beans XmlObject is not consistent with a literal (inline) E4X XML object" 2006-07-11 12:52:35 +00:00
szegedia%freemail.hu d02505e57c Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree" 2006-07-11 12:38:20 +00:00
szegedia%freemail.hu 54f73196ec Fix for #342894: "examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree" 2006-07-11 12:34:25 +00:00
szegedia%freemail.hu ed8e5c16e9 Patches from #343021: "Rhino E4X does not correctly build from source with Ant" 2006-07-11 12:28:42 +00:00
szegedia%freemail.hu d4515f125a Removed "pre" 2006-06-22 16:16:07 +00:00
szegedia%freemail.hu 2d4fc75b74 Committing the patch for Bugzilla 328924 "Impossible to use the debugger from outside the omj.tools.debugger package" 2006-06-22 16:12:44 +00:00
szegedia%freemail.hu 1f39071795 Fix for #340682 2006-06-08 07:19:24 +00:00
szegedia%freemail.hu a7a165baa1 Bugfix for #321938: Credited patch author 2006-06-01 14:30:19 +00:00
szegedia%freemail.hu 04ddc56768 Bugfix for #321938: XML and XMLList literals don't decompile correctly. Thanks to Yuh-Ruey Chen 2006-06-01 14:29:15 +00:00
szegedia%freemail.hu 1a1043b609 Bugfix for #324006: According to ECMA-262 15.10.6.1: RegExp.prototype.constructor == RegExp 2006-05-29 10:28:09 +00:00
szegedia%freemail.hu d8506c6fdf Bugfix for #293958 2006-05-28 20:09:29 +00:00
szegedia%freemail.hu 7c79811986 Bugfix for #335992 2006-05-28 17:19:33 +00:00
szegedia%freemail.hu 3c3a905fdc Bugfix for #322265: clarified that you mustn't call an InterpretedFunction with null. 2006-05-28 17:15:24 +00:00
szegedia%freemail.hu ac42960789 Fix for bug #309957 2006-05-28 16:08:05 +00:00
gavin%gavinsharp.com b581167b49 Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky 2006-05-25 21:22:32 +00:00
szegedia%freemail.hu 293bce7b4b Implementing Serializable so that continuations captured within a "with" block can be serialized. 2006-05-17 08:23:14 +00:00
szegedia%freemail.hu 71505e0715 Fix for #326563: documentation clarification 2006-05-13 11:23:00 +00:00
szegedia%freemail.hu 2a4ca757b6 Fix for 318305: ScriptOrFnNode class reports bad end line number 2006-05-12 12:43:46 +00:00
szegedia%freemail.hu a59ec892da Adding XML to the optional excluded name 2006-05-07 12:51:44 +00:00
nboyd%atg.com e61b68c185 Add another user. 2006-03-17 16:16:29 +00:00
szegedia%freemail.hu 6fe4ed788a Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore. 2006-02-03 11:47:20 +00:00
szegedia%freemail.hu 21116c4e55 Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore. 2006-02-03 11:07:32 +00:00
timeless%mozdev.org afb80273e3 Bug 106386 Correct misspellings in source code
patch by ispiked@gmail.com r=timeless r=rginda
2006-01-12 06:32:57 +00:00
timeless%mozdev.org db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
igor%mir2.org d1471187a3 Fixing bug 316993 +jump generation cleanup 2005-11-19 22:57:49 +00:00
szegedia%freemail.hu 6260d33506 Added enter() and exit() methods to ContextFactory - behave identically to enter() and exit() in Context, except that the context factory on which the methods are invoked is used instead of the ContextFactory.global 2005-11-04 13:37:45 +00:00
szegedia%freemail.hu 6074b83bc6 Bugzilla #312702: Feature for limiting call stack depth in interpeter 2005-11-04 13:10:56 +00:00
nboyd%atg.com bd3f939051 Update for next release version 2005-10-04 19:20:04 +00:00
igor%mir2.org 27dc23cc25 1. Added QuitAction interface to specify the action to perform when quit is called. By default Global does nothing and shell explicitly call initQuitAction with code to call System.exit().
2. Added toint32 to be on pair with SpiderMonkey
2005-09-30 08:28:51 +00:00
igor%mir2.org 7ce791784f Fixing bug 310482: I missed loading "this: for put_field. 2005-09-29 21:23:30 +00:00
nboyd%atg.com cfae79c4c1 Fix bug 310323: implement new array extras (forEach, indexOf, filter, map,
some, every)
2005-09-28 16:13:27 +00:00
nboyd%atg.com a477e8b0f2 Propagating from website:
revision 1.22
      date: 2005/09/21 00:08:50;  author: syamagu%mozilla.gr.jp;  state: Exp;  lines:
      +29 -23
      tidying markup
2005-09-21 14:17:40 +00:00
igor%mir2.org 9994b04a15 Restoring docs afterbad update 2005-09-20 22:14:18 +00:00
igor%mir2.org a743c20ce0 Restoring new docs 2005-09-20 22:11:54 +00:00
nboyd%atg.com 468b76b8be Synchronize with website prior to 1.6R2 release. 2005-09-19 11:37:42 +00:00
nboyd%atg.com f13176bd25 Update for 1.6R2 release date. 2005-09-19 00:20:39 +00:00
igor%mir2.org d3457ec733 Fixing bug 309029: remind parser about Context.compileFunction case. 2005-09-18 11:11:06 +00:00
nboyd%atg.com 5e466c921a Add new bug fix link. 2005-09-08 13:47:32 +00:00
igor%mir2.org f33158e1f3 Fixing bug #306825: now shell.Global can be used as scope objects in servlets 2005-09-02 14:18:40 +00:00
igor%mir2.org 85981364ca Info about bug 306584 2005-08-31 16:36:32 +00:00
igor%mir2.org 38754de3cc Fixing bug 306584:
Do not assume that all frames have line number information available.
2005-08-31 16:24:24 +00:00