summaryrefslogtreecommitdiff
path: root/src/select/select.h
Commit message (Expand)AuthorAgeFilesLines
* Selection: Inline styles prevent computed style sharing.Michael Drake2016-11-291-8/+9
* Enable sharing where pseudo common pseudo classes are the same.Michael Drake2016-11-191-7/+21
* Optimisation: Bypass selection by sharing previous sibling's style.Michael Drake2016-11-191-0/+7
* Make node data contain list of partial node styles.Michael Drake2016-11-191-0/+1
* Allow more than just bloom to be stored on nodes.Michael Drake2016-11-191-1/+5
* Various changes which modify API and ABI:Michael Drake2013-12-131-2/+2
* Significantly optimise CSS selection performance.Michael Drake2013-12-011-0/+2
* 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