aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/style_resolver.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-597/+0
* style: Move `ANCHORS_RELATIVE_SELECTOR` out of nsINode flagsDavid Shin2023-11-241-11/+19
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-11/+15
* style: Correct style sharing handling for any element that considered `:has()...David Shin2023-11-241-0/+10
* style: Simplify NAC setupEmilio Cobos Álvarez2023-11-211-1/+1
* style: Implement selector matching for :nth-child(An+B of selector list) and ...Zach Hoffman2023-11-041-2/+2
* style: Avoid generic soup and extra reference count bumpsEmilio Cobos Álvarez2023-11-041-2/+2
* style: Fix container units on ::backdropOriol Brufau2023-11-041-0/+1
* style: Fix elements not being query containers for the pseudo-element they or...Oriol Brufau2023-11-041-4/+6
* style: Allow propagating computed style bits from the selector-matching processEmilio Cobos Álvarez2023-11-031-8/+19
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+1
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-161-24/+14
* style: Simplify selector flag setting now that flag setting is atomicEmilio Cobos Álvarez2023-08-161-6/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-14/+28
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-28/+14
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-1/+0
* Rustfmt.Emilio Cobos Álvarez2021-02-261-2/+6
* style: Don't optimize ::before/::after away if content/display have been spec...Emilio Cobos Álvarez2021-02-261-2/+2
* style: Fix gecko build.Emilio Cobos Álvarez2020-06-181-1/+1
* Combine AnimationAndTransitionDeclarations and AnimationRulesMartin Robinson2020-06-161-3/+3
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-5/+33
* animations: Don't always re-resolve the node styleMartin Robinson2020-06-101-0/+12
* Include animations and transitions in the cascadeMartin Robinson2020-06-091-1/+1
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-1/+1
* style: Cleanup selector-matching for nested pseudo-elements, match ::slotted ...Emilio Cobos Álvarez2019-05-291-7/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* `cargo fix --edition`Simon Sapin2018-11-101-11/+11
* Reorder importsPyfisch2018-11-061-2/+4
* Format style component.chansuke2018-09-091-3/+3
* style: Make element-backed pseudos inherit from NAC subtree roots and other N...Emilio Cobos Álvarez2018-06-021-1/+3
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-92/+90
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* style: Remove the get_ prefix from get_smil_override, and other animation stuff.Emilio Cobos Álvarez2018-02-241-2/+2
* style: Use CascadeFlags for what they're for.Emilio Cobos Álvarez2018-01-231-110/+35
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-0/+1
* style: Remove some unneeded indirection.Emilio Cobos Álvarez2018-01-101-2/+2
* Skip rule node which contains only inherited properties for rule cache.Xidorn Quan2018-01-051-1/+6
* Revert #19666 since we do create NAC elements and expect them to be inline.Emilio Cobos Álvarez2017-12-311-0/+5
* style: Simplify the skip item based display fixup adjustment.Emilio Cobos Álvarez2017-12-311-5/+0
* style: Simplify "prohibit display: contents" adjustment.Emilio Cobos Álvarez2017-12-311-3/+4
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-5/+1
* selectors: Simplify :visited by only using the "is inside link" information.Emilio Cobos Álvarez2017-12-081-11/+11
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-2/+2
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-12/+10
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-10/+12
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-12/+10
* style: Rename get_visited_style to just visited_style.Emilio Cobos Álvarez2017-10-011-3/+3
* Introduce an NthIndexCache type and pipe it from ThreadLocalStyleContext to M...Bobby Holley2017-09-201-0/+4
* Bug 1401317 - Make second pass sharing sensitive to DISABLE_STYLE_SHARING_CAC...Bobby Holley2017-09-191-0/+1