summaryrefslogtreecommitdiff
path: root/patches/src680/disable-rhino.diff
blob: 1afcf50ddcb9fcbc1921bcf3df2dd34f06cc6a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
--- scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java	2005-10-15 13:15:51.865567480 +0200
+++ /dev/null	2005-03-29 00:33:24.000000000 +0200
@@ -1,417 +0,0 @@
-/************************************************************************* 
-*
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: ScriptProviderForJavaScript.java,v $
- *
- *  $Revision: 1.8 $
- *
- *  last change: $Author: rt $ $Date: 2005/09/09 02:05:15 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
-************************************************************************/
-package com.sun.star.script.framework.provider.javascript;
-
-import com.sun.star.uno.UnoRuntime;
-import com.sun.star.uno.XComponentContext;
-import com.sun.star.lang.XMultiComponentFactory;
-import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.lang.XSingleServiceFactory;
-import com.sun.star.frame.XModel;
-import com.sun.star.registry.XRegistryKey;
-import com.sun.star.comp.loader.FactoryHelper;
-import com.sun.star.lang.XTypeProvider;
-import com.sun.star.lang.XServiceInfo;
-import com.sun.star.lang.XInitialization;
-import com.sun.star.uno.AnyConverter;
-import com.sun.star.uno.Type;
-import com.sun.star.uno.Any;
-import com.sun.star.beans.XPropertySet;
-
-import com.sun.star.lang.IllegalArgumentException;
-import com.sun.star.lang.WrappedTargetException;
-import com.sun.star.reflection.InvocationTargetException;
-import com.sun.star.script.CannotConvertException;
-
-import java.io.*;
-import java.util.Vector;
-import java.util.Map;
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import com.sun.star.script.provider.XScriptProvider;
-import com.sun.star.script.provider.XScript;
-import com.sun.star.script.provider.XScriptContext;
-
-import com.sun.star.script.provider.ScriptErrorRaisedException;
-import com.sun.star.script.provider.ScriptExceptionRaisedException;
-import com.sun.star.script.provider.ScriptFrameworkErrorException;
-import com.sun.star.script.provider.ScriptFrameworkErrorType;
-
-import com.sun.star.script.framework.log.LogUtils;
-import com.sun.star.script.framework.provider.ScriptContext;
-import com.sun.star.script.framework.provider.ClassLoaderFactory;
-import com.sun.star.script.framework.provider.ScriptProvider;
-import com.sun.star.script.framework.provider.ScriptEditor;
-import com.sun.star.script.framework.container.ScriptMetaData;
-import com.sun.star.script.framework.log.*;
-
-import org.mozilla.javascript.Context;
-import org.mozilla.javascript.ImporterTopLevel;
-import org.mozilla.javascript.Scriptable;
-import org.mozilla.javascript.JavaScriptException;
-import org.mozilla.javascript.EcmaError;
-
-public class ScriptProviderForJavaScript
-{
-    public static class _ScriptProviderForJavaScript extends ScriptProvider
-    {
-        public _ScriptProviderForJavaScript(XComponentContext ctx)
-        {
-            super(ctx, "JavaScript");
-        }
-
-        public XScript getScript( /*IN*/String scriptURI )
-            throws com.sun.star.uno.RuntimeException,
-                   ScriptFrameworkErrorException
-        {
-            ScriptMetaData scriptData = null;
-            try
-            {
-                scriptData = getScriptData( scriptURI );
-                ScriptImpl script = new ScriptImpl( m_xContext, scriptData, m_xModel );
-                return script;
-            }
-            catch ( com.sun.star.uno.RuntimeException re )
-            {
-                throw new ScriptFrameworkErrorException( "Failed to create script object: " + re.getMessage(), 
-                    null, scriptData.getLanguageName(), language, ScriptFrameworkErrorType.UNKNOWN );
-            }
-        }
-
-        public boolean hasScriptEditor()
-        {
-            return true;
-        }
-
-        public ScriptEditor getScriptEditor()
-        {
-            return ScriptEditorForJavaScript.getEditor();
-        }
-    }
-
-    /**
-     * Returns a factory for creating the service.
-     * This method is called by the <code>JavaLoader</code>
-     * <p>
-     *
-     * @param  implName      the name of the implementation for which a service is desired
-     * @param  multiFactory  the service manager to be used if needed
-     * @param  regKey        the registryKey
-     * @return               returns a <code>XSingleServiceFactory</code> for creating
-     *                          the component
-     * @see                  com.sun.star.comp.loader.JavaLoader
-     */
-    public static XSingleServiceFactory __getServiceFactory( String implName,
-            XMultiServiceFactory multiFactory,
-            XRegistryKey regKey )
-    {
-        XSingleServiceFactory xSingleServiceFactory = null;
-
-        if ( implName.equals( ScriptProviderForJavaScript._ScriptProviderForJavaScript.class.getName() ) )
-        {
-            xSingleServiceFactory = FactoryHelper.getServiceFactory(
-                ScriptProviderForJavaScript._ScriptProviderForJavaScript.class,
-                "com.sun.star.script.provider.ScriptProviderForJavaScript",
-                multiFactory,
-                regKey );
-        }
-
-        return xSingleServiceFactory;
-    }
-
-
-    /**
-     * Writes the service information into the given registry key.
-     * This method is called by the <code>JavaLoader</code>
-     * <p>
-     *
-     * @param  regKey  the registryKey
-     * @return         returns true if the operation succeeded
-     * @see            com.sun.star.comp.loader.JavaLoader
-     */
-    public static boolean __writeRegistryServiceInfo( XRegistryKey regKey )
-    {
-        String impl = "com.sun.star.script.framework.provider.javascript." +
-            "ScriptProviderForJavaScript$_ScriptProviderForJavaScript";
-
-        String service1 = "com.sun.star.script.provider." +
-            "ScriptProvider";
-        String service2 = "com.sun.star.script.provider." +
-            "LanguageScriptProvider";
-        String service3 = "com.sun.star.script.provider." +
-            "ScriptProviderForJavaScript";
-        String service4 = "com.sun.star.script.browse." +
-            "BrowseNode";
-
-        if ( FactoryHelper.writeRegistryServiceInfo(impl, service1, regKey) &&
-            FactoryHelper.writeRegistryServiceInfo(impl, service2, regKey) &&
-            FactoryHelper.writeRegistryServiceInfo(impl, service3, regKey) &&
-            FactoryHelper.writeRegistryServiceInfo(impl, service4, regKey) )
-        {
-                return true;
-        }
-        return false;
-    }
-}
-class ScriptImpl implements XScript
-{
-    private ScriptMetaData metaData;
-    private XComponentContext m_xContext;
-    private XMultiComponentFactory m_xMultiComponentFactory;
-    private XModel m_xModel;
-
-    ScriptImpl( XComponentContext ctx, ScriptMetaData metaData, XModel xModel ) throws com.sun.star.uno.RuntimeException
-    {
-        this.metaData = metaData;
-        this.m_xContext = ctx;
-        this.m_xModel = xModel;
-        try
-        {
-            this.m_xMultiComponentFactory = m_xContext.getServiceManager();
-        }
-        catch ( Exception e )
-        {
-            LogUtils.DEBUG( LogUtils.getTrace( e ) );
-            throw new com.sun.star.uno.RuntimeException(
-                "Error constructing  ScriptImpl: [javascript]");
-        }
-        LogUtils.DEBUG("ScriptImpl [javascript] script data = " + metaData );
-    }
-
-        /**
-         *  The invoke method of the ScriptProviderForJavaScript runs the
-         *  JavaScript script specified in the URI
-         *
-         *
-         *
-         * @param aParams           All parameters; pure, out params are
-         *                          undefined in sequence, i.e., the value
-         *                          has to be ignored by the callee
-         *
-         * @param aOutParamIndex    Out indices
-         *
-         * @param aOutParam         Out parameters
-         *
-         * @returns                 The value returned from the function
-         *                          being invoked
-         *
-         * @throws ScriptFrameworkErrorException If there is no matching script name
-         *
-         *
-         * @throws InvocationTargetException If the running script throws
-         *                                   an exception this information
-         *                                   is captured and rethrown as
-         *                                   ScriptErrorRaisedException or
-         *                                   ScriptExceptionRaisedException
-         */
-
-        public Object invoke(  
-                               /*IN*/Object[]  params,
-                               /*OUT*/short[][]  aOutParamIndex,
-                               /*OUT*/Object[][]  aOutParam )
-
-        throws ScriptFrameworkErrorException, InvocationTargetException
-        {
-            // Initialise the out paramters - not used at the moment
-            aOutParamIndex[0] = new short[0];
-            aOutParam[0] = new Object[0];
-
-
-
-            ClassLoader cl = null;
-            URL sourceUrl = null;
-            try {
-                cl = ClassLoaderFactory.getURLClassLoader( metaData );
-                sourceUrl = metaData.getSourceURL();
-            }
-            catch ( java.net.MalformedURLException mfu )
-            {
-                throw new ScriptFrameworkErrorException( 
-                    mfu.getMessage(), null, 
-                    metaData.getLanguageName(), metaData.getLanguage(),
-                    ScriptFrameworkErrorType.UNKNOWN );
-            }
-            catch ( com.sun.star.script.framework.provider.NoSuitableClassLoaderException nsc )
-            {
-                // Framework error
-                throw new ScriptFrameworkErrorException( 
-                    nsc.getMessage(), null,
-                    metaData.getLanguageName(), metaData.getLanguage(),
-                    ScriptFrameworkErrorType.UNKNOWN );
-            }
-            Context ctxt = null;
-
-            try 
-            { 
-                String editorURL = sourceUrl.toString();
-                Object result = null;
-                String source = null;
-                ScriptEditorForJavaScript editor =
-                    ScriptEditorForJavaScript.getEditor(
-                        metaData.getSourceURL() );
-
-                if (editor != null)
-                {
-                    editorURL = editor.getURL();
-                    result = editor.execute();
-                    if ( result != null  && 
-                         result.getClass().getName().equals( "org.mozilla.javascript.Undefined" ) )
-                    {
-                        // Always return a string
-                        // TODO revisit
-                        return Context.toString( result );
-                    }
-    
-                }
-
-                if (editor != null && editor.isModified() == true)
-                {
-                    LogUtils.DEBUG("GOT A MODIFIED SOURCE");
-                    source = editor.getText();
-                }
-                else
-                {
-                    metaData.loadSource();
-                    source =  metaData.getSource();
-
-                }
-
-                if ( source == null || source.length() == 0 ) {
-                    throw new ScriptFrameworkErrorException( 
-                        "Failed to read source data for script", null,
-                        metaData.getLanguageName(), metaData.getLanguage(),
-                        ScriptFrameworkErrorType.UNKNOWN );
-                }
-
-                /* Set the context ClassLoader on the current thread to
-                   be our custom ClassLoader. This is the suggested method
-                   for setting up a ClassLoader to be used by the Rhino
-                   interpreter
-                 */
-                if (cl != null) {
-                    Thread.currentThread().setContextClassLoader(cl);
-                }
-
-                // Initialize a Rhino Context object
-                ctxt = Context.enter();
-
-                /* The ImporterTopLevel ensures that importClass and
-                   importPackage statements work in Javascript scripts
-                   Make the XScriptContext available as a global variable
-                   to the script
-                 */
-                ImporterTopLevel scope = new ImporterTopLevel(ctxt);
-
-                Scriptable jsCtxt = Context.toObject(
-                   ScriptContext.createContext(
-                       m_xModel, m_xContext,
-                       m_xMultiComponentFactory), scope);
-                scope.put("XSCRIPTCONTEXT", scope, jsCtxt);
-
-                Scriptable jsArgs = Context.toObject(params, scope);
-                scope.put("ARGUMENTS", scope, jsArgs);
-
-                result = ctxt.evaluateString(scope,
-                        source, "<stdin>", 1, null);
-                result = ctxt.toString(result);
-				return result;
-            }
-            catch (JavaScriptException jse) {
-                LogUtils.DEBUG( "Caught JavaScriptException exception for JavaScript type = " + jse.getClass() );
-                String message = jse.getMessage();
-                //int lineNo = jse.getLineNumber();
-                Object wrap = jse.getValue();
-                LogUtils.DEBUG( "\t message  " + message );
-                LogUtils.DEBUG( "\t wrapped type " + wrap.getClass() );
-                LogUtils.DEBUG( "\t wrapped toString  " + wrap.toString() );
-                ScriptExceptionRaisedException se = new 
-                    ScriptExceptionRaisedException( message );
-                se.lineNum = -1;
-                se.language = "JavaScript";
-                se.scriptName = metaData.getLanguageName();
-                se.exceptionType = wrap.getClass().getName();
-                se.language = metaData.getLanguage();
-                LogUtils.DEBUG( "ExceptionRaised exception  "  );
-                LogUtils.DEBUG( "\t message  " + se.getMessage() );
-                LogUtils.DEBUG( "\t lineNum  " + se.lineNum );
-                LogUtils.DEBUG( "\t language  " + se.language );
-                LogUtils.DEBUG( "\t scriptName  " + se.scriptName );
-                raiseEditor( se.lineNum );
-                throw new InvocationTargetException( "JavaScript uncaught exception" + metaData.getLanguageName(), null, se );
-            }
-            catch (Exception ex) {
-                LogUtils.DEBUG("Caught Exception " + ex );
-                LogUtils.DEBUG("rethrowing as ScriptFramework error"  );
-                throw new ScriptFrameworkErrorException( 
-                    ex.getMessage(), null,
-                    metaData.getLanguageName(), metaData.getLanguage(),
-                    ScriptFrameworkErrorType.UNKNOWN );
-            }
-            finally {
-                if ( ctxt != null )
-                {
-                    Context.exit();
-                }
-            }
-        }
-
-        private void raiseEditor( int lineNum )
-        {
-            ScriptEditorForJavaScript editor = null;
-            try
-            {
-                URL sourceUrl = metaData.getSourceURL(); 
-                editor = ScriptEditorForJavaScript.getEditor( sourceUrl );
-                if ( editor == null )
-                {
-                    editor = ScriptEditorForJavaScript.getEditor();
-                    editor.edit( 
-                        ScriptContext.createContext(m_xModel,
-                            m_xContext, m_xMultiComponentFactory), metaData );
-                    editor = ScriptEditorForJavaScript.getEditor( sourceUrl );
-                } 
-                if ( editor != null )
-                {
-                    System.out.println("** Have raised IDE for JavaScript, calling indicateErrorLine for line " + lineNum );
-                    editor.indicateErrorLine( lineNum );
-                }
-            }
-            catch( Exception ignore )
-            {
-            }
-        } 
-}
-        
--- scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java	2005-10-15 13:15:51.843570824 +0200
+++ /dev/null	2005-03-29 00:33:24.000000000 +0200
@@ -1,385 +0,0 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: ScriptEditorForJavaScript.java,v $
- *
- *  $Revision: 1.7 $
- *
- *  last change: $Author: rt $ $Date: 2005/09/09 02:04:45 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
-
-package com.sun.star.script.framework.provider.javascript;
-
-import org.mozilla.javascript.Context;
-import org.mozilla.javascript.Scriptable;
-import org.mozilla.javascript.ImporterTopLevel;
-import org.mozilla.javascript.tools.debugger.Main;
-import org.mozilla.javascript.tools.debugger.ScopeProvider;
-
-import com.sun.star.script.provider.XScriptContext;
-import com.sun.star.script.framework.container.ScriptMetaData;
-import com.sun.star.script.framework.provider.ScriptEditor;
-import com.sun.star.script.framework.log.LogUtils;
-
-import java.io.InputStream;
-import java.io.IOException;
-import java.net.URL;
-
-import java.util.Map;
-import java.util.HashMap;
-
-import javax.swing.JFrame;
-import javax.swing.SwingUtilities;
-import java.awt.event.WindowAdapter;
-import java.awt.event.WindowEvent;
-
-public class ScriptEditorForJavaScript implements ScriptEditor
-{
-    // global ScriptEditorForJavaScript instance
-    private static ScriptEditorForJavaScript theScriptEditorForJavaScript;
-
-    // template for JavaScript scripts
-    private static String JSTEMPLATE;
-
-    static private Main rhinoWindow;
-    private URL scriptURL;
-    // global list of ScriptEditors, key is URL of file being edited
-    private static Map BEING_EDITED = new HashMap();
-
-    static {
-        try {
-            URL url =
-                ScriptEditorForJavaScript.class.getResource("template.js");
-
-            InputStream in = url.openStream();
-            StringBuffer buf = new StringBuffer();
-            byte[] b = new byte[1024];
-            int len = 0;
-
-            while ((len = in.read(b)) != -1) {
-                buf.append(new String(b, 0, len));
-            }
-
-            in.close();
-
-            JSTEMPLATE = buf.toString();
-        }
-        catch (IOException ioe) {
-            JSTEMPLATE = "// JavaScript script";
-        }
-        catch (Exception e) {
-            JSTEMPLATE = "// JavaScript script";
-        }
-    }
-
-    /**
-     *  Returns the global ScriptEditorForJavaScript instance.
-     */
-    public static ScriptEditorForJavaScript getEditor()
-    {
-        if (theScriptEditorForJavaScript == null)
-        {
-            synchronized(ScriptEditorForJavaScript.class)
-            {
-                if (theScriptEditorForJavaScript == null)
-                {
-                    theScriptEditorForJavaScript =
-                        new ScriptEditorForJavaScript();
-                }
-            }
-        }
-        return theScriptEditorForJavaScript;
-    }
-
-    /**
-     *  Get the ScriptEditorForJavaScript instance for this URL
-     * 
-     * @param  url         The URL of the script source file
-     *
-     * @return             The ScriptEditorForJavaScript associated with
-     *                     the given URL if one exists, otherwise null.
-     */
-    public static ScriptEditorForJavaScript getEditor(URL url)
-    {
-        return (ScriptEditorForJavaScript)BEING_EDITED.get(url);
-    }
-
-    /**
-     *  Returns whether or not the script source being edited in this
-     *  ScriptEditorForJavaScript has been modified
-     */
-    public boolean isModified()
-    {
-        return rhinoWindow.isModified( scriptURL );
-    }
-
-    /**
-     *  Returns the text being displayed in this ScriptEditorForJavaScript
-     *
-     *  @return            The text displayed in this ScriptEditorForJavaScript
-     */
-    public String getText()
-    {
-        return rhinoWindow.getText( scriptURL );
-    }
-
-    /**
-     *  Returns the Rhino Debugger url of this ScriptEditorForJavaScript
-     *
-     *  @return            The url of this ScriptEditorForJavaScript
-     */
-    public String getURL()
-    {
-        return scriptURL.toString(); 
-    }
-
-    /**
-     *  Returns the template text for JavaScript scripts
-     *
-     *  @return            The template text for JavaScript scripts
-     */
-    public String getTemplate()
-    {
-        return JSTEMPLATE;
-    }
-
-    /**
-     *  Returns the default extension for JavaScript scripts
-     *
-     *  @return            The default extension for JavaScript scripts
-     */
-    public String getExtension()
-    {
-        return "js";
-    }
-
-    /**
-     *  Opens an editor window for the specified ScriptMetaData.
-     *  If an editor window is already open for that data it will be
-     *  moved to the front.
-     *
-     * @param  metadata    The metadata describing the script
-     * @param  context     The context in which to execute the script
-     *
-     */
-    public void edit(final XScriptContext context, ScriptMetaData entry)
-    {
-        try {
-            String sUrl = entry.getParcelLocation();
-            if ( !sUrl.endsWith( "/" ) )
-            {
-                sUrl += "/";
-            }
-            sUrl +=  entry.getLanguageName();
-            URL url = entry.getSourceURL();
-
-            // check if there is already an editing session for this script
-            //if (BEING_EDITED.containsKey(url))
-            if ( rhinoWindow != null  )
-            {
-                ScriptEditorForJavaScript editor =
-                    (ScriptEditorForJavaScript) BEING_EDITED.get(url);
-                if ( editor == null )
-                {
-                    editor = new ScriptEditorForJavaScript( context, url );
-                    editor.edit( context, entry );
-                }
-                else
-                {
-                    rhinoWindow.showScriptWindow( url );
-                }
-            }
-            else
-            {
-                ScriptEditorForJavaScript editor =
-                    new ScriptEditorForJavaScript( context, url );
-                
-            }
-            rhinoWindow.toFront();
-        }
-        catch ( IOException e )
-        {
-            LogUtils.DEBUG("Caught exception: " + e);
-            LogUtils.DEBUG(LogUtils.getTrace(e));
-        }
-    }
-
-    // Ensures that new instances of this class can only be created using
-    // the factory methods
-    private ScriptEditorForJavaScript()
-    {
-    }
-
-    private ScriptEditorForJavaScript(XScriptContext context, URL url)
-    {
-        initUI();
-        Scriptable scope = getScope( context );
-        this.rhinoWindow.openFile(url, scope, new closeHandler( url ) );
-
-
-        this.scriptURL = url;
-        synchronized( ScriptEditorForJavaScript.class )
-        {
-            BEING_EDITED.put(url, this);
-        }
-
-    }
-
-    /**
-     *  Executes the script edited by the editor
-     *
-     */
-
-    public Object execute() throws Exception
-    {
-        rhinoWindow.toFront();
-        
-        return this.rhinoWindow.runScriptWindow( scriptURL );
-    }
-
-    /**
-     *  Indicates the line where error occured 
-     *
-     */
-    public void indicateErrorLine( int lineNum )
-    {
-        this.rhinoWindow.toFront();
-        this.rhinoWindow.highlighLineInScriptWindow( scriptURL, lineNum ); 
-    }
-    // This code is based on the main method of the Rhino Debugger Main class
-    // We pass in the XScriptContext in the global scope for script execution
-    private void initUI() {
-        try {
-            synchronized ( ScriptEditorForJavaScript.class )
-            { 
-                if ( this.rhinoWindow != null )
-                {
-                    return;
-                }
-                
-                final Main sdb = new Main("Rhino JavaScript Debugger");
-                swingInvoke(new Runnable() {
-                    public void run() {
-                        sdb.pack();
-                        sdb.setSize(640, 640);
-                        sdb.setVisible(true);
-                    }
-                    });
-                sdb.setExitAction(new Runnable() {
-                    public void run() {
-                        sdb.clearAllBreakpoints();
-                        sdb.dispose();
-                        shutdown();
-                    }
-                });
-                Context.addContextListener(sdb);
-                sdb.setScopeProvider(new ScopeProvider() {
-                    public Scriptable getScope() {
-                        return org.mozilla.javascript.tools.shell.Main.getScope();
-                    }
-                });
-                sdb.addWindowListener( new WindowAdapter() {
-                    public void windowClosing(WindowEvent e) {
-                        shutdown();
-                    }
-                });
-                this.rhinoWindow = sdb;
-            }
-        } catch (Exception exc) {
-            LogUtils.DEBUG( LogUtils.getTrace( exc ) );
-        }
-    }
-
-    private static void swingInvoke(Runnable f) {
-        if (SwingUtilities.isEventDispatchThread()) {
-            f.run();
-            return;
-        }
-        try {
-            SwingUtilities.invokeAndWait(f);
-        } catch (Exception exc) {
-            LogUtils.DEBUG( LogUtils.getTrace( exc ) );
-        }
-    }
-
-    private void shutdown()
-    {
-        // dereference Rhino Debugger window
-        this.rhinoWindow = null;
-        this.scriptURL = null;
-        // remove all scripts from BEING_EDITED
-        synchronized( BEING_EDITED )
-        {
-            java.util.Iterator iter = BEING_EDITED.keySet().iterator();
-            java.util.Vector keysToRemove = new java.util.Vector();
-            while ( iter.hasNext() )
-            {
-              
-                URL key = (URL)iter.next();
-                keysToRemove.add( key );
-            }
-            for ( int i=0; i<keysToRemove.size(); i++ )
-            {
-                BEING_EDITED.remove( keysToRemove.elementAt( i ) );
-            }
-            keysToRemove = null;
-        }
-        
-    }
-    private Scriptable getScope(XScriptContext xsctxt ) 
-    {
-        Context ctxt = Context.enter();
-        ImporterTopLevel scope = new ImporterTopLevel(ctxt);
-
-        Scriptable jsCtxt = Context.toObject(xsctxt, scope);
-        scope.put("XSCRIPTCONTEXT", scope, jsCtxt);
-
-        Scriptable jsArgs = Context.toObject(
-           new Object[0], scope);
-        scope.put("ARGUMENTS", scope, jsArgs);
-
-        Context.exit();
-        return scope;
-    }
-
-    class closeHandler implements Runnable 
-    {
-        URL url;
-        closeHandler( URL url )
-        {
-            this.url = url;
-        }
-        public void run()
-        { 
-            synchronized( BEING_EDITED )
-            {
-                Object o = BEING_EDITED.remove( this.url );
-            }
-        }
-    }
-}
--- scripting/java/build.xml-old	2005-10-15 13:03:27.000000000 +0200
+++ scripting/java/build.xml	2005-10-15 13:04:25.000000000 +0200
@@ -59,7 +59,6 @@
     <pathelement location="${solar.jar}/java_uno.jar"/>
     <pathelement location="${solar.jar}/ridl.jar"/>
     <pathelement location="/usr/share/java/bsh.jar"/>
-    <pathelement location="${solar.jar}/js.jar"/>
     <pathelement location="${jardir}"/>
   </path> 
 
@@ -169,19 +168,6 @@
         </fileset>
     </jar>
 
-    <jar jarfile="${jardir}/ScriptProviderForJavaScript.jar"
-         basedir="${jardir}">
-        <manifest>
-            <attribute name="Built-By" value="Sun Microsystems"/>
-            <attribute name="RegistrationClassName"
-                       value="com.sun.star.script.framework.provider.javascript.ScriptProviderForJavaScript"/>
-        </manifest>
-        <include name="**/provider/javascript/*.class"/>
-        <fileset dir=".">
-          <include name="**/provider/javascript/*.js"/>
-        </fileset>
-    </jar>
-
     <jar jarfile="${jardir}/ScriptFramework.jar"
          basedir="${jardir}">
         <manifest>
@@ -254,7 +240,6 @@
   <!-- ====================== Clean Generated Files ===================== -->
   <target name="clean">
     <delete file="${jardir}/ScriptProviderForJava.jar"/>
-    <delete file="${jardir}/ScriptProviderForJavaScript.jar"/>
     <delete file="${jardir}/ScriptProviderForBeanShell.jar"/>
     <delete file="${jardir}/ScriptFramework.jar"/>
     <delete file="${jardir}/office.jar"/>
--- scp2/source/ooo/file_ooo.scp-old	2005-10-16 00:54:49.944255848 +0200
+++ scp2/source/ooo/file_ooo.scp	2005-10-16 00:56:44.868784664 +0200
@@ -626,10 +626,6 @@
 #endif
 
 #ifdef SOLAR_JAVA
-STD_JAR_FILE( gid_File_Jar_Js, js )
-#endif
-
-#ifdef SOLAR_JAVA
 
 File gid_File_Jar_Juh
     TXT_FILE_BODY;
@@ -742,7 +738,6 @@
 UNO_JAR_FILE( gid_File_Jar_Scriptframework, ScriptFramework )
 UNO_JAR_FILE( gid_File_Jar_Scriptproviderforbeanshell, ScriptProviderForBeanShell )
 UNO_JAR_FILE( gid_File_Jar_Scriptproviderforjava, ScriptProviderForJava )
-UNO_JAR_FILE( gid_File_Jar_Scriptproviderforjavascript, ScriptProviderForJavaScript )
 #endif
 
 #ifdef SOLAR_JAVA
--- scripting/prj/build.lst-old	2005-10-16 13:16:18.799921760 +0200
+++ scripting/prj/build.lst	2005-10-16 13:16:30.053211000 +0200
@@ -1,4 +1,4 @@
-tc	scripting	:	bridges rdbmaker vcl xmlscript basic sfx2 rhino beanshell javaunohelper NULL
+tc	scripting	:	bridges rdbmaker vcl xmlscript basic sfx2 beanshell javaunohelper NULL
 tc	scripting									usr1	-	all	tc_mkout NULL
 tc	scripting\source\provider				nmake	-	all	tc_scriptingprovider NULL
 tc	scripting\source\basprov				nmake	-	all	tc_scriptingbasprov NULL