aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/element_state.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Record DocumentState dependencies.Cameron McCormack2017-10-201-0/+1
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-59/+58
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-58/+59
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-24/+24
* Overhaul MallocSizeOf and related things.Nicholas Nethercote2017-09-121-0/+1
* Bug 1348489 - stylo: Implement :-moz-window-inactive.Matt Brubeck2017-06-301-0/+13
* Add pseudo-classes to match on the state of the "dir" attribute.Boris Zbarsky2017-06-191-0/+12
* Revert "Add pseudo-classes to match on the state of the "dir" attribute." for...Wes Kocher2017-06-191-12/+0
* Add pseudo-classes to match on the state of the "dir" attribute.Boris Zbarsky2017-06-191-0/+12
* Fix dynamic updates when :dir matching changes in stylo.Boris Zbarsky2017-05-151-0/+5
* style: Support :-moz-autofill and :-moz-autofill-preview in Gecko.Cameron McCormack2017-05-121-0/+4
* style: Fix IN_LOADING_STATE value.Cameron McCormack2017-05-111-1/+1
* Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycamEmilio Cobos Álvarez2017-03-291-43/+95
* Implement :required/:optional support for stylo.Boris Zbarsky2017-03-221-1/+5
* Use less fragile and more readable numbering for ElementState.Boris Zbarsky2017-03-221-21/+21
* Stylo: Add support for -moz-* pseudo-classes for alt textNazım Can Altınova2017-03-181-2/+16
* Stylo: Add support for :valid/:invalid/:-moz-ui-valid pseudo-classesNazım Can Altınova2017-03-161-1/+7
* Change order of element state bitsXidorn Quan2017-01-061-5/+5
* style: Avoid missing docs in element_state.Emilio Cobos Álvarez2016-12-311-0/+2
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+2
* Issue 7720: Add target selector and update when scrolling to fragmentSteve Melia2016-08-031-0/+2
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+2
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-1/+1
* Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-031-1/+3
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* added support for :read-only and :read-write pseudo-classesYoav Alon2016-04-271-0/+2
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-0/+31