gecko-dev/js/rhino/toolsrc
igor%mir2.org f32fceb8a1 Deprecation of ContextListener in favour of ContextFactory.Listener:
the later is stored in the factory and not in static variables.
For compatibility an instance of ContextFactory stored in static variables
is used to provide support for old Context.addContextListener etc. API.

The static instance of the factory is also used by Context.enter to create
Context instances providing simple way to customize Context: one just need
to initialize the global static factory.
2004-06-30 15:23:39 +00:00
..
org/mozilla/javascript/tools Deprecation of ContextListener in favour of ContextFactory.Listener: 2004-06-30 15:23:39 +00:00
build.xml 1. Reorganize debugger to move all code that interacts with the engine into Main.java while all GUI logic now presents in DebugGui 2004-05-23 16:15:09 +00:00