gecko-dev/servo/components/style
Emilio Cobos Álvarez 1c8bfea810 Bug 1600436 - Fix servo build.
Depends on D55357

Differential Revision: https://phabricator.services.mozilla.com/D55358

--HG--
extra : moz-landing-system : lando
2019-11-30 14:06:06 +00:00
..
counter_style Bug 1593642 - Add a few commas that newer macros need. 2019-11-04 12:53:04 +00:00
gecko Bug 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
gecko_bindings Bug 1600320 - Avoid writing into the empty array header. r=jwatt 2019-11-30 11:58:18 +00:00
gecko_string_cache Bug 1597588 - Make rust Atom use NonZeroUsize. r=heycam 2019-11-20 05:46:56 +00:00
invalidation Bug 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
media_queries Bug 1593642 - servo: Fix Servo build. 2019-11-04 12:53:09 +00:00
properties Bug 1600436 - Update some servo-2020 layout ifdefs. 2019-11-30 14:05:50 +00:00
rule_tree Bug 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
servo Bug 1600436 - Fix servo build. 2019-11-30 14:06:06 +00:00
sharing Bug 1593642 - Remove obsolete logic for LRUCache size. 2019-11-04 12:52:49 +00:00
stylesheets Bug 1599115 - Simplify some code now that lifetimes are non-lexical. r=boris 2019-11-25 19:14:37 +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 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
Cargo.toml Bug 1575008 - WebGPU implementation basis r=baku,bzbarsky 2019-11-14 04:59:56 +00:00
README.md
animation.rs Bug 1596712 - Use only Origin during the cascade, rather than CascadeLevel. r=heycam 2019-11-17 23:28:39 +00:00
applicable_declarations.rs Bug 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
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 Bug 1577439 - Shutdown Servo's thread-pool in leak-checking builds, leak the atom table elsewhere. r=bholley 2019-09-09 22:39:46 +00:00
build.rs Bug 1587368 - servo: WebIDL codegen: Replace cmake with a single Python script. r=emilio 2019-10-09 13:35:45 +02:00
build_gecko.rs Bug 1587235 - Report missing include filename in ServoBindings.toml. r=emilio 2019-10-09 10:44:29 +00:00
context.rs Bug 1593642 - servo: Remove usage of opts::get() from style. 2019-11-04 12:52:32 +00:00
custom_properties.rs Bug 1599115 - Simplify some code now that lifetimes are non-lexical. r=boris 2019-11-25 19:14:37 +00:00
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 1559076 - Invalidate parts in nested shadow trees correctly. r=heycam 2019-11-21 10:32:10 +00:00
dom_apis.rs Bug 1559076 - Implement shadow part forwarding (minus invalidation). r=heycam 2019-11-21 10:32:32 +00:00
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 1593642 - Add a few commas that newer macros need. 2019-11-04 12:53:04 +00:00
font_metrics.rs
global_style_data.rs Bug 1580963 - Fix servo build and rustfmt recent changes. 2019-09-12 21:09:45 +00:00
hash.rs
lib.rs Bug 1429305 - Use serde to serialize LengthPercentage and StyleRayFunction. r=emilio 2019-10-31 21:35:05 +00:00
logical_geometry.rs Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +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 1588431 - Fix cascade order of shadow parts. r=heycam 2019-11-14 02:49:54 +00: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 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00: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 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
selector_parser.rs
shared_lock.rs
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 1587368 - Use consistent naming and shared code for out-of-flow stuff. r=nox 2019-10-09 13:35:48 +02:00
style_resolver.rs
stylesheet_set.rs
stylist.rs Bug 1600436 - Rustfmt recent changes. 2019-11-30 14:13:04 +00:00
thread_state.rs
timer.rs
traversal.rs Bug 1593642 - servo: Remove usage of opts::get() from style. 2019-11-04 12:52:32 +00:00
traversal_flags.rs

README.md

servo-style

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