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

1923 Коммитов

Автор SHA1 Сообщение Дата
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
nboyd%atg.com d6566fc090 Update for later release date, update release notes, remove "pre" from
version.
2005-08-30 13:51:34 +00:00
igor%mir2.org fde1e4c79d Reference to bug 306419 2005-08-30 10:51:08 +00:00
igor%mir2.org 5f0d4e4d05 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:45:45 +00:00
igor%mir2.org a9e51cc6d5 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:27:42 +00:00
igor%mir2.org d6e61cc76d Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:20:21 +00:00
igor%mir2.org 69072d60f2 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:05:47 +00:00
igor%mir2.org 5fa4884387 Cosmetics: tabs removal 2005-08-30 09:54:24 +00:00
igor%mir2.org 5cbdd9c628 Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:50:01 +00:00
igor%mir2.org 7f6f3aec0b Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:42:05 +00:00
igor%mir2.org 25ef00d21e 1. Removal of unused import statements.
2. Replacing cx.(toNumber|toString|toObject) by Context.\1 as the
   methods are static,
2005-08-30 09:41:02 +00:00
igor%mir2.org fba63a50fd Removal of unused import statements. 2005-08-30 09:39:01 +00:00
igor%mir2.org 6498bc1f4d Replacing cx.VERSION_1_2 by Context.VERSION_1_2 as the field is static. 2005-08-30 08:31:48 +00:00
igor%mir2.org 384cd9c17f 1. Replacing cx.reportRuntimeError1 by Context.reportRuntimeError1
since the method is static.

2. Replacing cx.getSourcePositionFromStack by
   Context.getSourcePositionFromStack since the method is static. That
   allowed to remove Context.getCurrentContext() call before.
2005-08-30 08:26:54 +00:00
igor%mir2.org c668b3c584 1. Replacing cx.getSourcePositionFromStack by Context.getSourcePositionFromStack since the method is static.
2. That allowed to remove Context.getCurrentContext() call before.
2005-08-30 07:58:33 +00:00
igor%mir2.org ef2989bbd2 Yet another update of JS function as Java interface implementation to print explicit error messages when conversion is not possible. 2005-08-30 07:50:08 +00:00
igor%mir2.org 86a29d689a Fixing copy-source target to generate proper distribution jars. 2005-08-29 23:24:05 +00:00
igor%mir2.org 3a40845319 Cleanup of JS function as Java interface implementation:
1. I removed caching of indicators of which types to convert: it just consumes extra memory without any noticeable benefits.

2. Better comments.
2005-08-29 19:27:17 +00:00
igor%mir2.org 44c06a2fa5 Yet another improvement in not-a-function reporting. Now for foo.bar() when bar does not exist Rhino prints "Can not find function bar" 2005-08-29 14:59:27 +00:00
igor%mir2.org 738a8a6d14 Removal of useless import statementes. 2005-08-29 13:25:32 +00:00
igor%mir2.org cad58c28dd Implementing bug 306308: now java.lang.reflect.Proxy is used for function->interface conversion 2005-08-29 10:57:30 +00:00
igor%mir2.org 2077eeee97 Added fixed bug 306268 2005-08-29 06:03:36 +00:00
igor%mir2.org d30cd8e00d Eliminating dead code in ScriptRuntime.evalSpecial: Context.compileString
never returns with null.
It was reported by Olinda Spider, pat@mcnerthney.com.
2005-08-28 23:44:41 +00:00
igor%mir2.org 568a9d911e Fixing bug 306268: Patch from Olinda Spider, pat@mcnerthney.com, to fix dot
query decompilation.
2005-08-28 23:25:22 +00:00
igor%mir2.org d50e01de2f Added ref to bug 306258 2005-08-28 20:43:39 +00:00
igor%mir2.org 0a9495cbab Fixing 306258: now Rhino can be compiled with Ant under JDK 1.5 2005-08-28 19:51:23 +00:00
igor%mir2.org 45ac052fd9 Changing the example to use the supported syntax, the older syntax did not
work since 1.5R1 release or so.
2005-08-28 19:49:21 +00:00
igor%mir2.org 65aa2efb15 Fixing 306258: Allow to compile under JDK 1.5 2005-08-28 19:15:21 +00:00
igor%mir2.org 49ea153d41 Updating with info about direct function->interface conversion 2005-08-28 18:46:13 +00:00
igor%mir2.org 0670d5111d Ignoring exception during (Input|Output)Stream.close() from external
processes. On Windows it may throw IOException if process terminates too
fast.
2005-08-27 21:24:29 +00:00
igor%mir2.org 3b8b7c9e4d Tools are listed on the main Rhino page 2005-08-27 21:17:57 +00:00
igor%mir2.org 866ed2a25e Rhino tools are listed explicitly on the main documentation page. 2005-08-27 21:17:02 +00:00