aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo_selector_impl.rs
Commit message (Expand)AuthorAgeFilesLines
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-390/+0
* Stop using associated types for the concrete ElementSnapshot implementation.Bobby Holley2016-11-071-2/+0
* Update to string-cache 0.3Simon Sapin2016-11-031-9/+9
* style: Add some new Servo-specific pseudo-classes for anonymous flows.Patrick Walton2016-10-261-1/+62
* Style input-text pseudo with user-agent CSSJonathan Schuster2016-09-211-1/+11
* Reorder `use` statementsUK9922016-09-091-2/+2
* Move the user agent and user stylesheets to layout_thread.Ms2ger2016-08-231-71/+0
* Atomize namespace prefixes.Simon Sapin2016-08-181-1/+1
* Update selectors to 0.10, with ToCss serialization.Simon Sapin2016-08-181-3/+43
* Update to selectors 0.8.2Simon Sapin2016-08-091-5/+24
* Replace the SelectorImplExt trait with inherent methods.Simon Sapin2016-08-091-8/+8
* Issue 7720: Add target selector and update when scrolling to fragmentSteve Melia2016-08-031-0/+3
* style: Rewrite the restyle hints code to allow different kinds of element sna...Emilio Cobos Álvarez2016-07-211-2/+82
* Have a concrete SelectorImpl type everywhere in the style crate.Simon Sapin2016-07-201-6/+6
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-3/+0
* Move ServoSelectorImpl to a dedicated module.Simon Sapin2016-07-201-0/+253