gecko-dev/servo/components/style
Cameron McCormack 7052f624b5 Bug 1578147 - Align the Rust and C++ representations of WritingMode. r=emilio,jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D44412

--HG--
extra : moz-landing-system : lando
2019-09-09 04:49:55 +00:00
..
counter_style
gecko Bug 1576821 - [css-lists-3] Make 'none' invalid as a <counter-style> in counter()/counters(). r=emilio 2019-08-30 00:15:37 +00:00
gecko_bindings Bug 1546334 - Modify URLExtraData rust debug to include referrerInfo r=heycam 2019-07-16 15:03:40 +00:00
gecko_string_cache Bug 1568446 - Replace uses of mem::uninitialized with MaybeUninit. r=emilio 2019-07-24 12:39:11 +02:00
invalidation Bug 1576229 - Account for user stylesheets for Shadow DOM invalidation. r=jwatt 2019-08-30 14:35:34 +00:00
media_queries Bug 1565562: Media Query - Enable single <number> and <number>/<number> for <aspect-ratio>. r=emilio 2019-08-29 10:48:52 +00:00
properties Bug 1578295 - Use cbindgen for counters. r=mats 2019-09-02 23:11:26 +00:00
rule_tree Bug 1574148 - Cherry-pick some Servo build/formatting fixes. 2019-08-15 13:31:36 +00:00
servo Bug 1568083 - Fix servo build and rustfmt / tidy recent changes. 2019-07-23 02:18:36 +02:00
sharing Backed out changeset a396ec8f44fd (bug 1577439) for failing valgrind-test on a CLOSED TREE. 2019-09-07 19:03:27 +03:00
stylesheets Bug 1563555 - Use `static_prefs::pref!` in Stylo. r=emilio 2019-08-07 22:58:55 +00:00
use_counters Bug 1575062 - Support css use counters for unimplemented properties. r=emilio 2019-08-29 23:40:13 +00:00
values Bug 1578295 - Use cbindgen for counters. r=mats 2019-09-02 23:11:26 +00:00
Cargo.toml Bug 1575008 - Update parking_lot dependency to 0.9.0 r=aosmond 2019-08-19 21:28:51 +00:00
README.md
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
bezier.rs
bloom.rs Backed out changeset a396ec8f44fd (bug 1577439) for failing valgrind-test on a CLOSED TREE. 2019-09-07 19:03:27 +03:00
build.rs Bug 1569911 - Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}. r=emilio,nox 2019-07-30 12:24:07 +02:00
build_gecko.rs Bug 1567333 - Remove the ability to build Gecko without the bindgen feature. r=heycam 2019-07-18 23:39:14 +00:00
context.rs Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +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.rs Bug 1560777 - Rustfmt and fix tidy on recent changes. 2019-06-23 13:16:03 +02:00
dom_apis.rs
driver.rs Bug 1568083 - Update rayon in the style system. r=emilio 2019-07-23 02:18:33 +02: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
font_face.rs Bug 1563555 - Use `static_prefs::pref!` in Stylo. r=emilio 2019-08-07 22:58:55 +00:00
font_metrics.rs
global_style_data.rs Backed out changeset a396ec8f44fd (bug 1577439) for failing valgrind-test on a CLOSED TREE. 2019-09-07 19:03:27 +03:00
hash.rs
lib.rs Bug 1574148 - Fix Servo build and unify display representation. 2019-08-15 13:31:44 +00:00
logical_geometry.rs Bug 1578147 - Align the Rust and C++ representations of WritingMode. r=emilio,jfkthame 2019-09-09 04:49:55 +00:00
macros.rs Bug 1568446 - Replace uses of mem::uninitialized with MaybeUninit. r=emilio 2019-07-24 12:39:11 +02:00
matching.rs Bug 1568083 - Fix servo build and rustfmt / tidy recent changes. 2019-07-23 02:18:36 +02:00
parallel.rs Bug 1568083 - Update rayon in the style system. r=emilio 2019-07-23 02:18:33 +02:00
parser.rs Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj 2019-06-18 21:32:16 +00:00
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 No bug - Add a comment about a Send bound that may look confusing. 2019-09-02 13:53:55 +02:00
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 1578147 - Align the Rust and C++ representations of WritingMode. r=emilio,jfkthame 2019-09-09 04:49:55 +00:00
style_resolver.rs
stylesheet_set.rs
stylist.rs Bug 1560777 - Fix Servo build. 2019-06-23 13:20:02 +02:00
thread_state.rs
timer.rs
traversal.rs Bug 1560777 - Fix Servo build. 2019-06-23 13:20:02 +02:00
traversal_flags.rs

README.md

servo-style

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