[Httpunit-commit] CVS: httpunit/doc Javascript-support.html,1.23,1.24 release_notes.txt,1.187,1.188
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-10-11 00:08:14
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv10738/doc Modified Files: Javascript-support.html release_notes.txt todo.txt Log Message: Added support for window.<frame-name> Index: Javascript-support.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- Javascript-support.html 10 Oct 2002 21:10:19 -0000 1.23 +++ Javascript-support.html 11 Oct 2002 00:08:09 -0000 1.24 @@ -19,6 +19,7 @@ <li>self - the Window itself</li> <li>top - the top frame in the frameset containing this window <li>window - a synonym for self</li> +<li><name> - the subframe of this window with the specified name </ul> <h4>events</h4> <ul> Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- release_notes.txt 10 Oct 2002 21:10:19 -0000 1.187 +++ release_notes.txt 11 Oct 2002 00:08:09 -0000 1.188 @@ -17,6 +17,7 @@ Additions: 1. Added support for Window.parent + 2. Added support for Window.<subframe-name> 9-Oct-2002 Acknowledgements: Index: todo.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- todo.txt 10 Oct 2002 21:10:19 -0000 1.34 +++ todo.txt 11 Oct 2002 00:08:09 -0000 1.35 @@ -1,8 +1,10 @@ High priority: o closing windows +o WebClient.getOpenWindow( name ) o better support for use with proxy server Medium priority: +o replace JTidy with a simpler custom parser or NekoHTML o Enable client code to write directly to the output stream of a message body request o Provide customization for table to text o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.) @@ -10,11 +12,10 @@ o Documentation, Documentation JavaScript priorities: -o Document.write - may required substantial parser rewrite +o Document.write - will require replacing JTidy Possibles: -o replace JTidy with a simpler custom parser or NekoHTML Low priority: |