W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.42 / (download) - annotate - [select for diffs] , Tue Mar 11 10:15:14 2008 UTC (5 months, 3 weeks ago) by ylafon
CVS Tags: validator_release, HEAD
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)
CssParser ReInit renamed to ReInitWithAc to avoid conflict with new method generated from the .jj by javacc 4

Revision 1.41 / (download) - annotate - [select for diffs] , Thu Sep 20 15:12:50 2007 UTC (11 months, 2 weeks ago) by ylafon
Changes since 1.40: +827 -825 lines
Diff to previous 1.40 (colored)
BOM handling for linked CSS URIs

Revision 1.40 / (download) - annotate - [select for diffs] , Thu Sep 13 09:59:27 2007 UTC (11 months, 3 weeks ago) by julien
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)
Changing some tests so that when no profile is set, the validator acts as if the profile was "none"

Revision 1.39 / (download) - annotate - [select for diffs] , Fri Aug 10 10:45:18 2007 UTC (12 months, 3 weeks ago) by julien
Changes since 1.38: +8 -2 lines
Diff to previous 1.38 (colored)
Testing if import is used with file protocol:
in this case, the import statement is ignored and a warning is sent

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

Revision 1.37 / (download) - annotate - [select for diffs] , Sat Dec 16 20:22:27 2006 UTC (20 months, 3 weeks ago) by jean-gui
Changes since 1.36: +7 -7 lines
Diff to previous 1.36 (colored)
Improved warning count

Revision 1.36 / (download) - annotate - [select for diffs] , Wed Apr 19 11:28:05 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)
Jean-Gui strikes back!
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2560 -> @media case insensitive
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3037 -> grammar correction
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2800
http://www.w3.org/Bugs/Public/show_bug.cgi?id=233
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2919
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2446
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3099

output parameter bug fixed:
        accepted values :
            * text/html and html
            * application/xhtml+xml and xhtml
            * application/soap+xml and soap12
            * everything else: text/plain

fixed a bug with SOAP output

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Sep 14 15:14:18 2005 UTC (2 years, 11 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.34: +120 -107 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs] , Thu Sep 8 12:23:33 2005 UTC (2 years, 11 months ago) by ylafon
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)
Changes from Jean-Guilhem Rouel
Bug fixed: 1174 845 160 766
See
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174
http://www.w3.org/Bugs/Public/show_bug.cgi?id=845
http://www.w3.org/Bugs/Public/show_bug.cgi?id=160
http://www.w3.org/Bugs/Public/show_bug.cgi?id=766

The handling of selectors has been redone almost entirely.

Also, changelog in files has been removed.

Revision 1.33 / (download) - annotate - [select for diffs] , Fri Aug 26 14:09:49 2005 UTC (3 years ago) by ylafon
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)
All changes made by Jean-Guilhem Rouel:

Fix for bugs: 1269, 979, 791, 777, 776, 767, 765, 763, 576, 363

Errors in font, the handling of 'transparent', CSS Parser reinits...

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1269
http://www.w3.org/Bugs/Public/show_bug.cgi?id=979
http://www.w3.org/Bugs/Public/show_bug.cgi?id=791
http://www.w3.org/Bugs/Public/show_bug.cgi?id=777
http://www.w3.org/Bugs/Public/show_bug.cgi?id=776
http://www.w3.org/Bugs/Public/show_bug.cgi?id=767
http://www.w3.org/Bugs/Public/show_bug.cgi?id=765
http://www.w3.org/Bugs/Public/show_bug.cgi?id=763
http://www.w3.org/Bugs/Public/show_bug.cgi?id=576
http://www.w3.org/Bugs/Public/show_bug.cgi?id=363

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

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

Revision 1.31 / (download) - annotate - [select for diffs] , Tue Aug 23 09:42:20 2005 UTC (3 years ago) by ylafon
Changes since 1.30: +5 -4 lines
Diff to previous 1.30 (colored)
the visited links is set for the child, not for the whole validation.
It fixes:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=367

Revision 1.30 / (download) - annotate - [select for diffs] , Mon Aug 8 13:18:11 2005 UTC (3 years ago) by ylafon
Changes since 1.29: +268 -272 lines
Diff to previous 1.29 (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.29 / (download) - annotate - [select for diffs] , Fri Jul 22 09:45:18 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.28: +7 -2 lines
Diff to previous 1.28 (colored)
Added code for error Handling (Jean-Guilhem Rouel)

Revision 1.28 / (download) - annotate - [select for diffs] , Wed Jul 20 12:35:37 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.27: +11 -5 lines
Diff to previous 1.27 (colored)
fix the case of a resource checked with no mime type (cf
http://www.w3.org/Bugs/Public/show_bug.cgi?id=953 )

Revision 1.27 / (download) - annotate - [select for diffs] , Tue Jul 12 14:47:55 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.26: +209 -191 lines
Diff to previous 1.26 (colored)
Utf8 properties (Jean-Guilhem Rouel)

Revision 1.26 / (download) - annotate - [select for diffs] , Sun May 30 05:06:52 2004 UTC (4 years, 3 months ago) by bjoern
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)
more consistent use of java.util.Vector methods, see http://www.w3.org/mid/3f35c265.166229986@smtp.bjoern.hoehrmann.de

Revision 1.25 / (download) - annotate - [select for diffs] , Thu May 6 12:53:32 2004 UTC (4 years, 4 months ago) by ylafon
Changes since 1.24: +7 -6 lines
Diff to previous 1.24 (colored)
base URI is taken from the URLConnection after it is created, to avoid issues with redirects and base URI computing

Revision 1.24 / (download) - annotate - [select for diffs] , Mon Mar 22 15:45:31 2004 UTC (4 years, 5 months ago) by ylafon
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)
changed mx imports from 12 to 42

Revision 1.23 / (download) - annotate - [select for diffs] , Wed Nov 5 10:55:04 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.22: +48 -46 lines
Diff to previous 1.22 (colored)
lazy instanciation of static properties (faster at startup)

Revision 1.22 / (download) - annotate - [select for diffs] , Tue Nov 4 13:22:55 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.21: +9 -4 lines
Diff to previous 1.21 (colored)
throwable are caught as well

Revision 1.21 / (download) - annotate - [select for diffs] , Wed Oct 29 16:27:44 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.20: +23 -3 lines
Diff to previous 1.20 (colored)
fixed content-location bug

Revision 1.20 / (download) - annotate - [select for diffs] , Tue Oct 28 15:35:35 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.19: +10 -5 lines
Diff to previous 1.19 (colored)
mode attribute is now passed to a newly created instance

Revision 1.19 / (download) - annotate - [select for diffs] , Sat Oct 25 10:01:09 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.18: +28 -26 lines
Diff to previous 1.18 (colored)
import loop was not properly detected per http://lists.w3.org/Archives/Public/www-validator-css/2003Oct/0021.html

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Oct 24 16:47:45 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.17: +112 -47 lines
Diff to previous 1.17 (colored)
Remove dangerous use of statics in CssFouffa and CssSelectorsStyle creation
using static and getClones, speed up of the configuration reuse
Various stringbuffer optimisation in toString() calls
Overall cpu and memory optimization.
Figures of memory optimizations (validation of www.w3.org):

without optim
char[]: +3773K
String: +1191K
StringBuffer: +614K

use of getClone
char[] +1914k
String: +455k
StringBuffer +168k

all:
char[] +1868k
String: +428k
StringBuffer +147k

Revision 1.17 / (download) - annotate - [select for diffs] , Fri Oct 17 09:52:49 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.16: +185 -169 lines
Diff to previous 1.16 (colored)
formatting and coding style

Revision 1.16 / (download) - annotate - [select for diffs] , Fri Oct 17 09:29:33 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.15: +2 -4 lines
Diff to previous 1.15 (colored)
removed traces

Revision 1.15 / (download) - annotate - [select for diffs] , Fri Oct 17 09:27:26 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.14: +28 -10 lines
Diff to previous 1.14 (colored)
import loops now really fixed using two checks
1/ ensure that the same URI doesn't appear twice (using a vector)
2/ ensure that the number of import never exceed 12 (using vector size)

Revision 1.14 / (download) - annotate - [select for diffs] , Thu Oct 16 21:03:53 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.13: +6 -4 lines
Diff to previous 1.13 (colored)
fixed CssFouffa check of loops by having a counter only right now. TODO, use a Vector or hashtable to ensure the same URI is not fetched multiple times

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Oct 15 10:10:15 2003 UTC (4 years, 10 months ago) by plehegar
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)
Changes from Yves

Revision 1.12 / (download) - annotate - [select for diffs] , Fri Aug 29 12:46:47 2003 UTC (5 years ago) by plehegar
CVS Tags: INFINITE_LOOP_FIX
Changes since 1.11: +10 -2 lines
Diff to previous 1.11 (colored)
infinite loop fixed by Sijtsche

Revision 1.11 / (download) - annotate - [select for diffs] , Wed Jul 2 14:39:50 2003 UTC (5 years, 2 months ago) by plehegar
CVS Tags: version-20030828
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)
Removed HttpServletResponse import

Revision 1.10 / (download) - annotate - [select for diffs] , Sun Apr 13 15:32:16 2003 UTC (5 years, 4 months ago) by sijtsche
CVS Tags: actual_feb_2003
Changes since 1.9: +28 -25 lines
Diff to previous 1.9 (colored)
warning instead of error for properties from wrong profile

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Jan 8 12:48:14 2003 UTC (5 years, 7 months ago) by sijtsche
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)
bugfix

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Jan 8 10:52:50 2003 UTC (5 years, 7 months ago) by sijtsche
Changes since 1.7: +42 -39 lines
Diff to previous 1.7 (colored)
ATSC has its own style now

Revision 1.7 / (download) - annotate - [select for diffs] , Fri Jan 3 12:08:24 2003 UTC (5 years, 8 months ago) by sijtsche
Changes since 1.6: +14 -11 lines
Diff to previous 1.6 (colored)
functionality added for media queries

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Aug 19 07:26:03 2002 UTC (6 years ago) by sijtsche
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (colored)
TV profile added

Revision 1.5 / (download) - annotate - [select for diffs] , Fri Jul 26 08:21:06 2002 UTC (6 years, 1 month ago) by sijtsche
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)
TV profile added

Revision 1.4 / (download) - annotate - [select for diffs] , Mon Jul 22 15:12:20 2002 UTC (6 years, 1 month ago) by sijtsche
Changes since 1.3: +133 -106 lines
Diff to previous 1.3 (colored)
SVG tiny and SVG basic style loading added

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Jul 12 20:35:30 2002 UTC (6 years, 1 month ago) by plehegar
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)
s/System.out/System.err/

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

Revision 1.1 / (download) - annotate - [select for diffs] , Wed Mar 13 19:55:33 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