aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/element_state.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-152/+0
* style: Make modal dialog code more generic, and make it apply to fullscreen t...Emilio Cobos Álvarez2023-08-161-2/+2
* style: Remove :-moz-lwtheme-{brighttext,darktext}Emilio Cobos Álvarez2023-08-161-4/+0
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+6
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-6/+2
* style: Add a Show Password button to <input type=password> controlsEmilio Cobos Álvarez2023-06-091-0/+5
* style: Remove some prefs for pseudo-classes that we have shipped/unshipped su...Emilio Cobos Álvarez2023-06-091-2/+0
* style: Refactor :-moz-lwtheme pseudo-classes to get invalidated correctlyEmilio Cobos Álvarez2023-06-091-3/+11
* style: Garbage-collect event state bitsOriol Brufau2023-05-191-43/+38
* style: Clean up NPAPI plugin fallback behaviorOriol Brufau2023-05-161-2/+0
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Remove some dead plugins code.Emilio Cobos Álvarez2021-02-261-12/+0
* style: Replace plugin behavior with a basic fallbackDavid Parks2021-02-261-0/+2
* style: Make focus-visible match the spec more closely.Emilio Cobos Álvarez2021-02-261-4/+2
* style: Remove -moz-suppressed.Emilio Cobos Álvarez2021-02-261-2/+0
* style: Remove -moz-user-disabled.Emilio Cobos Álvarez2021-02-261-2/+0
* style: Make the document blocked by the topmost element in the top layer.Sean Feng2021-02-261-0/+2
* style: implement -moz-inert CSS property.Alexander Surkov2021-02-261-0/+3
* style: fix tidy.Emilio Cobos Álvarez2020-06-041-1/+1
* style: Push/Pop dialog to top layer when needed.sefeng2020-06-041-0/+4
* style: Unprefix -moz-read-write / -moz-read-only.Emilio Cobos Álvarez2020-06-041-2/+2
* style: Prototype :focus-visible behind a flag.Emilio Cobos Álvarez2020-04-161-0/+4
* Rename nsIDocument to mozilla::dom::Document.Emilio Cobos Álvarez2019-01-071-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Appease tidy.Emilio Cobos Álvarez2018-07-011-1/+1
* style: Implement :defined pseudo-class for custom elements.Olli Pettay2018-07-011-1/+2
* style: Remove :unsolved pseudo-classEdgar Chen2018-01-101-2/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-58/+59
* 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