aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/snapshot_helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-309/+0
* style: Speed up / specialize attribute selector-matchingEmilio Cobos Álvarez2023-11-241-4/+117
* style: Record attribute dependencies within the selector list of :nth-child(....Zach Hoffman2023-11-211-0/+28
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+2
* style: Deduplicate TokenList values fasterEmilio Cobos Álvarez2023-08-161-2/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+2
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-2/+2
* Rustfmt.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Use an AutoTArray for atom arrays in attributes (class / part).Emilio Cobos Álvarez2021-02-261-3/+6
* style: Reorder some conditions when handling class/part attributes.Emilio Cobos Álvarez2021-02-261-18/+17
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-11/+13
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-7/+1
* style: Allow to export a shadow part under multiple names.Emilio Cobos Álvarez2020-04-161-7/+23
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-2/+8
* style: Invalidate parts in nested shadow trees correctly.Emilio Cobos Álvarez2019-11-301-0/+20
* style: Implement GeckoElement::each_part.Emilio Cobos Álvarez2019-06-251-2/+2
* style: Implement selector-matching for ::part().Emilio Cobos Álvarez2019-05-071-6/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-4/+4
* Reorder importsPyfisch2018-11-061-1/+1
* Format style component.chansuke2018-09-091-18/+28
* style: Manually inline class and ID getters.Emilio Cobos Álvarez2018-08-181-33/+89
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-11/+7
* style: Make GeckoElement::has_class more specialized.Emilio Cobos Álvarez2018-01-311-23/+14
* style: Always inline GeckoElement::has_class.Emilio Cobos Álvarez2018-01-161-1/+1
* style: Pull out the branch from snapshot_helpers::has_class.Emilio Cobos Álvarez2018-01-161-1/+8
* style: Formatting nits in snapshot_helpers-related code.Emilio Cobos Álvarez2017-12-011-9/+13
* Rename nsIAtom as nsAtom.Nicholas Nethercote2017-10-091-6/+6
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-2/+6
* Relax the requirement of Atom::with.Xidorn Quan2017-05-161-1/+1
* style: Document Gecko's snapshot code.Emilio Cobos Álvarez2017-01-021-0/+6
* Move most of geckolib into style::geckoManish Goregaokar2016-09-261-0/+53