aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/traversal.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-841/+0
* style: Unify parallel and sequential traversal schedulingEmilio Cobos Álvarez2023-11-241-1/+1
* style: Correct style sharing handling for any element that considered `:has()...David Shin2023-11-241-2/+6
* style: Simplify NAC setupEmilio Cobos Álvarez2023-11-211-1/+1
* style: Restyle pseudo-elements as well on part attribute changesEmilio Cobos Álvarez2023-11-211-54/+29
* style: fix invalidation of sibling combinators in different slotsEmilio Cobos Álvarez2023-11-031-2/+4
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-8/+5
* style: React to font-size changes on query containersEmilio Cobos Álvarez2023-11-031-17/+20
* style: Clean up a bit traversal cullingEmilio Cobos Álvarez2023-10-021-26/+4
* style: Cache computed styles objects display: none subtreesEmilio Cobos Álvarez2023-08-161-3/+33
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-33/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+33
* Make the choice of layout runtime settingMartin Robinson2023-07-061-2/+2
* style: Use Option::as_deref() in style code.Emilio Cobos Álvarez2021-02-261-8/+2
* Include animations and transitions in the cascadeMartin Robinson2020-06-091-0/+2
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-3/+1
* style: Merge ImageLayer and Image.Emilio Cobos Álvarez2020-04-161-2/+2
* Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-041-1/+1
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-1/+1
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-2/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-041-2/+2
* style: Remove -moz-binding, nsStyleDisplay::mBinding and similar.Emilio Cobos Álvarez2019-11-041-17/+1
* Remove usage of opts::get() from style.Kitlith2019-10-211-2/+9
* Fix style system build with recent changes.Emilio Cobos Álvarez2019-06-251-3/+2
* style: Cleanup unused style traversal flags.Emilio Cobos Álvarez2019-04-121-25/+3
* style: Remove some redundant use statements.Emilio Cobos Álvarez2019-04-121-3/+0
* style: fix a typo.Emilio Cobos Álvarez2019-03-131-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-8/+7
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-16/+16
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-3/+6
* Format style component.chansuke2018-09-091-12/+15
* style: Make element-backed pseudos inherit from NAC subtree roots and other N...Emilio Cobos Álvarez2018-06-021-3/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-165/+197
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-4/+3
* style: Cleanup always-false argument to Servo_ResolveStyleLazily.Emilio Cobos Álvarez2018-02-201-3/+1
* style: Require an nth-index cache for invalidation.Emilio Cobos Álvarez2017-11-291-6/+8
* style: Bring back the optimization to avoid traversing XBL subtrees that will...Emilio Cobos Álvarez2017-11-261-1/+17
* style: Make a Servo-only assertion apply to Gecko too.Emilio Cobos Álvarez2017-11-241-2/+4
* style: Get rid of unstyled children only traversals.Emilio Cobos Álvarez2017-11-201-57/+7
* style: Remove unused argument in element_needs_traversal.Emilio Cobos Álvarez2017-11-171-13/+6
* style: Stop inspecting children to recascade them just because we reframed.Emilio Cobos Álvarez2017-11-101-13/+10
* style: Get rid of CurrentElementInfo.Emilio Cobos Álvarez2017-11-101-7/+9
* style: Remove "reconstructed ancestor" checks.Emilio Cobos Álvarez2017-11-101-55/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-19/+17
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-17/+19
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-19/+17
* style: Refactor children handling.Emilio Cobos Álvarez2017-10-171-2/+2
* style: Allow passing an nth-index-cache to the invalidation code.Emilio Cobos Álvarez2017-10-021-2/+6