CVS log for 2002/css-validator/org/w3c/css/css/Attic/HTMLStyleSheetParser.java
Up to [Public] / 2002 / css-validator / org / w3c / css / css
Request diff between arbitrary revisions
Default branch: 1
Revision 1.19, Tue Apr 24 11:12:00 2007 UTC (16 months, 2 weeks ago) by ylafon
CVS Tags: HEAD
Changes since 1.18: +2 -2
lines
FILE REMOVED
not used any longer
Revision 1.18 / (download) - annotate - [select for diffs]
, Wed Apr 26 12:44:14 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.17: +9 -7
lines
Diff to previous 1.17
(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.17 / (download) - annotate - [select for diffs]
, Wed Sep 14 15:14:17 2005 UTC (2 years, 11 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.16: +27 -27
lines
Diff to previous 1.16
(colored)
From Jean-Guilhem Rouel (again!)
Reformatting of code
Fix for bug 774 [1] (even more warnings)
Fix for bug 768 [2]
Modification of the soap output format (each warning list and error list has
the URI it refers to)
[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=774
[2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=768
Revision 1.16 / (download) - annotate - [select for diffs]
, Mon Aug 29 12:06:38 2005 UTC (3 years ago) by ylafon
Changes since 1.15: +5 -5
lines
Diff to previous 1.15
(colored)
all typo are belong to us...
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Aug 29 12:00:42 2005 UTC (3 years ago) by ylafon
Changes since 1.14: +27 -12
lines
Diff to previous 1.14
(colored)
Use the MimeType class to avoid issues with case and parameters
Revision 1.14 / (download) - annotate - [select for diffs]
, Mon Aug 8 13:18:04 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.13: +9 -12
lines
Diff to previous 1.13
(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.13 / (download) - annotate - [select for diffs]
, Thu May 6 12:48:42 2004 UTC (4 years, 4 months ago) by ylafon
Changes since 1.12: +3 -2
lines
Diff to previous 1.12
(colored)
base URI is taken from the URLConnection after it is created, to avoid issues with redirects and base URI computing
Revision 1.12 / (download) - annotate - [select for diffs]
, Mon Jan 12 12:28:28 2004 UTC (4 years, 7 months ago) by ylafon
Changes since 1.11: +18 -15
lines
Diff to previous 1.11
(colored)
use of mark/reset to avoid requesting two times the same document
Revision 1.11 / (download) - annotate - [select for diffs]
, Fri Jan 9 16:00:15 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.10: +4 -4
lines
Diff to previous 1.10
(colored)
force close of stream (next step would be to uncomment the other parts and
use mark()/reset() )
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu Jan 8 15:50:34 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.9: +17 -17
lines
Diff to previous 1.9
(colored)
connection should be closed, so don't reuse it (for now)
Revision 1.9 / (download) - annotate - [select for diffs]
, Thu Jan 8 14:26:59 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.8: +2 -3
lines
Diff to previous 1.8
(colored)
and removed a trace
Revision 1.8 / (download) - annotate - [select for diffs]
, Thu Jan 8 14:26:35 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.7: +24 -26
lines
Diff to previous 1.7
(colored)
reuse the connection used to get metainformation to parse the html
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Oct 29 16:27:44 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.6: +11 -2
lines
Diff to previous 1.6
(colored)
fixed content-location bug
Revision 1.6 / (download) - annotate - [select for diffs]
, Mon Oct 20 13:28:47 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.5: +14 -7
lines
Diff to previous 1.5
(colored)
reformatting
Revision 1.5 / (download) - annotate - [select for diffs]
, Wed Oct 15 10:10:14 2003 UTC (4 years, 10 months ago) by plehegar
Changes since 1.4: +6 -3
lines
Diff to previous 1.4
(colored)
Changes from Yves
Revision 1.4 / (download) - annotate - [select for diffs]
, Sun May 19 03:44:31 2002 UTC (6 years, 3 months ago) by plehegar
CVS Tags: version-20030828,
actual_feb_2003
Changes since 1.3: +8 -3
lines
Diff to previous 1.3
(colored)
Fixed application/xhtml+xml
Revision 1.3 / (download) - annotate - [select for diffs]
, Sun May 19 01:08:31 2002 UTC (6 years, 3 months ago) by plehegar
Changes since 1.2: +8 -5
lines
Diff to previous 1.2
(colored)
Added application/xhtml+xml
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: +2 -2
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.
Webmaster