aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/invalidation/element/element_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-391/+0
* style: Apply selector flags to the shadow rootZach Hoffman2023-11-211-1/+1
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-021-0/+5
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-2/+2
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-161-8/+8
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-8/+8
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-8/+8
* style: Simplify :dir() implementationEmilio Cobos Álvarez2023-06-091-22/+0
* style: Remove layout.css.moz-any-is-is.enabled.Emilio Cobos Álvarez2021-02-261-10/+0
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-9/+10
* style: Don't use attribute selectors for determining if a select is a drop do...Cameron McCormack2021-02-261-0/+9
* style: Allow to export a shadow part under multiple names.Emilio Cobos Álvarez2020-04-161-10/+0
* style: Invalidate parts in nested shadow trees correctly.Emilio Cobos Álvarez2019-11-301-4/+14
* style: Implement shadow part forwarding (minus invalidation).Emilio Cobos Álvarez2019-11-301-0/+10
* style: Fix ElementWrapper::is_link.Emilio Cobos Álvarez2019-11-301-1/+4
* style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-041-4/+15
* style: Cleanup selector-matching for nested pseudo-elements, match ::slotted ...Emilio Cobos Álvarez2019-05-291-0/+4
* style: Implement selector-matching for ::part().Emilio Cobos Álvarez2019-05-071-2/+9
* style: Add parsing support for ::part().Emilio Cobos Álvarez2019-05-071-0/+4
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-6/+6
* Reorder importsPyfisch2018-11-061-2/+2
* Format style component.chansuke2018-09-091-4/+9
* style: Use an Atom to represent Direction values in pseudo-classes.Cameron McCormack2018-09-031-2/+1
* style: Remove unused selectors methods.Emilio Cobos Álvarez2018-08-081-10/+0
* style: Improve logging for attribute changes.Emilio Cobos Álvarez2018-08-081-0/+5
* style: Make svg:use use an actual shadow tree.Emilio Cobos Álvarez2018-07-241-4/+0
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-38/+31
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-1/+2
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-10/+19
* style: Indent properly a couple more functions.Emilio Cobos Álvarez2018-02-241-2/+4
* style: Make Element::id not clone the attribute.Emilio Cobos Álvarez2018-02-241-4/+6
* style: Remove get_ prefix from get_state and get_id.Emilio Cobos Álvarez2018-02-241-2/+2
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-9/+14
* selectors: Never match ::slotted on <slot>s.Emilio Cobos Álvarez2018-01-271-0/+4
* style: Look at the snapshots when invalidating due to stylesheet changes.Emilio Cobos Álvarez2018-01-271-1/+2
* style: Track the visited-handling-mode on the MatchingContext.Emilio Cobos Álvarez2018-01-191-6/+2
* selectors: Add a MatchingContext::nest function, make nesting_level private.Emilio Cobos Álvarez2018-01-191-5/+4
* style: Implement GeckoElement::assigned_slot.Emilio Cobos Álvarez2018-01-081-0/+5
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-4/+1
* selectors: Simplify :visited by only using the "is inside link" information.Emilio Cobos Álvarez2017-12-081-9/+11
* style: :dir() pseudo class now represented by enumMichael Wilson2017-11-151-2/+2
* style: Properly forward ElementWrapper::blocks_ancestor_combinators.Emilio Cobos Álvarez2017-10-301-0/+4
* style: Implement ElementWrapper::pseudo_element_originating_element in terms ...Emilio Cobos Álvarez2017-10-301-1/+1
* style: Make MatchingContext generic over SelectorImpl.Emilio Cobos Álvarez2017-10-191-2/+2
* style: Properly use nesting_level in the invalidation code.Emilio Cobos Álvarez2017-10-141-3/+5
* style: Hide LocalMatchingContext.Emilio Cobos Álvarez2017-10-141-23/+30
* Implement an nth-index cache.Bobby Holley2017-09-211-1/+5