CVS log for 2002/css-validator/org/w3c/css/parser/CssPropertyFactory.java
Up to [Public] / 2002 / css-validator / org / w3c / css / parser
Request diff between arbitrary revisions
Default branch: 1
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu Sep 27 10:08:48 2007 UTC (11 months, 1 week ago) by jgrandmo
CVS Tags: validator_release,
HEAD
Changes since 1.21: +7 -4
lines
Diff to previous 1.21
(colored)
Reverting to pre no-profile
Revision 1.21 / (download) - annotate - [select for diffs]
, Thu Sep 13 10:04:16 2007 UTC (11 months, 3 weeks ago) by julien
Changes since 1.20: +63 -38
lines
Diff to previous 1.20
(colored)
FIXING bug when a property doesn't exist in the current profile but exits in another one.
Revision 1.20 / (download) - annotate - [select for diffs]
, Mon Aug 13 08:30:36 2007 UTC (12 months, 3 weeks ago) by julien
Changes since 1.19: +3 -3
lines
Diff to previous 1.19
(colored)
Using translation to display the css version
Revision 1.19 / (download) - annotate - [select for diffs]
, Tue Aug 7 10:53:39 2007 UTC (13 months ago) by julien
Changes since 1.18: +3 -16
lines
Diff to previous 1.18
(colored)
Adding the formatting method to the application context so it can be used everywhere. (StyleSheetGenerator for instance)
Revision 1.18 / (download) - annotate - [select for diffs]
, Tue Aug 7 10:48:57 2007 UTC (13 months ago) by julien
Changes since 1.17: +16 -3
lines
Diff to previous 1.17
(colored)
Formating the css version output so that css21 will be displayed as CSS 2.1
And if one day, there is css31 it'll be display CSS 3.1 as well
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon Aug 6 14:04:53 2007 UTC (13 months ago) by julien
Changes since 1.16: +3 -3
lines
Diff to previous 1.16
(colored)
Adding the css version to error message when a property doesn't exist in a version so message can be :
The property xxxx doesn't exist in css2.1 for instance
Revision 1.16 / (download) - annotate - [select for diffs]
, Fri Jul 13 13:32:21 2007 UTC (13 months, 3 weeks ago) by julien
Changes since 1.15: +180 -218
lines
Diff to previous 1.15
(colored)
Adding patch to use Velocity template engine.
And some other changes...
Revision 1.15 / (download) - annotate - [select for diffs]
, Wed Apr 19 11:28:05 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.14: +4 -4
lines
Diff to previous 1.14
(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.14 / (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.13: +43 -43
lines
Diff to previous 1.13
(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.13 / (download) - annotate - [select for diffs]
, Thu Sep 8 12:23:33 2005 UTC (2 years, 11 months ago) by ylafon
Changes since 1.12: +2 -3
lines
Diff to previous 1.12
(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.12 / (download) - annotate - [select for diffs]
, Tue Aug 23 16:22:54 2005 UTC (3 years ago) by ylafon
Changes since 1.11: +59 -91
lines
Diff to previous 1.11
(colored)
Patch by Jean-Guilhem Rouel
Better handling of media and properties files
Major reorganization of those properties files
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon Aug 8 13:18:11 2005 UTC (3 years ago) by ylafon
Changes since 1.10: +260 -258
lines
Diff to previous 1.10
(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.10 / (download) - annotate - [select for diffs]
, Tue Jul 12 14:47:55 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.9: +53 -62
lines
Diff to previous 1.9
(colored)
Utf8 properties (Jean-Guilhem Rouel)
Revision 1.9 / (download) - annotate - [select for diffs]
, Sat Nov 20 19:02:47 2004 UTC (3 years, 9 months ago) by sijtsche
Changes since 1.8: +255 -255
lines
Diff to previous 1.8
(colored)
unrecognized handheld properties bug fixed
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Feb 9 08:26:48 2004 UTC (4 years, 6 months ago) by sijtsche
Changes since 1.7: +16 -11
lines
Diff to previous 1.7
(colored)
a warning instead of error is given when an invalid property for a medium is used
Revision 1.7 / (download) - annotate - [select for diffs]
, Tue Oct 28 15:34:35 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.6: +9 -24
lines
Diff to previous 1.6
(colored)
avoiding too many uppercase calls.
Revision 1.6 / (download) - annotate - [select for diffs]
, Fri Oct 24 16:47:45 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.5: +236 -219
lines
Diff to previous 1.5
(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.5 / (download) - annotate - [select for diffs]
, Sun Apr 13 15:32:16 2003 UTC (5 years, 4 months ago) by sijtsche
CVS Tags: version-20030828,
actual_feb_2003
Changes since 1.4: +87 -52
lines
Diff to previous 1.4
(colored)
warning instead of error for properties from wrong profile
Revision 1.4 / (download) - annotate - [select for diffs]
, Mon Jan 6 15:54:11 2003 UTC (5 years, 8 months ago) by sijtsche
Changes since 1.3: +39 -15
lines
Diff to previous 1.3
(colored)
value inherit enabled for all CSS3 properties
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jan 3 12:08:24 2003 UTC (5 years, 8 months ago) by sijtsche
Changes since 1.2: +194 -109
lines
Diff to previous 1.2
(colored)
functionality added for media queries
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: +0 -0
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.
Webmaster