aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selectors.rs
Commit message (Expand)AuthorAgeFilesLines
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-788/+0
* Remove usage of the deprecated .as_slice() in libstyle.Simon Sapin2015-02-131-14/+13
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-12/+12
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-14/+1
* Upgrade to rust-cssparser master.Simon Sapin2015-01-301-20/+11
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-33/+33
* Port to the new cssparser.Simon Sapin2015-01-211-324/+320
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+6
* Import ast::ComponentValue more consistently.Ms2ger2015-01-041-0/+1
* style: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-30/+28
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-98/+135
* Implements :indeterminate pseudo-classMatthew Rasmus2014-12-161-1/+3
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-192/+230
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-2/+7
* Implements the :checked pseudo-class for inputsMatthew Rasmus2014-12-081-1/+3
* Use atom! in place of Atom::from_slice where necessaryManish Goregaokar2014-11-231-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-14/+6
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-8/+8
* Add [foo=bar i] case-insensitive attribute selectors.Simon Sapin2014-10-101-15/+40
* Fix up and run unit tests.Jack Moffitt2014-10-021-4/+5
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-10/+7
* Eliminate servo_util::atomKeegan McAllister2014-09-291-2/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-9/+9
* Eliminate warningsKeegan McAllister2014-09-201-2/+2
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-4/+4
* Update style unit tests to use atomsMatt Brubeck2014-09-171-4/+4
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-4/+4
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-5/+5
* Cargoify servoJack Moffitt2014-09-081-0/+717