[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.126,1.127
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-05 17:34:28
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv19892/doc Modified Files: release_notes.txt Log Message: Added support for Javascript image object Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- release_notes.txt 5 Aug 2002 15:21:19 -0000 1.126 +++ release_notes.txt 5 Aug 2002 17:34:24 -0000 1.127 @@ -15,6 +15,10 @@ 5-Aug-2002 Additions: 1. The JavaScript link.href attribute is now readable. + 2. JavaScript: document.images and document.<image-name> are now supported + 3. JavaScript: The image.src property is read-write + 4. WebResponse now has a getImageWithName method + Problems fixed: A form request created after a call to getScriptableObject().setAction() now correctly uses the new action. |