aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/restyle_damage.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-269/+0
* Ensure reflow damage is calculated when hypothetical box changes.Josh Matthews2022-03-141-1/+2
* style: Speed up custom property diffing.Emilio Cobos Álvarez2021-02-261-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-3/+3
* Replace http with https in docsJan Andre Ikenmeyer2018-11-061-1/+1
* Format style component.chansuke2018-09-091-23/+29
* Silence an 'unused' warningSimon Sapin2018-05-041-1/+2
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-51/+93
* Autogenerate compute_damage (fixes #10622)Manish Goregaokar2018-02-091-107/+20
* style: Remove -servo-text-decorations-in-effect.Emilio Cobos Álvarez2018-01-141-1/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-2/+2
* style: Remove quite useless StyleChange constructor.Emilio Cobos Álvarez2017-11-271-1/+1
* style: Remove redundant deny().Emilio Cobos Álvarez2017-11-271-2/+0
* style: Prefer doc comments to #[doc] annotations.Emilio Cobos Álvarez2017-11-271-20/+26
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-39/+49
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-49/+39
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-39/+49
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+1
* style: Avoid being so Arc-happy in the custom properties code.Emilio Cobos Álvarez2017-10-011-1/+1
* style: Kill -servo-under-display-none.Emilio Cobos Álvarez2017-09-171-1/+0
* style: Stop the cascade when only reset structs change.Emilio Cobos Álvarez2017-09-061-1/+8
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-15/+4
* stylo: Remove some unused FFI functions.Emilio Cobos Álvarez2017-08-151-5/+0
* style: Ensure we generate a ReconstructFrame hint when -moz-binding changes o...Cameron McCormack2017-07-251-0/+11
* Revert "Backed out changeset b10e6ba9cbdb because gecko part had to be backed...Emilio Cobos Álvarez2017-07-201-1/+2
* Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=...Gecko Backout2017-07-201-2/+1
* style: Pass old ComputedValues and old cached struct bits to Gecko_CalcStyleD...Cameron McCormack2017-07-201-1/+2
* stylo: Introduce ComputedValuesInnerManish Goregaokar2017-07-171-5/+5
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-10/+8
* Reconstruct flows if the 'clear' property changes.Matt Brubeck2017-06-301-1/+1
* Untry styleSimon Sapin2017-06-181-3/+3
* style: Propagate changes in custom properties' computed values to descendants.Jonathan Chan2017-06-131-1/+10
* style: Use RestyleDamage to determine whether we must continue cascading styl...Cameron McCormack2017-05-201-6/+9
* style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-5/+5
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Make font-variant shorthand.Hiroyuki Ikezoe2017-04-141-1/+1
* Don't serialize initial text-decoration-style #15790projektir2017-03-091-1/+1
* Implement "handled for descendants" tracking for RestyleDamage.Bobby Holley2017-02-171-0/+19
* Convert text-orientation to a Gecko-only propertyMatt Brubeck2017-01-271-1/+0
* style: Document the restyle_damage module.Emilio Cobos Álvarez2017-01-021-6/+9
* Move transform related properties from effects to box.Nazım Can Altınova2016-12-261-1/+1
* Move perspective and perspective-origin properties from effects to box.Nazım Can Altınova2016-12-231-1/+1
* Make background-position a shorthand instead of a longhandNazım Can Altınova2016-12-151-4/+4
* Make Restyle tracking more granular.Bobby Holley2016-12-091-14/+4
* Expand the role of modified_elements to include explicit restyle hints and da...Bobby Holley2016-11-151-0/+5
* stylo: support transformManish Goregaokar2016-11-101-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-0/+267