aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_impl.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-137/+0
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-3/+9
* Stop using associated types for the concrete ElementSnapshot implementation.Bobby Holley2016-11-071-6/+9
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+3
* Move gecko_* into style::geckoManish Goregaokar2016-09-241-2/+2
* style: Fix pseudo-element restyling.Emilio Cobos Álvarez2016-08-101-2/+4
* Update to selectors 0.8.2Simon Sapin2016-08-091-4/+31
* Replace the SelectorImplExt trait with inherent methods.Simon Sapin2016-08-091-21/+3
* stylo: Update generated bindingsEmilio Cobos Álvarez2016-07-211-1/+1
* style: Rewrite the restyle hints code to allow different kinds of element sna...Emilio Cobos Álvarez2016-07-211-3/+9
* Have a concrete SelectorImpl type everywhere in the style crate.Simon Sapin2016-07-201-3/+5
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-3/+0
* Move ServoSelectorImpl to a dedicated module.Simon Sapin2016-07-201-186/+11
* Upgrade rust-selectors.Bobby Holley2016-07-051-1/+2
* style: Remove the Mutex from new_animations_sender by moving it to the local ...Emilio Cobos Álvarez2016-07-011-1/+1
* style: Fix parsing and add generated keyframesEmilio Cobos Álvarez2016-06-281-1/+4
* style: Refactor to pass animations cleanly, land animation-name parsing as ex...Emilio Cobos Álvarez2016-06-281-0/+15
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+3
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-3/+6
* Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-031-1/+4
* style: Minor documentation tweaks about lazy pseudo-elementsEmilio Cobos Álvarez2016-05-041-2/+5
* style: layout: Allow a lazy pseudo-element implementation in Servo.Emilio Cobos Álvarez2016-05-041-10/+2
* style: Support lazy pseudo-elementsEmilio Cobos Álvarez2016-05-031-29/+64
* style: Add doc-comment about is_eagerly_cascaded_pseudo_elementEmilio Cobos Álvarez2016-04-291-0/+18
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-1/+1
* layout: Tidy a bit style pseudo-elements stuffEmilio Cobos Álvarez2016-04-291-7/+14
* style: Use precomputation for the -servo-details-content pseudo-elementEmilio Cobos Álvarez2016-04-291-2/+1
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-13/+54
* added support for :read-only and :read-write pseudo-classesYoav Alon2016-04-271-0/+5
* Implement ::selection pseudo-elementEmilio Cobos Álvarez2016-03-301-0/+3
* Get the fundamentals of the HTMLDetailsElement rendering stuff working.Michael Howell2016-03-191-1/+15
* Stop using servo UA stylesheets for geckolib.Bobby Holley2016-03-041-3/+3
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-7/+57
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-0/+91