[Httpunit-commit] CVS: httpunit/doc Javascript-support.html,1.17,1.18 release_notes.txt,1.177,1.178
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-10-08 14:01:13
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv27586/doc Modified Files: Javascript-support.html release_notes.txt Log Message: from Richard Harris: title attribute and navigator.platform property Index: Javascript-support.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Javascript-support.html 1 Oct 2002 16:11:47 -0000 1.17 +++ Javascript-support.html 8 Oct 2002 14:01:10 -0000 1.18 @@ -34,6 +34,7 @@ <li>appName - the name of the browser, as set in ClientProperties.setApplicationName()</li> <li>appVersion - the browser version, set in ClientProperties.setApplicationVersion()</li> <li>plugins - an empty array of objects, since plugins are not universally supported</li> +<li>platform - the platform for the browser, set in ClientProperties.setPlatform</li> <li>userAgent - the name of the user agent, set by ClientProperties.setUserAgent or derived from the code name and version</li> </ul> <h4>methods</h4> Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- release_notes.txt 4 Oct 2002 15:19:25 -0000 1.177 +++ release_notes.txt 8 Oct 2002 14:01:10 -0000 1.178 @@ -10,6 +10,16 @@ Revision History: + 8-Oct-2002 +Acknowledgements: + Thanks to Richard Harris for adding support for the title attribute for links, + and for adding the JavaScript Navigator.platform property. + +Additions: + 1. Links, forms, and images now have a readable title property. + 2. The navigator object now supports the readable 'platform' property. + + 4-Oct-2002 Additions: 1. WebClient now supports a WebWindowListener which will be called when a new window is opened. |