aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/data.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-198/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+3
* style: Finish removing HasArcFFIEmilio Cobos Álvarez2023-11-241-6/+2
* style: Remove HasArcFFI for some typesEmilio Cobos Álvarez2023-11-241-5/+1
* style: Remove HasBoxFFIEmilio Cobos Álvarez2023-11-211-8/+4
* style: [css-nesting] Add storage for nested rulesEmilio Cobos Álvarez2023-11-211-0/+10
* style: Cache computed styles objects display: none subtreesEmilio Cobos Álvarez2023-08-161-6/+8
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-8/+6
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-6/+8
* style: Don't EnsureUniqueInner from the cssRules getterEmilio Cobos Álvarez2023-05-241-1/+8
* style: Share CascadeData instances across ShadowRootsOriol Brufau2023-05-161-22/+9
* style: Remove support for XBL resources.Emilio Cobos Álvarez2019-05-071-5/+0
* style: Simplify a bit our generated bindings by getting rid of FooBorrowed an...Emilio Cobos Álvarez2019-03-271-2/+2
* style: Make the pres context optional in the style system.Emilio Cobos Álvarez2019-03-131-4/+4
* style: Refactor preference stylesheet prefs to not require a pres context.Emilio Cobos Álvarez2019-03-131-3/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-071-9/+3
* Rename nsIDocument to mozilla::dom::Document.Emilio Cobos Álvarez2019-01-071-4/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-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-16/+16
* style: Some minor formatting nits.Emilio Cobos Álvarez2018-11-081-3/+2
* Reorder importsPyfisch2018-11-061-2/+4
* style: Part 11: Move Gecko borrowed FFI types to a separate header file.Cameron McCormack2018-10-191-2/+2
* Format style component.chansuke2018-09-091-5/+5
* style: no-op visited changes earlier if visited links are disabled.Emilio Cobos Álvarez2018-08-181-40/+8
* style: Fix tidy.Emilio Cobos Álvarez2018-06-231-1/+1
* style: Better debugging for stylesheets and URLs.Emilio Cobos Álvarez2018-06-231-1/+12
* style: Remove ServoStyleSheet usage.Emilio Cobos Álvarez2018-05-051-8/+8
* style: Merge ServoStyleSheet and StyleSheet.Emilio Cobos Álvarez2018-05-051-4/+4
* style: Unify MediaList and ServoMediaList.Emilio Cobos Álvarez2018-04-291-4/+4
* style: Allow placeholder import sheets.Bobby Holley2018-04-171-8/+23
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-19/+18
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-2/+2
* Convert StylePrefs to StaticPrefs.Nicholas Nethercote2018-04-031-1/+1
* style: Remove useless code after #19994Emilio Cobos Álvarez2018-02-121-8/+0
* Remove traversal telemetryManish Goregaokar2018-02-081-50/+0
* style: Look at the snapshots when invalidating due to stylesheet changes.Emilio Cobos Álvarez2018-01-271-0/+3
* Add weighted telemetry probes for parallel restylesManish Goregaokar2017-12-121-13/+48
* Add telemetry probe for fraction of restyles that are parallelManish Goregaokar2017-12-121-0/+23
* style: Disable :visited if the document is being used as an image.Emilio Cobos Álvarez2017-11-271-2/+23
* style: Read visited links pref directly.Cameron McCormack2017-11-171-3/+2
* style: use the XBL styleset quirks mode to match XBL rules.Emilio Cobos Álvarez2017-10-091-0/+5
* Rename `add_size_of_children()` methods as `add_size_of()`.Nicholas Nethercote2017-09-261-2/+2
* style: Unify how servo and Gecko handle UA sheets.Emilio Cobos Álvarez2017-09-141-1/+0
* style: Move ExtraStyleData into CascadeData.Emilio Cobos Álvarez2017-09-131-9/+3
* Overhaul MallocSizeOf and related things.Nicholas Nethercote2017-09-121-15/+6
* Measure the stylist during memory reporting.Nicholas Nethercote2017-09-051-4/+12
* Measure memory usage of Stylo's Rule Tree.Nicholas Nethercote2017-08-301-3/+11
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Track the restyle root and use it to do less work during the traversal.Bobby Holley2017-08-221-1/+1