aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/restyle_damage.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-121/+0
* style: Speed up custom property diffing.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Simplify a bit our generated bindings by getting rid of FooBorrowed an...Emilio Cobos Álvarez2019-03-271-2/+2
* style: Update the Rust target version for bindgen.Emilio Cobos Álvarez2019-01-071-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-5/+5
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-2/+1
* style: Remove quite useless StyleChange constructor.Emilio Cobos Álvarez2017-11-271-1/+2
* style: Skip custom properties comparison if other inherited properties changed.Cameron McCormack2017-10-121-0/+10
* style: Stop the cascade when only reset structs change.Emilio Cobos Álvarez2017-09-061-11/+10
* style: Inline a bunch of trivial stuff we're paying calls for in Geckolib.Emilio Cobos Álvarez2017-08-221-0/+4
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-34/+7
* style: pass a borrow instead of an ArcTamir Duberstein2017-08-191-2/+1
* Fix up Gecko_CalcStyleDifference for Linux 32-bit ABIJ. Ryan Stinnett2017-08-151-2/+2
* stylo: Remove some unused FFI functions.Emilio Cobos Álvarez2017-08-151-9/+0
* style: Ensure we generate a ReconstructFrame hint when -moz-binding changes o...Cameron McCormack2017-07-251-1/+29
* stylo: Remove usage of ServoComputedValues from most Gecko codeManish Goregaokar2017-07-211-2/+2
* Revert "Backed out changeset b10e6ba9cbdb because gecko part had to be backed...Emilio Cobos Álvarez2017-07-201-5/+5
* Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=...Gecko Backout2017-07-201-5/+5
* style: Pass old ComputedValues and old cached struct bits to Gecko_CalcStyleD...Cameron McCormack2017-07-201-4/+4
* style: Pass a &ComputedValues (aka ServoStyleContext*) to Gecko_CalcStyleDiff...Cameron McCormack2017-07-201-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Switch Gecko over to ServoStyleContextManish Goregaokar2017-07-171-2/+1
* stylo: Make Servo Arc types use ptr to T instead of ptr to ArcInner<T>Manish Goregaokar2017-07-171-1/+1
* style: Fix propagation of text-decoration lines.Emilio Cobos Álvarez2017-06-261-3/+4
* style: Use RestyleDamage to determine whether we must continue cascading styl...Cameron McCormack2017-05-201-5/+9
* style: Add an outparam to Gecko_CalcStyleDifference that returns whether any ...Cameron McCormack2017-05-201-1/+3
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Implement "handled for descendants" tracking for RestyleDamage.Bobby Holley2017-02-171-5/+38
* style: Document Gecko's restyle-damage code.Emilio Cobos Álvarez2017-01-021-0/+18
* Make Restyle tracking more granular.Bobby Holley2016-12-091-9/+8
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-1/+10
* Uplift bitfield fix for nsChangeHintManish Goregaokar2016-11-181-5/+4
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-0/+53