servo/components/style
Emilio Cobos Álvarez 121b718e99
style: Remove a bunch of duplicated logic in add_stylesheet.
This is remminiscent of my recent @import refactor, and stayed there
incorrectly.

Note that it's the same code that lives in `update` (where it should live).
2017-01-02 12:57:50 +01:00
..
binding_tools Avoid write atoms files when not necessary 2016-12-28 17:49:34 +11:00
gecko Bug 1304792: stylo: Implement @import. r=heycam 2016-12-30 13:00:44 +01:00
gecko_bindings stylo: Regenerate bindings. 2017-01-02 11:19:11 +08:00
gecko_string_cache Update atoms. 2016-12-22 10:06:00 +08:00
properties style: Require docs in the less-straightforward part of the properties module. 2017-01-02 12:57:48 +01:00
rule_tree style: Document a bit better the rule tree code. 2016-12-31 12:16:59 +01:00
servo style: Document the servo-specific module. 2017-01-02 12:57:50 +01:00
values style: Prevent more missing docs in the values module. 2016-12-31 12:17:02 +01:00
animation.rs style: Document the animations code. 2016-12-31 04:53:38 +01:00
atomic_refcell.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
attr.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
bezier.rs More docs in style. 2017-01-02 10:40:20 +01:00
bloom.rs style: Document the bloom filter. 2016-12-31 23:24:18 +01:00
build.rs Do build-time bindgen 2016-12-10 00:33:41 -10:00
build_gecko.rs Bug 1304792: stylo: Implement @import. r=heycam 2016-12-30 13:00:44 +01:00
cache.rs style: Document and remove dead code from cache.rs 2016-12-31 04:53:37 +01:00
Cargo.toml Upgrade libbindgen to 0.1.5 2016-12-29 12:03:28 +11:00
cascade_info.rs style: Document cascade_info. 2016-12-31 23:24:19 +01:00
context.rs Remove generation, remove filter pop, and add size tests. 2016-12-22 11:09:55 -08:00
custom_properties.rs Store unset keyword as specified value 2016-12-21 10:43:26 +11:00
data.rs style: Document the data module. 2016-12-31 12:17:13 +01:00
dom.rs style: Fully document the dom module. 2016-12-31 12:17:11 +01:00
element_state.rs style: Avoid missing docs in element_state. 2016-12-31 23:24:17 +01:00
error_reporting.rs style: Document the error_reporting module. 2016-12-31 23:24:19 +01:00
font_face.rs use Either type for UrlOrNone 2016-11-30 11:43:14 -05:00
font_metrics.rs style: Document the font_metrics module. 2016-12-31 23:24:19 +01:00
keyframes.rs style: Avoid ending up with an invalid keyframe when inf or NaN are at play. 2016-12-15 13:58:51 +01:00
lib.rs style: Require docs in the less-straightforward part of the properties module. 2017-01-02 12:57:48 +01:00
logical_geometry.rs Activate flexbox layout tracing 2016-12-28 15:31:45 +08:00
matching.rs style: Document the matching module. 2016-12-31 23:24:18 +01:00
media_queries.rs style: Serialize also "only" qualifier, and fix serialization of all media expressions without explicit qualifiers. 2016-12-30 15:05:28 +01:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
parallel.rs style: Document the parallel traversal. 2016-12-31 12:17:10 +01:00
parser.rs Use the ParserContext along with Parser in the parse function 2016-11-27 08:49:20 +05:30
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
restyle_hints.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
scoped_tls.rs Introduce and use Scoped TLS. 2016-12-21 11:10:39 -08:00
selector_parser.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
sequential.rs style: Do the proper thing for the sequential traversal. 2016-12-31 12:17:09 +01:00
sink.rs style: document the sink module. 2017-01-02 12:57:49 +01:00
str.rs Auto merge of #14796 - jlevesy:jl-match-to-if-let, r=Wafflespeanut 2016-12-31 21:28:41 -08:00
stylesheets.rs style: Document stylesheets.rs 2016-12-31 12:17:05 +01:00
stylist.rs style: Remove a bunch of duplicated logic in add_stylesheet. 2017-01-02 12:57:50 +01:00
thread_state.rs style: Cleanup and document thread_state.rs 2016-12-31 12:17:06 +01:00
timer.rs style: Document the timer module. 2016-12-31 12:17:04 +01:00
traversal.rs style: Document traversal.rs 2016-12-31 12:17:04 +01:00
viewport.rs style: Make the viewport module deny new undocumented code. 2016-12-31 12:17:03 +01:00

servo-style

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