servo/components/style
2016-12-31 15:26:36 +03: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 Bug 1304792: Use borrowed types for ServoImportRule. r=Manishearth r=heycam 2016-12-30 13:00:51 +01:00
gecko_string_cache Update atoms. 2016-12-22 10:06:00 +08:00
properties Fix overflow shorthand serialization. 2016-12-31 15:26:36 +03:00
rule_tree style: Document a bit better the rule tree code. 2016-12-31 12:16:59 +01:00
servo style: Document Servo's SelectorImpl and deny missing docs. 2016-12-31 12:17:08 +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 Move util::bezier to style 2016-02-14 19:45:24 +01:00
bloom.rs Stop using UnsafeNode in the bloom filter. 2016-12-22 10:42:53 -08: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: 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 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 Add support for fullscreen #10102 2016-12-09 11:45:50 +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 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: Consistently indent stuff, add a bit of documentation driving by. 2016-12-31 12:16:57 +01:00
logical_geometry.rs Activate flexbox layout tracing 2016-12-28 15:31:45 +08:00
matching.rs style: Add a special, explicit path for lazy style resolution and use it for GetComputedStyle. 2016-12-28 11:52:46 +08: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 Move util::vec::ForgetfulSink to style::sink and simplify it 2016-07-04 16:48:14 +02:00
str.rs style: Document and cleanup str.rs 2016-12-31 12:17:00 +01:00
stylesheets.rs style: Document stylesheets.rs 2016-12-31 12:17:05 +01:00
stylist.rs style: Add a struct to represent import rules, and parse them correctly. 2016-12-16 16:57:18 +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.