gecko-dev/servo/components/style
Connor Brewster 691d3c2a59 Bug 1555165 - Part 1: Parse backdrop-filter CSS property r=emilio,boris
Differential Revision: https://phabricator.services.mozilla.com/D35816

--HG--
extra : moz-landing-system : lando
2019-06-26 23:02:16 +00:00
..
counter_style Bug 1554347 - Appease tidy. 2019-05-25 04:14:33 +02:00
gecko Bug 1561216 - Change StaticPrefs from a class to a namespace. r=froydnj 2019-06-25 10:36:59 +10:00
gecko_bindings Bug 1559545 - Use servo for the representation of grid template areas. r=mats 2019-06-18 22:29:58 +00:00
gecko_string_cache Bug 1550554 - Share computed and specified value representation of -moz-context-properties. r=heycam 2019-05-16 23:03:29 +00:00
invalidation Bug 1560777 - Rustfmt and fix tidy on recent changes. 2019-06-23 13:16:03 +02:00
media_queries Bug 1561216 - Change StaticPrefs from a class to a namespace. r=froydnj 2019-06-25 10:36:59 +10:00
properties Bug 1555165 - Part 1: Parse backdrop-filter CSS property r=emilio,boris 2019-06-26 23:02:16 +00:00
rule_tree Bug 1559814 - Generate top-level function and constant declarations for the style crate. r=heycam 2019-06-26 21:21:28 +00:00
servo Bug 1547633 - Invalidate style for ::selection r=emilio 2019-06-22 10:09:51 +00:00
sharing Bug 1560777 - Remove various bits of dead code removed in upstream servo. r=emilio 2019-06-23 13:10:27 +02:00
stylesheets Bug 1561216 - Change StaticPrefs from a class to a namespace. r=froydnj 2019-06-25 10:36:59 +10:00
use_counters
values Bug 1559814 - Use the cbindgen representation for grid line properties. r=mats 2019-06-26 21:21:38 +00:00
animation.rs Bug 1560777 - Remove various bits of dead code removed in upstream servo. r=emilio 2019-06-23 13:10:27 +02:00
applicable_declarations.rs
attr.rs Bug 1560777 - Fix various nightly warnings in Servo-only code. 2019-06-23 13:15:39 +02:00
author_styles.rs Bug 1549301 - Import style system changes for Servo's Shadow DOM support. 2019-05-06 10:37:52 +02:00
bezier.rs
bloom.rs Bug 1560777 - Remove various bits of dead code removed in upstream servo. r=emilio 2019-06-23 13:10:27 +02:00
build_gecko.rs
build.rs
Cargo.toml Bug 1552080 - Rejigger a bit rust features so that rusttests still link. r=froydnj 2019-05-29 21:30:52 +02:00
context.rs Bug 1560777 - Fix various nightly warnings in Servo-only code. 2019-06-23 13:15:39 +02:00
custom_properties.rs
data.rs Bug 1560777 - Remove various bits of dead code removed in upstream servo. r=emilio 2019-06-23 13:10:27 +02:00
dom_apis.rs
dom.rs Bug 1560777 - Rustfmt and fix tidy on recent changes. 2019-06-23 13:16:03 +02:00
driver.rs Bug 1505908 - Add Gecko profiler labels for when the style threads are doing work. r=emilio 2019-05-14 05:00:45 +00:00
element_state.rs
encoding_support.rs Bug 1560777 - Fix various nightly warnings in Servo-only code. 2019-06-23 13:15:39 +02:00
error_reporting.rs Bug 1549301 - Fix some warnings. 2019-05-06 10:37:50 +02:00
font_face.rs Bug 1561216 - Change StaticPrefs from a class to a namespace. r=froydnj 2019-06-25 10:36:59 +10:00
font_metrics.rs
global_style_data.rs Bug 1552080 - Add refcount logging to servo_arc. r=heycam 2019-05-29 21:30:23 +02:00
hash.rs
lib.rs Bug 1550554 - Use ArcSlice for quotes. r=heycam 2019-05-16 23:04:31 +00:00
logical_geometry.rs
macros.rs Bug 1554347 - Reformat recent style system changes. 2019-05-25 04:14:30 +02:00
matching.rs Bug 1560777 - Fix various nightly warnings in Servo-only code. 2019-06-23 13:15:39 +02:00
parallel.rs Bug 1505908 - Add Gecko profiler labels for when the style threads are doing work. r=emilio 2019-05-14 05:00:45 +00:00
parser.rs Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj 2019-06-18 21:32:16 +00:00
README.md
rule_cache.rs
rule_collector.rs Bug 1560777 - Rustfmt and fix tidy on recent changes. 2019-06-23 13:16:03 +02:00
scoped_tls.rs
selector_map.rs Bug 1560777 - Rustfmt and fix tidy on recent changes. 2019-06-23 13:16:03 +02:00
selector_parser.rs
shared_lock.rs Bug 1556388 - Fix Servo build. 2019-06-03 09:12:15 -04:00
str.rs Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj 2019-06-18 21:32:16 +00:00
style_adjuster.rs Bug 1544242 - Cleanup selector-matching for nested pseudo-elements, match ::slotted correctly when there's no selector before it, and add tests. r=heycam,mats 2019-05-24 01:09:15 +00:00
style_resolver.rs Bug 1544242 - Cleanup selector-matching for nested pseudo-elements, match ::slotted correctly when there's no selector before it, and add tests. r=heycam,mats 2019-05-24 01:09:15 +00:00
stylesheet_set.rs Bug 1549301 - Import style system changes for Servo's Shadow DOM support. 2019-05-06 10:37:52 +02:00
stylist.rs Bug 1560777 - Fix Servo build. 2019-06-23 13:20:02 +02:00
thread_state.rs
timer.rs
traversal_flags.rs
traversal.rs Bug 1560777 - Fix Servo build. 2019-06-23 13:20:02 +02:00

servo-style

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