servo/components/style
Bobby Holley 0547a6b313 Expand the role of modified_elements to include explicit restyle hints and damage.
This will take the place of setting IS_DIRTY and HAS_CHANGED.
2016-11-15 10:51:14 -08:00
..
binding_tools stylo: support transform 2016-11-10 16:38:15 -08:00
gecko Remove TDocument from the style and layout crates. 2016-11-14 13:04:13 -08:00
gecko_bindings stylo: support transform 2016-11-10 16:38:15 -08:00
gecko_string_cache Regenerate bindings. 2016-11-10 10:11:15 +08:00
properties Auto merge of #14189 - canaltinova:border-image-shorthand, r=Manishearth 2016-11-14 11:17:54 -06:00
rule_tree style: Don't assume siblings are alive in the rule tree when removing ourselves from the child list. 2016-11-10 17:56:54 +01:00
servo Expand the role of modified_elements to include explicit restyle hints and damage. 2016-11-15 10:51:14 -08:00
values style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
animation.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
atomic_refcell.rs Implement AtomicRef::map. 2016-11-01 20:39:51 +01:00
attr.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +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 layout: Only specify parking_lot's nightly feature in layout_thread. 2016-11-12 21:34:31 +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 Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
custom_properties.rs Fix related to #14101 2016-11-12 05:26:15 +03:00
data.rs Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
dom.rs Remove TDocument from the style and layout crates. 2016-11-14 13:04:13 -08: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 Update cssparser 2016-09-07 14:13:56 +08:00
font_metrics.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
keyframes.rs Add RwLock in more Arc’d things in stylesheets. 2016-10-19 19:55:05 +02:00
lib.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
logical_geometry.rs style: Add a "start_end()" method to LogicalMargin 2016-11-10 19:17:29 +08:00
matching.rs Separate rule node computation from cascade. 2016-11-11 14:04:17 -08:00
media_queries.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
parallel.rs Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
parser.rs style: Centralize specified url value handling, and refcount urls. 2016-11-10 13:15:21 +01:00
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 Stop using associated types for the concrete ElementSnapshot implementation. 2016-11-07 10:07:34 -08:00
selector_impl.rs Stop using associated types for the concrete TRestyleDamage implementation. 2016-11-07 11:10:48 -08:00
selector_matching.rs CSSRule -> CssRule 2016-11-14 16:41:25 +09:00
sequential.rs Eliminate RestyleResult. 2016-11-01 11:03:04 -07: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 CSSRule -> CssRule 2016-11-14 16:41:25 +09:00
thread_state.rs Concurrent rule tree, v1 2016-11-05 17:29:52 +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 Separate rule node computation from cascade. 2016-11-11 14:04:17 -08:00
viewport.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
workqueue.rs style: Make WorkQueue creation fallible. 2016-08-25 23:43:31 -07:00

servo-style

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