summaryrefslogtreecommitdiff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-141-6/+6
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-136-38/+219
* Fix debug build (warnings about comparing different enums).François Revel2012-04-061-4/+6
* Use correct unit enum values for computed clip rectangleRob Kendrick2012-03-251-1/+1
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-2814-0/+843
* Fix font-face defaults (credit: James Montgomerie)John Mark Bell2012-01-241-1/+10
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-044-20/+615
* Fall back to UA's default font family if no generic family is specified in th...John Mark Bell2011-12-041-10/+48
* Simplify cache loop criterion.Michael Drake2011-11-071-2/+3
* Fill reject cache backwards from end.Michael Drake2011-11-072-7/+8
* Code style tweak.Michael Drake2011-11-061-1/+1
* Avoid trying to add already-cached selectors to reject cache. Remove pre-ins...Michael Drake2011-11-061-24/+15
* Fix regression introduced by reject cache: do not cache failure to match mult...John Mark Bell2011-11-051-0/+1
* Selection micro optimisation.Michael Drake2011-11-041-15/+17
* Don't need to match CSS_SELECTOR_ELEMENT detail since it will always match.Michael Drake2011-11-041-8/+13
* Cache rejected ancestor class/ID selectors to improve selection efficiencyJohn Mark Bell2011-11-042-8/+102
* Appease ancient compilersJohn Mark Bell2011-09-061-3/+9
* A bunch more microoptimisationsJohn Mark Bell2011-09-063-101/+74
* Iterate over pseudo elements, then properties, and reject unused pseudo eleme...John Mark Bell2011-09-051-16/+15
* Compute node name, id, and classes once, instead of once per stylesheetJohn Mark Bell2011-09-052-48/+51
* Hoist string internment into selection context constructor.John Mark Bell2011-09-052-305/+302
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-239-64/+267
* Fix build with GCC 4.6John Mark Bell2011-07-2612-36/+1
* Add structure versioning for client inputJohn Mark Bell2011-03-131-1/+3
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Fix cascade of clip rectangle valueJohn Mark Bell2011-03-121-0/+1
* CSS3 NamespacesJohn Mark Bell2011-03-123-67/+70
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-124-0/+2114
* The document root element cannot be the child of anythingJohn Mark Bell2011-01-311-12/+25
* Fix specificity calculation for prefix, suffix, and substring attribute selec...John Mark Bell2011-01-311-0/+21
* Place negated class and id selectors in the universal hash chainJohn Mark Bell2011-01-311-2/+4
* CSS3 SelectorsJohn Mark Bell2011-01-312-4/+309
* Add support for opacity propertyJohn Mark Bell2011-01-296-0/+112
* Centralise handling of transparent colours.John Mark Bell2011-01-299-19/+89
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2610-32/+32
* Fix cascade of counter-{increment,reset} on 64bit platformsJohn Mark Bell2011-01-241-3/+3
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-20107-568/+568
* fix play_diring cascade string usageVincent Sanders2011-01-201-2/+2
* fix cursor cascadeVincent Sanders2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-19104-701/+26
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-3/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-0581-300/+379
* Complete the fix for pseudo element selection: inline styles and presentation...John Mark Bell2011-01-021-6/+18
* When selecting for a node's pseudo elements, only match rules which apply to ...Michael Drake2011-01-011-11/+24
* Split up properties selectorsVincent Sanders2010-12-05103-6646/+8253
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-054-3/+3
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-1/+1
* Remove ownerNode and ownerRule fields from stylesheet objects.John Mark Bell2010-06-271-3/+11
* Really fix hint leaks. Hint data ownership is passed to libcss.John Mark Bell2010-04-292-140/+34