aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/invalidation/stylesheets.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-655/+0
* style: Fix style invalidation on layer rule insertionEmilio Cobos Álvarez2023-11-241-1/+5
* style: Remove viewport rule codeEmilio Cobos Álvarez2023-11-241-6/+1
* style: [css-properties-values-api] Implement parsing and serialization for @p...Zach Hoffman2023-11-241-1/+6
* style: Implement CSS parsing for the @font-palette-values ruleJonathan Kew2023-11-031-1/+3
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-5/+2
* style: Drop @scroll-timeline rule entirelyBoris Chiou2023-11-031-3/+0
* style: Add basic @container rule parsing and boilerplateEmilio Cobos Álvarez2023-08-161-1/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+1
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-1/+2
* style: Shrink maps if needed after stylist rebuildsEmilio Cobos Álvarez2023-06-091-1/+12
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-8/+8
* style: Update CSSOM for layer rules to the specEmilio Cobos Álvarez2023-06-091-2/+4
* style: Part 8: Hook scroll-timeline rule into Cascade data and use it for CSS...Boris Chiou2023-06-091-5/+6
* style: Part 2: Hook @scroll-timeline rule into style systemBoris Chiou2023-05-301-0/+5
* style: Add some scaffolding for @layer rulesEmilio Cobos Álvarez2023-05-261-2/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-4/+5
* style: Use document quirks mode rather than sheet quirks mode for stylesheet ...Emilio Cobos Álvarez2021-02-261-1/+1
* style: Bail out when collecting invalidations for nested rules if any of them...Emilio Cobos Álvarez2021-02-261-1/+4
* style: Invalidate for CSSOM changes in a more fine-grained way.Emilio Cobos Álvarez2021-02-261-1/+87
* style: Fix a silly mistake in which we'd prefer a local name / tag invalidati...Emilio Cobos Álvarez2021-02-261-3/+5
* style: Make stylesheet invalidation faster.Emilio Cobos Álvarez2021-02-261-121/+183
* style: Use fallible allocation for stylesheet invalidation.Emilio Cobos Álvarez2019-10-091-9/+18
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-11/+11
* Reorder importsPyfisch2018-11-061-3/+3
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-5/+5
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-63/+84
* style: Remove get_ prefix from get_state and get_id.Emilio Cobos Álvarez2018-02-241-1/+1
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-1/+1
* Add sizeof for AuthorStyles.Xidorn Quan2018-02-191-3/+2
* style: Optimize @keyframes rule insertions.Emilio Cobos Álvarez2018-02-051-4/+15
* style: Make insertion of @font-face rules not necessarily restyle the whole d...Emilio Cobos Álvarez2018-02-051-2/+6
* style: Fix sheet invalidation in quirks mode documents.Emilio Cobos Álvarez2018-01-301-11/+14
* style: Look at the snapshots when invalidating due to stylesheet changes.Emilio Cobos Álvarez2018-01-271-23/+69
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* style: Refactor children handling.Emilio Cobos Álvarez2017-10-171-1/+1
* style: Support more selectors in the style sheet invalidator.Cameron McCormack2017-10-111-54/+114
* Eliminate RestyleData entirely.Bobby Holley2017-09-121-3/+3
* style: Reword a TODO in the stylesheet invalidation code.Emilio Cobos Álvarez2017-09-091-2/+2
* 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-4/+8
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-4/+11
* style: Implement parsing/serialization for @font-feature-values ruleNazım Can Altınova2017-07-271-1/+2
* style: Remove hashes from style rules and dependencies.Emilio Cobos Álvarez2017-07-131-2/+2
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-5/+8