gecko-dev/servo/components/style
Emilio Cobos Álvarez ef5f4f8d29 Bug 1669600 - Properly distinguish between empty children and no children in rule iterator. r=heycam
So that skip_children(), which just pops the stack and is used by the
dynamic media query evaluation code, works as it should.

Differential Revision: https://phabricator.services.mozilla.com/D92717
2020-10-08 05:39:33 +00:00
..
counter_style Bug 1663231 - Make @font-face and @counter-style serialization closer other browsers and style rules. r=xidorn 2020-09-05 00:42:43 +00:00
gecko Bug 1669858 - Use Option::as_deref() in style code. r=xidorn 2020-10-08 09:42:49 +00:00
gecko_bindings
gecko_string_cache
invalidation Bug 1659718 - Bail out when collecting invalidations for nested rules if any of them make us fully invalid. r=jwatt 2020-08-20 10:45:42 +00:00
media_queries Bug 1659264 - Remove all references to the preference 'layout.css.moz-touch-enabled.enabled'. r=emilio 2020-09-25 10:29:08 +00:00
properties Bug 1669858 - Use Option::as_deref() in style code. r=xidorn 2020-10-08 09:42:49 +00:00
rule_tree
servo Bug 1663618 - Speed up custom property diffing. r=boris 2020-09-08 10:33:03 +00:00
sharing Bug 1646811 - servo: Include animations and transitions in the cascade. 2020-06-18 18:12:14 +00:00
stylesheets Bug 1669600 - Properly distinguish between empty children and no children in rule iterator. r=heycam 2020-10-08 05:39:33 +00:00
use_counters
values Backed out changeset 20fadec3e9dc (bug 1187682) for perma failures on layout/reftests/mathml/stretchy-munderover-1c.html. CLOSED TREE 2020-10-02 17:11:33 +03:00
Cargo.toml Bug 1656236 - Update euclid in stylo. r=emilio 2020-08-18 17:28:27 +00:00
README.md
animation.rs Bug 1646811 - Fix gecko build. 2020-06-18 18:14:29 +00:00
applicable_declarations.rs
attr.rs
author_styles.rs
bezier.rs
bloom.rs
build.rs Bug 1646811 - Remove some unused extern crate declarations now that style is in rust 2018. 2020-06-18 18:14:24 +00:00
build_gecko.rs
context.rs Bug 1646811 - servo: Add DocumentAnimationSet and AnimationSetKey. 2020-06-18 18:14:02 +00:00
custom_properties.rs
data.rs
dom.rs Bug 1665823 - Consider display: none elements as having current style for animation-only traversal. r=hiro 2020-09-19 14:28:51 +00:00
dom_apis.rs
driver.rs
element_state.rs Bug 1664156 - Remove -moz-suppressed. r=edgar 2020-09-13 11:33:13 +00:00
encoding_support.rs Bug 1646811 - Remove some unused extern crate declarations now that style is in rust 2018. 2020-06-18 18:14:24 +00:00
error_reporting.rs
font_face.rs Bug 1663231 - Make @font-face and @counter-style serialization closer other browsers and style rules. r=xidorn 2020-09-05 00:42:43 +00:00
font_metrics.rs Backed out changeset 20fadec3e9dc (bug 1187682) for perma failures on layout/reftests/mathml/stretchy-munderover-1c.html. CLOSED TREE 2020-10-02 17:11:33 +03:00
global_style_data.rs
hash.rs
lib.rs Bug 1646811 - Remove some unused extern crate declarations now that style is in rust 2018. 2020-06-18 18:14:24 +00:00
logical_geometry.rs
macros.rs
matching.rs Bug 1669858 - Use Option::as_deref() in style code. r=xidorn 2020-10-08 09:42:49 +00:00
parallel.rs
parser.rs Bug 546052 - Add parsing for cross-fade from CSS Image Values and Replaced Content Module Level 4 r=emilio 2020-07-31 16:11:38 +00:00
rule_cache.rs
rule_collector.rs Bug 1646811 - servo: Combine AnimationAndTransitionDeclarations and AnimationRules. 2020-06-18 18:14:07 +00:00
scoped_tls.rs
selector_map.rs Bug 1652698 - Make stylesheet invalidation faster. r=heycam 2020-07-20 07:40:17 +00:00
selector_parser.rs
shared_lock.rs
str.rs
style_adjuster.rs Bug 1200896 - Make the document blocked by the topmost element in the top layer r=emilio 2020-08-17 15:41:19 +00:00
style_resolver.rs Bug 1660804 - Don't optimize ::before/::after away if content/display have been specified via custom properties. r=jwatt 2020-09-21 11:05:51 +00:00
stylesheet_set.rs Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
stylist.rs Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
thread_state.rs
traversal.rs Bug 1669858 - Use Option::as_deref() in style code. r=xidorn 2020-10-08 09:42:49 +00:00
traversal_flags.rs

README.md

servo-style

Style system for Servo, using rust-cssparser for parsing.