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

1922 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org b78d0c2416 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 6ca5324bec Fixing bug 316993 +jump generation cleanup 2005-11-19 22:57:49 +00:00
szegedia%freemail.hu 71dbcd6576 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 942f994237 Bugzilla #312702: Feature for limiting call stack depth in interpeter 2005-11-04 13:10:56 +00:00
nboyd%atg.com e12f260359 Update for next release version 2005-10-04 19:20:04 +00:00
igor%mir2.org 24a7809f17 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 414fab02e8 Fixing bug 310482: I missed loading "this: for put_field. 2005-09-29 21:23:30 +00:00
nboyd%atg.com 42ffc316da Fix bug 310323: implement new array extras (forEach, indexOf, filter, map,
some, every)
2005-09-28 16:13:27 +00:00
nboyd%atg.com 1817553388 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 b301272962 Restoring docs afterbad update 2005-09-20 22:14:18 +00:00
igor%mir2.org 0e53d020fa Restoring new docs 2005-09-20 22:11:54 +00:00
nboyd%atg.com 7a736c2ba2 Synchronize with website prior to 1.6R2 release. 2005-09-19 11:37:42 +00:00
nboyd%atg.com cbfef10335 Update for 1.6R2 release date. 2005-09-19 00:20:39 +00:00
igor%mir2.org 21b2299f9c Fixing bug 309029: remind parser about Context.compileFunction case. 2005-09-18 11:11:06 +00:00
nboyd%atg.com 735024cf85 Add new bug fix link. 2005-09-08 13:47:32 +00:00
igor%mir2.org 1f38a6f8fc 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 8d6d337980 Info about bug 306584 2005-08-31 16:36:32 +00:00
igor%mir2.org ff72faaf67 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 9557ba9c46 Update for later release date, update release notes, remove "pre" from
version.
2005-08-30 13:51:34 +00:00
igor%mir2.org fdf9402140 Reference to bug 306419 2005-08-30 10:51:08 +00:00
igor%mir2.org 80332d206d Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:45:45 +00:00
igor%mir2.org 28fdf30d7a Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:27:42 +00:00
igor%mir2.org 7a2481f9bd Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:20:21 +00:00
igor%mir2.org 60a0d91730 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:05:47 +00:00
igor%mir2.org 2b9f658308 Cosmetics: tabs removal 2005-08-30 09:54:24 +00:00
igor%mir2.org e55cf757e7 Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:50:01 +00:00
igor%mir2.org 342b151d84 Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:42:05 +00:00
igor%mir2.org e9f7dcfb8c 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 0be9fcf60e Removal of unused import statements. 2005-08-30 09:39:01 +00:00
igor%mir2.org 2404dd733d 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 8c030b0aa1 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 1c20dcc4b7 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 1843d504f2 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 52bdf19a70 Fixing copy-source target to generate proper distribution jars. 2005-08-29 23:24:05 +00:00
igor%mir2.org 7ef57e12b7 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 7cd1d8534b 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 869f7114c3 Removal of useless import statementes. 2005-08-29 13:25:32 +00:00
igor%mir2.org 362ab62a86 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 22a1933b11 Added fixed bug 306268 2005-08-29 06:03:36 +00:00
igor%mir2.org 3042abf8aa 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 23c0c9b7ab 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 6aa161e2f8 Added ref to bug 306258 2005-08-28 20:43:39 +00:00
igor%mir2.org 6e481078c3 Fixing 306258: now Rhino can be compiled with Ant under JDK 1.5 2005-08-28 19:51:23 +00:00
igor%mir2.org 4b4661eaea 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 1d53736b16 Fixing 306258: Allow to compile under JDK 1.5 2005-08-28 19:15:21 +00:00
igor%mir2.org 3410453f01 Updating with info about direct function->interface conversion 2005-08-28 18:46:13 +00:00
igor%mir2.org ff19993f4c 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 ab8ce4a6bb Tools are listed on the main Rhino page 2005-08-27 21:17:57 +00:00
igor%mir2.org 3bf0b41bf4 Rhino tools are listed explicitly on the main documentation page. 2005-08-27 21:17:02 +00:00
igor%mir2.org beca11ee8f Added Windows-specific examples using runCommand 2005-08-27 21:16:14 +00:00