W3C CVS

CVS log for java/classes/org/w3c/tools/specgenerator/Java.java

[BACK] Up to [Public] / java / classes / org / w3c / tools / specgenerator

Request diff between arbitrary revisions


Default branch: 1

Revision 1.22 / (download) - annotate - [select for diffs] , Thu Aug 28 13:25:23 2003 UTC (5 years ago) by plehegar
CVS Tags: rel-2-2, HEAD, DOM3-2004
Changes since 1.21: +23 -5 lines
Diff to previous 1.21 (colored)
Modified the Java mapping for attribute
if it is an attribute, that starts with "is", followed by an upper case
letter, the getter keeps the name as-is (i.e. no addition of "get") and
the setter, if any, gets "is" replaced by "set". Only exception is
HTMLImageElement.isMap.

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Jun 26 22:26:55 2003 UTC (5 years, 2 months ago) by plehegar
Changes since 1.20: +2 -48 lines
Diff to previous 1.20 (colored)
Fixed command-options parsing

Revision 1.20 / (download) - annotate - [select for diffs] , Tue May 6 17:19:41 2003 UTC (5 years, 3 months ago) by plehegar
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)
Harmonized errors and warnings

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Feb 24 03:02:15 2003 UTC (5 years, 6 months ago) by plehegar
Changes since 1.18: +85 -4 lines
Diff to previous 1.18 (colored)
Added handling for b, xspecref, loc, emph, ulist, item, olist, note

Revision 1.18 / (download) - annotate - [select for diffs] , Mon Feb 24 00:04:24 2003 UTC (5 years, 6 months ago) by plehegar
Changes since 1.17: +26 -5 lines
Diff to previous 1.17 (colored)
Added Java unicode escaping for javadoc

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Oct 16 20:02:34 2002 UTC (5 years, 10 months ago) by plehegar
Changes since 1.16: +63 -16 lines
Diff to previous 1.16 (colored)
Exceptions documentation is only generated if necessary on attributes
(depending on get/set).
bibref is now supported in the documentation.

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Dec 4 01:28:10 2001 UTC (6 years, 8 months ago) by plehegar
Changes since 1.15: +28 -33 lines
Diff to previous 1.15 (colored)
Added handling for Java or ECMAScript only attributes/methods
 role='java-only'

Added new mapping for specific types
 --map-type Java <DOM type> <Java type
 example: --map-type Java DOMString String

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Oct 22 20:26:51 2001 UTC (6 years, 10 months ago) by plehegar
Changes since 1.14: +16 -6 lines
Diff to previous 1.14 (colored)
Added the ability to map exceptions
(needed for DOMSystemException)

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Aug 17 17:33:13 2001 UTC (7 years ago) by plehegar
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)
Added DOMObject

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Jul 27 19:17:56 2001 UTC (7 years, 1 month ago) by plehegar
Changes since 1.12: +8 -2 lines
Diff to previous 1.12 (colored)
Added DOMSystemException and Object

Revision 1.12 / (download) - annotate - [select for diffs] , Wed Jul 25 21:50:08 2001 UTC (7 years, 1 month ago) by plehegar
Changes since 1.11: +110 -10 lines
Diff to previous 1.11 (colored)
lots of changes

Revision 1.11 / (download) - annotate - [select for diffs] , Wed May 16 02:35:36 2001 UTC (7 years, 3 months ago) by plehegar
Changes since 1.10: +12 -11 lines
Diff to previous 1.10 (colored)
Fixed a bug from dom level 3 core

Revision 1.10 / (download) - annotate - [select for diffs] , Wed May 16 00:01:27 2001 UTC (7 years, 3 months ago) by plehegar
Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored)
New

Revision 1.9 / (download) - annotate - [select for diffs] , Thu Mar 22 19:22:28 2001 UTC (7 years, 5 months ago) by plehegar
Changes since 1.8: +7 -5 lines
Diff to previous 1.8 (colored)
enum are now short, not int.

Revision 1.8 / (download) - annotate - [select for diffs] , Thu Mar 22 06:04:10 2001 UTC (7 years, 5 months ago) by plehegar
Changes since 1.7: +5 -2 lines
Diff to previous 1.7 (colored)
Changed setter

Revision 1.7 / (download) - annotate - [select for diffs] , Wed Feb 7 23:09:19 2001 UTC (7 years, 6 months ago) by plehegar
Changes since 1.6: +28 -7 lines
Diff to previous 1.6 (colored)
Added handling for DOMOutputStream, DOMInputStream, DOMReader

Revision 1.6 / (download) - annotate - [select for diffs] , Wed Jan 17 22:54:05 2001 UTC (7 years, 7 months ago) by plehegar
Changes since 1.5: +6 -4 lines
Diff to previous 1.5 (colored)
Missing white space after @param <param_name>

Revision 1.5 / (download) - annotate - [select for diffs] , Tue Aug 8 13:55:09 2000 UTC (8 years ago) by plehegar
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)
Bug fixed in id (missing one character at the end)

Revision 1.4 / (download) - annotate - [select for diffs] , Mon Jul 24 23:54:53 2000 UTC (8 years, 1 month ago) by plehegar
Changes since 1.3: +9 -7 lines
Diff to previous 1.3 (colored)
Bug fixed in exceptions

Revision 1.3 / (download) - annotate - [select for diffs] , Mon Jul 24 18:30:41 2000 UTC (8 years, 1 month ago) by plehegar
Changes since 1.2: +15 -8 lines
Diff to previous 1.2 (colored)
Added directory option

Revision 1.2 / (download) - annotate - [select for diffs] , Sat Jul 22 00:14:23 2000 UTC (8 years, 1 month ago) by plehegar
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)
New version

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Jul 21 02:03:45 2000 UTC (8 years, 1 month ago) by plehegar
Diff
First version

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster