CVS log for 2002/css-validator/org/w3c/css/parser/CssSelectors.java
Up to [Public] / 2002 / css-validator / org / w3c / css / parser
Request diff between arbitrary revisions
Default branch: 1
Revision 1.24 / (download) - annotate - [select for diffs]
, Fri Mar 28 16:36:46 2008 UTC (6 months, 2 weeks ago) by ylafon
CVS Tags: HEAD
Changes since 1.23: +3 -3
lines
Diff to previous 1.23
(colored)
optimization, using arrays instead of enumeration in findConflict
Revision 1.23 / (download) - annotate - [select for diffs]
, Thu Mar 20 14:51:46 2008 UTC (6 months, 3 weeks ago) by ylafon
Changes since 1.22: +31 -2
lines
Diff to previous 1.22
(colored)
added support to freeze the structure and generate more optimizations (no more list traversal for consistency checks)
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu Mar 20 12:15:05 2008 UTC (6 months, 3 weeks ago) by ylafon
Changes since 1.21: +28 -11
lines
Diff to previous 1.21
(colored)
optimizations in toString generation (along with org.w3c.css.selectors.SelectorsList)
Revision 1.21 / (download) - annotate - [select for diffs]
, Thu Sep 13 10:04:54 2007 UTC (13 months ago) by julien
CVS Tags: validator_release
Changes since 1.20: +4 -4
lines
Diff to previous 1.20
(colored)
Changing some tests so that when no profile is set, the validator acts as if the profile was "none"
Revision 1.20 / (download) - annotate - [select for diffs]
, Mon Aug 6 14:06:24 2007 UTC (14 months, 1 week ago) by julien
Changes since 1.19: +7 -7
lines
Diff to previous 1.19
(colored)
Adding the name of the pseudo class when there is an error so that the %s is replaced
@see bug 4284 [1]
[1] : http://www.w3.org/Bugs/Public/show_bug.cgi?id=4284
Revision 1.19 / (download) - annotate - [select for diffs]
, Wed Apr 19 11:28:05 2006 UTC (2 years, 5 months ago) by ylafon
Changes since 1.18: +5 -2
lines
Diff to previous 1.18
(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.18 / (download) - annotate - [select for diffs]
, Fri Sep 16 13:33:52 2005 UTC (3 years ago) by ylafon
Changes since 1.17: +9 -2
lines
Diff to previous 1.17
(colored)
(Jean-Guilhem Rouel) Fixes issues with warning and multiple definitions in the CSS of the same selector
Revision 1.17 / (download) - annotate - [select for diffs]
, Wed Sep 14 15:14:18 2005 UTC (3 years ago) by ylafon
CVS Tags: soap12_release
Changes since 1.16: +72 -73
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]
, Thu Sep 8 12:23:33 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.15: +220 -745
lines
Diff to previous 1.15
(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.15 / (download) - annotate - [select for diffs]
, Fri Aug 26 15:51:36 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.14: +2 -3
lines
Diff to previous 1.14
(colored)
trace removed
Revision 1.14 / (download) - annotate - [select for diffs]
, Fri Aug 26 14:33:14 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.13: +2 -4
lines
Diff to previous 1.13
(colored)
trace removed
Revision 1.13 / (download) - annotate - [select for diffs]
, Fri Aug 26 14:09:49 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.12: +304 -301
lines
Diff to previous 1.12
(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.12 / (download) - annotate - [select for diffs]
, Tue Aug 23 16:22:54 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.11: +4 -4
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]
, Tue Jul 12 14:47:55 2005 UTC (3 years, 3 months ago) by ylafon
Changes since 1.10: +168 -184
lines
Diff to previous 1.10
(colored)
Utf8 properties (Jean-Guilhem Rouel)
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon Oct 27 09:21:33 2003 UTC (4 years, 11 months ago) by ylafon
Changes since 1.9: +3 -38
lines
Diff to previous 1.9
(colored)
removed log (will probably get too big
Revision 1.9 / (download) - annotate - [select for diffs]
, Fri Oct 24 16:47:45 2003 UTC (4 years, 11 months ago) by ylafon
Changes since 1.8: +1158 -1103
lines
Diff to previous 1.8
(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.8 / (download) - annotate - [select for diffs]
, Tue Apr 8 09:23:41 2003 UTC (5 years, 6 months ago) by sijtsche
CVS Tags: actual_feb_2003
Changes since 1.7: +81 -84
lines
Diff to previous 1.7
(colored)
bug in display of class names fixed
Revision 1.7 / (download) - annotate - [select for diffs]
, Mon Aug 19 07:24:39 2002 UTC (6 years, 1 month ago) by sijtsche
Changes since 1.6: +23 -8
lines
Diff to previous 1.6
(colored)
tv profile restrictions added
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Jul 24 14:52:21 2002 UTC (6 years, 2 months ago) by sijtsche
Changes since 1.5: +7 -4
lines
Diff to previous 1.5
(colored)
compile bug fixed
Revision 1.5 / (download) - annotate - [select for diffs]
, Mon Jul 22 15:03:33 2002 UTC (6 years, 2 months ago) by sijtsche
Changes since 1.4: +1097 -967
lines
Diff to previous 1.4
(colored)
extra pseudoelements, functions and constants added
Revision 1.4 / (download) - annotate - [select for diffs]
, Fri Jul 12 21:46:31 2002 UTC (6 years, 3 months ago) by plehegar
CVS Tags: version-20030828
Changes since 1.3: +6 -3
lines
Diff to previous 1.3
(colored)
infinity loop. Bug reported by numagaki.
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jul 12 16:39:21 2002 UTC (6 years, 3 months ago) by plehegar
Changes since 1.2: +11 -4
lines
Diff to previous 1.2
(colored)
Removed HTML tags check.
Revision 1.2 / (download) - annotate - [select for diffs]
, Mon Apr 8 21:24:12 2002 UTC (6 years, 6 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, 7 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