summaryrefslogtreecommitdiff
path: root/src/select/select.h
Commit message (Expand)AuthorAgeFilesLines
* Fill reject cache backwards from end.Michael Drake2011-11-071-1/+1
* Cache rejected ancestor class/ID selectors to improve selection efficiencyJohn Mark Bell2011-11-041-0/+11
* Compute node name, id, and classes once, instead of once per stylesheetJohn Mark Bell2011-09-051-0/+5
* Hoist string internment into selection context constructor.John Mark Bell2011-09-051-29/+0
* CSS3 SelectorsJohn Mark Bell2011-01-311-0/+16
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-1/+1
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-2/+2
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-3/+5
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-021-4/+4
* Ensure that any properties explicitly set to inherit on the root element are ...John Mark Bell2009-07-041-2/+4
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-1/+1
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-0/+67