[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.119,1.120
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-07-24 20:54:34
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv10054/doc Modified Files: release_notes.txt Log Message: Initialize JavaScript implementation Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- release_notes.txt 15 Jul 2002 16:42:43 -0000 1.119 +++ release_notes.txt 24 Jul 2002 20:54:31 -0000 1.120 @@ -12,6 +12,13 @@ Revision History: +24-Jul-2002 +Additions: + 1. PseudoServer and associated classes are now publically available and in their own package, pseudoserver. + 2. Experimental JavaScript is starting to be added: support is present for the following DOM objects: + Window properties: self, window, document methods: alert, events: onLoad + Document properties: title, forms, <form name> + 15-Jul-2002 Problems fixed: 1. The "_parent" frame target should now be handled correctly. |