[Httpunit-commit] CVS: httpunit/doc Javascript-support.html,1.8,1.9 release_notes.txt,1.139,1.140
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-20 15:09:31
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv32474/doc Modified Files: Javascript-support.html release_notes.txt Log Message: Force graceful degregation when Rhino is missing Index: Javascript-support.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Javascript-support.html 19 Aug 2002 18:52:25 -0000 1.8 +++ Javascript-support.html 20 Aug 2002 15:09:27 -0000 1.9 @@ -2,7 +2,9 @@ <head><title>JavaScript Support</title></head> <body> <p> -JavaScript support is very basic at present. Inline deferred scripts (which define functions) are supported, +JavaScript support is very basic at present. The near-term goal is full JavaScript 1.1 support. Currently, we do not plan +to support browser-specific JavaScript. Please let us know via the mailing list your priorities for missing features. +Inline deferred scripts (which define functions) are supported, as are the following DOM elements: <h3>Window</h3> Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- release_notes.txt 19 Aug 2002 18:52:25 -0000 1.139 +++ release_notes.txt 20 Aug 2002 15:09:27 -0000 1.140 @@ -7,11 +7,16 @@ 3. The regression test "pseudo-server" does not appear to run properly under Unix. Limitations: - 1. JavaScript support is incomplete - 2. JDK 1.2 or higher is required + 1. JDK 1.2 or higher is required Revision History: +20-Aug-2002 + +Problems fixed: + 1. JavaScript - HTML comments were not supported + 2. JavaScript - Errors were reported if Rhino was not present in the classpath + 19-Aug-2002 Additions: |