servo/components/style
Thiago Pontes 206f4ea5b8 use Either type for UrlOrNone
fix test-tidy errors

fix style unit test

use the Parse trait instead of ParseWithContext

fix stylo test and geckolib build

move all specified url parse code to parse trait and remove refs to unused type
2016-11-30 11:43:14 -05:00
..
binding_tools Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
gecko Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
gecko_bindings Auto merge of #14300 - bholley:restyle_driven_traversal, r=emilio 2016-11-25 09:00:44 -08:00
gecko_string_cache Regenerate bindings 2016-11-17 17:48:28 -08:00
properties use Either type for UrlOrNone 2016-11-30 11:43:14 -05:00
rule_tree Don't assert when we do a rule tree GC and the root nodes still has strong references. 2016-11-21 17:04:58 +08:00
servo Don't match native anonymous content to user/author rules. 2016-11-24 13:00:12 +08:00
values use Either type for UrlOrNone 2016-11-30 11:43:14 -05:00
animation.rs Remove usage of keyword_list (and prefer single_keyword) 2016-11-17 23:41:38 +05:30
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 Move util::bezier to style 2016-02-14 19:45:24 +01:00
bloom.rs style: Introduce StyleBloom 2016-11-27 15:55:10 +01:00
build.rs Run style with all properties enabled 2016-09-23 15:10:40 +05:30
cache.rs Remove usage of deprecated SipHasher. 2016-10-10 18:35:07 +02:00
Cargo.toml Update to selectors 0.15 2016-11-22 14:50:21 +01:00
cascade_info.rs style: Introduce a generic way of gathering information from the cascade, and use it for viewport units. 2016-08-16 10:58:16 -07:00
context.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
custom_properties.rs Use the ParserContext along with Parser in the parse function 2016-11-27 08:49:20 +05:30
data.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
dom.rs style: Introduce StyleBloom 2016-11-27 15:55:10 +01:00
element_state.rs Issue 7720: Add target selector and update when scrolling to fragment 2016-08-03 13:23:10 +01:00
error_reporting.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
font_face.rs use Either type for UrlOrNone 2016-11-30 11:43:14 -05:00
font_metrics.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
keyframes.rs Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule. 2016-11-28 18:01:02 +01:00
lib.rs style: Introduce StyleBloom 2016-11-27 15:55:10 +01:00
logical_geometry.rs style: Add a "start_end()" method to LogicalMargin 2016-11-10 19:17:29 +08:00
matching.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
media_queries.rs implement support for the width media query 2016-11-26 17:31:41 +08:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
parallel.rs style: Enable the bloom filter recovering. 2016-11-27 15:55: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
refcell.rs Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
restyle_hints.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
selector_parser.rs Don't match native anonymous content to user/author rules. 2016-11-24 13:00:12 +08:00
sequential.rs style: Enable the bloom filter recovering. 2016-11-27 15:55:10 +01:00
sink.rs Move util::vec::ForgetfulSink to style::sink and simplify it 2016-07-04 16:48:14 +02:00
str.rs Move util::str to style 2016-07-05 10:43:54 +02:00
stylesheets.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
stylist.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
thread_state.rs style: Use rayon instead of our custom work queue. 2016-11-14 21:24:19 +01:00
tid.rs Move util::tid to style 2016-07-05 10:36:38 +02:00
timer.rs style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations. 2016-07-20 09:05:53 -07:00
traversal.rs style: Enable the bloom filter recovering. 2016-11-27 15:55:10 +01:00
viewport.rs Implement ToCss serialization for CSSRules 2016-11-18 12:17:53 +03:00

servo-style

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