CVS log for 2002/css-validator/org/w3c/css/css/XMLStyleSheetHandler.java
Up to [Public] / 2002 / css-validator / org / w3c / css / css
Request diff between arbitrary revisions
Default branch: 1
Revision 1.28 / (download) - annotate - [select for diffs]
, Tue Sep 18 18:06:36 2007 UTC (9 months, 2 weeks ago) by ylafon
CVS Tags: validator_release,
HEAD
Changes since 1.27: +3 -3
lines
Diff to previous 1.27
(colored)
type of stream fixed (porting too fast from TagSoupStyleSheetHandler)
Revision 1.27 / (download) - annotate - [select for diffs]
, Tue Sep 18 17:59:00 2007 UTC (9 months, 2 weeks ago) by ylafon
Changes since 1.26: +4 -2
lines
Diff to previous 1.26
(colored)
+ import
Revision 1.26 / (download) - annotate - [select for diffs]
, Tue Sep 18 17:58:37 2007 UTC (9 months, 2 weeks ago) by ylafon
Changes since 1.25: +644 -632
lines
Diff to previous 1.25
(colored)
using unicode nput stream to solve the BOM issue
Revision 1.25 / (download) - annotate - [select for diffs]
, Fri Jul 13 13:32:19 2007 UTC (11 months, 3 weeks ago) by julien
Changes since 1.24: +663 -655
lines
Diff to previous 1.24
(colored)
Adding patch to use Velocity template engine.
And some other changes...
Revision 1.24 / (download) - annotate - [select for diffs]
, Sat Dec 16 20:22:27 2006 UTC (18 months, 2 weeks ago) by jean-gui
Changes since 1.23: +3 -3
lines
Diff to previous 1.23
(colored)
Improved warning count
Revision 1.23 / (download) - annotate - [select for diffs]
, Tue Dec 12 06:00:25 2006 UTC (18 months, 3 weeks ago) by ot
Changes since 1.22: +3 -3
lines
Diff to previous 1.22
(colored)
ignore style rules inside HTML comments when parsing HTML/XHTML content
Revision 1.22 / (download) - annotate - [select for diffs]
, Tue Dec 12 05:04:14 2006 UTC (18 months, 3 weeks ago) by ot
Changes since 1.21: +10 -2
lines
Diff to previous 1.21
(colored)
first take on http://www.w3.org/Bugs/Public/show_bug.cgi?id=761
add warning when HTML comments found in stylesheet
patch courtesy of Peter Zhelezniakov (SUN Microsystems)
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Sep 14 15:14:18 2005 UTC (2 years, 9 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.20: +57 -57
lines
Diff to previous 1.20
(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.20 / (download) - annotate - [select for diffs]
, Wed Sep 7 15:57:00 2005 UTC (2 years, 9 months ago) by ylafon
Changes since 1.19: +4 -4
lines
Diff to previous 1.19
(colored)
safer mime type checking
Revision 1.19 / (download) - annotate - [select for diffs]
, Mon Aug 29 14:51:20 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.18: +3 -3
lines
Diff to previous 1.18
(colored)
meow
Revision 1.18 / (download) - annotate - [select for diffs]
, Mon Aug 29 12:57:38 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.17: +7 -2
lines
Diff to previous 1.17
(colored)
skip internal fragment ids.
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon Aug 29 12:00:42 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.16: +68 -39
lines
Diff to previous 1.16
(colored)
Use the MimeType class to avoid issues with case and parameters
Revision 1.16 / (download) - annotate - [select for diffs]
, Tue Aug 23 16:22:54 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.15: +3 -3
lines
Diff to previous 1.15
(colored)
Patch by Jean-Guilhem Rouel
Better handling of media and properties files
Major reorganization of those properties files
Revision 1.15 / (download) - annotate - [select for diffs]
, Wed Aug 10 13:44:27 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.14: +8 -5
lines
Diff to previous 1.14
(colored)
*** empty log message ***
Revision 1.14 / (download) - annotate - [select for diffs]
, Tue Aug 9 14:07:25 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.13: +7 -10
lines
Diff to previous 1.13
(colored)
removed the default to iso-8859-1, it may lead to "fun" issues, but it is
in sync with http://www.w3.org/TR/xhtml-media-types/#text-html
Note that xerces 2.7.1 and below has trouble with InputSource
set with an encoding of iso-8859-1, parsing a XML 1.1 document, with a XML declaration
of UTF-8, and with an attribue in iso-8859-2. The trouble is... infinite loop.
Revision 1.13 / (download) - annotate - [select for diffs]
, Mon Aug 8 13:18:04 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.12: +18 -21
lines
Diff to previous 1.12
(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.12 / (download) - annotate - [select for diffs]
, Thu Feb 26 15:23:43 2004 UTC (4 years, 4 months ago) by ylafon
Changes since 1.11: +3 -2
lines
Diff to previous 1.11
(colored)
base href bug fixed (http://lists.w3.org/Archives/Public/www-validator-css/2004Feb/0079.html)
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon Jan 12 11:04:41 2004 UTC (4 years, 5 months ago) by ylafon
Changes since 1.10: +4 -4
lines
Diff to previous 1.10
(colored)
catalog used as it should (using failover)
Revision 1.10 / (download) - annotate - [select for diffs]
, Fri Jan 9 15:58:40 2004 UTC (4 years, 5 months ago) by ylafon
Changes since 1.9: +9 -4
lines
Diff to previous 1.9
(colored)
be sure to close as many as possible streams
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Jan 6 14:25:36 2004 UTC (4 years, 5 months ago) by ylafon
Changes since 1.8: +12 -3
lines
Diff to previous 1.8
(colored)
if the XHTML file is served as text/html and no charset is given
assume that the input is iso-8859-1 (per HTTP spec: RFC2616 Section 3.7.1)
The "charset" parameter is used with some media types to define the
character set (section 3.4) of the data. When no explicit charset
parameter is provided by the sender, media subtypes of the "text"
type are defined to have a default charset value of "ISO-8859-1" when
received via HTTP. Data in character sets other than "ISO-8859-1" or
its subsets MUST be labeled with an appropriate charset value. See
section 3.4.1 for compatibility problems.
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed Oct 29 16:27:44 2003 UTC (4 years, 8 months ago) by ylafon
Changes since 1.7: +7 -2
lines
Diff to previous 1.7
(colored)
fixed content-location bug
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Oct 15 10:10:15 2003 UTC (4 years, 8 months ago) by plehegar
Changes since 1.6: +22 -4
lines
Diff to previous 1.6
(colored)
Changes from Yves
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Sep 24 17:58:07 2003 UTC (4 years, 9 months ago) by plehegar
Changes since 1.5: +16 -9
lines
Diff to previous 1.5
(colored)
Changes from Yves
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Feb 28 00:14:37 2003 UTC (5 years, 4 months ago) by plehegar
CVS Tags: version-20030828,
actual_feb_2003
Changes since 1.4: +6 -6
lines
Diff to previous 1.4
(colored)
Fixed style='TEXT/CSS'
Revision 1.4 / (download) - annotate - [select for diffs]
, Fri Jul 12 20:32:42 2002 UTC (5 years, 11 months ago) by plehegar
Changes since 1.3: +10 -10
lines
Diff to previous 1.3
(colored)
s/System.out/System.err/
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jul 12 20:31:54 2002 UTC (5 years, 11 months ago) by plehegar
Changes since 1.2: +21 -12
lines
Diff to previous 1.2
(colored)
Changed handling of pblic identifier and system identifier
Revision 1.2 / (download) - annotate - [select for diffs]
, Mon Apr 8 21:16:38 2002 UTC (6 years, 2 months ago) by plehegar
Changes since 1.1: +323 -17
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, 3 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