gecko-dev/servo/components/style
2019-02-15 21:40:35 +01:00
..
counter_style Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
gecko Bug 1494034 - Add support for CSS prefers-color-scheme media feature. r=emilio 2019-02-15 21:40:35 +01:00
gecko_bindings Bug 1520989 - Represent the percentage in LengthPercentage with something other than an option. r=firefox-style-system-reviewers,boris 2019-01-18 19:32:27 +00:00
gecko_string_cache Bug 1519629 - Document a few more macros. 2019-01-13 21:55:43 +01:00
invalidation Bug 1518992 - Remove unnecessary mem::transmute in MediaListKey r=xidorn 2019-01-10 06:01:03 +00:00
media_queries Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
properties Bug 1527542 - Use rust types for background-size. r=jwatt 2019-02-15 04:09:26 +01:00
rule_tree Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
servo Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
sharing Bug 1524480 - Don't share styles when an element has animations applied to it; r=emilio 2019-02-15 06:35:04 +00:00
stylesheets Bug 1523140 - Derive more length stuff, and shrink MaxLength / MozLength's repr(C) representation. r=boris 2019-02-10 06:51:00 +01:00
use_counters Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
values Bug 1527542 - Use rust types for background-size. r=jwatt 2019-02-15 04:09:26 +01:00
animation.rs Bug 1511811 - Minor build fixup after the Servo crossbeam_channel update. 2018-12-03 08:48:25 -05:00
applicable_declarations.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
attr.rs Bug 1518098 - Rename LengthOrPercentage to LengthPercentage. r=jwatt#style 2019-01-07 12:42:42 +00:00
author_styles.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
bezier.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
bloom.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
build_gecko.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
build.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
Cargo.toml Bug 1521187 - Add a dependency on derive_more. r=emilio 2019-01-22 12:19:22 -08:00
cbindgen.toml Bug 1494034 - Add support for CSS prefers-color-scheme media feature. r=emilio 2019-02-15 21:40:35 +01:00
context.rs Bug 1521187 - Derive more. r=emilio 2019-01-22 12:19:22 -08:00
custom_properties.rs Bug 1519269 - Remove OrderedMap in favor of IndexMap. r=emilio 2019-01-11 01:02:54 +01:00
data.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
dom_apis.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
dom.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
driver.rs Bug 1521187 - Derive more. r=emilio 2019-01-22 12:19:22 -08:00
element_state.rs Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
encoding_support.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
error_reporting.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
font_face.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
font_metrics.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
global_style_data.rs Bug 1518045 - Make Servo use a single thread-pool for layout-related tasks per-process. r=jdm 2019-01-07 00:53:04 +01:00
hash.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
lib.rs No bug - rustfmt recent changes. 2019-01-29 03:22:06 +01:00
logical_geometry.rs Bug 1521392 - Fix servo build and rustfmt recent changes. 2019-01-20 16:29:19 +01:00
macros.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
matching.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
parallel.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
parser.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
README.md
rule_cache.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
rule_collector.rs Bug 1518045 - Rustfmt recent changes. 2019-01-07 00:53:17 +01:00
scoped_tls.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
selector_map.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
selector_parser.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
shared_lock.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
str.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
style_adjuster.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
style_resolver.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
stylesheet_set.rs Bug 1519296 - Part 4: Remove ServoStyleSet::PrependStyleSheet r=emilio 2019-01-12 06:45:45 +00:00
stylist.rs Bug 1519296 - Part 4: Remove ServoStyleSet::PrependStyleSheet r=emilio 2019-01-12 06:45:45 +00:00
thread_state.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
timer.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
traversal_flags.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
traversal.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00

servo-style

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