aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/invalidation/element/restyle_hints.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-190/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+5
* style: Restyle pseudo-elements as well on part attribute changesEmilio Cobos Álvarez2023-11-211-41/+35
* style: More fine-grained viewport units invalidationEmilio Cobos Álvarez2023-05-241-1/+6
* Remove unused code from selector and style cratesest312019-06-071-6/+0
* style: Use a single RestyleHint representation.Emilio Cobos Álvarez2019-03-271-72/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-071-2/+6
* style: Update the Rust target version for bindgen.Emilio Cobos Álvarez2019-01-071-22/+15
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-9/+9
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
* Format style component.chansuke2018-09-091-2/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-13/+16
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-32/+32
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-32/+32
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-32/+32
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* stylo: Fix restyle hint conversion to handle eRestyle_ForceDescendants correcty.Emilio Cobos Álvarez2017-08-011-1/+11
* Pass TraversalFlags from C++ into Rust.Bobby Holley2017-07-271-1/+1
* style: Avoid looking at descendant hints to check whether the element needs a...Emilio Cobos Álvarez2017-07-241-2/+6
* Add has_current_styles_for_traversal().Hiroyuki Ikezoe2017-07-181-0/+7
* style: Kill StoredRestyleHint.Emilio Cobos Álvarez2017-06-141-8/+39
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-0/+212