W3C CVS

CVS log for 2002/css-validator/org/w3c/css/css/StyleSheetCom.java

[BACK] Up to [Public] / 2002 / css-validator / org / w3c / css / css

Request diff between arbitrary revisions


Default branch: 1

Revision 1.22 / (download) - annotate - [select for diffs] , Thu Sep 13 09:35:46 2007 UTC (11 months, 3 weeks ago) by julien
CVS Tags: validator_release, HEAD
Changes since 1.21: +5 -4 lines
Diff to previous 1.21 (colored)
Getting the default css version through config file

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Aug 9 09:29:02 2007 UTC (12 months, 4 weeks ago) by julien
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored)
Changing back "css2.1" to "css21" so that requested format is valid.
Sorry about that.

Revision 1.20 / (download) - annotate - [select for diffs] , Mon Aug 6 13:39:06 2007 UTC (13 months ago) by julien
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored)
changing css21 to css2.1 so it's display in as it is (link when the Css is vaild)

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Jul 30 11:48:00 2007 UTC (13 months, 1 week ago) by julien
Changes since 1.18: +11 -36 lines
Diff to previous 1.18 (colored)
Changing this file using the only StyleSheetGenerator

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Jul 13 13:32:19 2007 UTC (13 months, 3 weeks ago) by julien
Changes since 1.17: +12 -12 lines
Diff to previous 1.17 (colored)
Adding patch to use Velocity template engine.
And some other changes...

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Apr 24 11:14:22 2007 UTC (16 months, 2 weeks ago) by ylafon
Changes since 1.16: +28 -86 lines
Diff to previous 1.16 (colored)
Added TagSoup parser to cope with HTML, instead of the old html4 parser, also better code for handling multiple type of docs. Reread of the stream is now avoided

Revision 1.16 / (download) - annotate - [select for diffs] , Fri Mar 9 04:40:02 2007 UTC (18 months ago) by ot
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)
trying without the toggle in results

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Apr 26 12:44:14 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.14: +4 -5 lines
Diff to previous 1.14 (colored)
cmdline version revamped now using org.w3c.css.css.CssValidator

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
recorrected (now it only applies for CSS2.1)

text output is now real text, and not HTML served as text

Revision 1.14 / (download) - annotate - [select for diffs] , Mon Mar 20 06:51:18 2006 UTC (2 years, 5 months ago) by ot
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)
documenting css21 commandline option

Revision 1.13 / (download) - annotate - [select for diffs] , Mon Mar 20 06:25:25 2006 UTC (2 years, 5 months ago) by ot
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)
typo when writing previous patch

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Mar 20 06:05:29 2006 UTC (2 years, 5 months ago) by ot
Changes since 1.11: +6 -4 lines
Diff to previous 1.11 (colored)
patch by M.-A. DARCHE for the missing CSS21 profile when running from command line
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3015

Revision 1.11 / (download) - annotate - [select for diffs] , Mon Aug 29 12:03:00 2005 UTC (3 years ago) by ylafon
CVS Tags: soap12_release
Changes since 1.10: +7 -44 lines
Diff to previous 1.10 (colored)
tyop fiedx

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Aug 29 12:00:42 2005 UTC (3 years ago) by ylafon
Changes since 1.9: +16 -5 lines
Diff to previous 1.9 (colored)
Use the MimeType class to avoid issues with case and parameters

Revision 1.9 / (download) - annotate - [select for diffs] , Tue Aug 23 16:22:54 2005 UTC (3 years ago) by ylafon
Changes since 1.8: +15 -5 lines
Diff to previous 1.8 (colored)
Patch by Jean-Guilhem Rouel

Better handling of media and properties files
Major reorganization of those properties files

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Aug 8 13:18:04 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.7: +15 -12 lines
Diff to previous 1.7 (colored)
All those changed made by Jean-Guilhem Rouel:

Huge patch, imports fixed (automatic)
Bug fixed: 372, 920, 778, 287, 696, 764, 233
Partial bug fix for 289

Issue with "inherit" in CSS2.
The validator now checks the number of values (extraneous values were previously ignored)

Revision 1.7 / (download) - annotate - [select for diffs] , Sat Jan 10 06:22:24 2004 UTC (4 years, 7 months ago) by bjoern
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)
Fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=292

Revision 1.6 / (download) - annotate - [select for diffs] , Fri Jul 11 13:48:59 2003 UTC (5 years, 1 month ago) by sijtsche
CVS Tags: version-20030828
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)
compile error in useless use of HttpServletResponse fixed

Revision 1.5 / (download) - annotate - [select for diffs] , Wed Jul 2 14:39:03 2003 UTC (5 years, 2 months ago) by plehegar
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)
Removed HttpServletResponse import

Revision 1.4 / (download) - annotate - [select for diffs] , Mon Aug 19 07:33:36 2002 UTC (6 years ago) by sijtsche
CVS Tags: actual_feb_2003
Changes since 1.3: +9 -4 lines
Diff to previous 1.3 (colored)
TV profile added

Revision 1.3 / (download) - annotate - [select for diffs] , Mon Jul 22 13:20:38 2002 UTC (6 years, 1 month ago) by sijtsche
Changes since 1.2: +62 -59 lines
Diff to previous 1.2 (colored)
versions CSS3, SVG, SVG basic and SVG tiny added for validation

Revision 1.2 / (download) - annotate - [select for diffs] , Mon Apr 8 21:16:38 2002 UTC (6 years, 5 months ago) by plehegar
Changes since 1.1: +99 -41 lines
Diff to previous 1.1 (colored)
New

Revision 1.1 / (download) - annotate - [select for diffs] , Wed Mar 13 19:55:01 2002 UTC (6 years, 5 months ago) by plehegar
CVS Tags: original_march_2002
Diff
New

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 

Sort log by:

Webmaster