servo/components/style
2017-03-10 17:18:22 +03:00
..
binding_tools Update bindinggen bits for gecko bug 1343078. 2017-03-08 00:13:29 -05:00
gecko Call UpdateAnimations even if the element has no computed values. 2017-03-10 11:37:06 +09:00
gecko_bindings Call UpdateAnimations even if the element has no computed values. 2017-03-10 11:37:06 +09:00
gecko_string_cache Update bindinggen bits for gecko bug 1343078. 2017-03-08 00:13:29 -05:00
properties Fix wrong initial values in various single keyword properties 2017-03-10 17:18:22 +03:00
rule_tree Make PropertyDeclarationBlock fields private 2017-03-07 23:37:32 +01:00
servo Don't serialize initial text-decoration-style #15790 2017-03-09 00:33:17 -05:00
values Auto merge of #15869 - Iakis:NegBordRad, r=Wafflespeanut 2017-03-09 04:52:35 -08:00
animation.rs Make PropertyDeclarationBlock fields private 2017-03-07 23:37:32 +01:00
attr.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
bezier.rs
bloom.rs Bug 1336646 - Use the bloom filter for manual style resolves and pass a mutable StyleContext into match_element. r=emilio 2017-02-08 17:09:35 -08:00
build.rs Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
build_gecko.rs Implement Gecko_StyleAnimationsEquals for checking nsStyleAutoArray<StyleAnimation> equality in servo side. 2017-03-10 11:07:18 +09:00
cache.rs style: Simplify style sharing code. 2017-03-09 19:31:03 +01:00
Cargo.toml Update cssparser for https://github.com/servo/rust-cssparser/pull/123 2017-02-28 17:16:36 +01:00
cascade_info.rs
context.rs Update CSS animations in a SequentialTask. 2017-03-10 11:36:58 +09:00
custom_properties.rs Make DeclaredValue store CSSWideKeyword 2017-03-02 11:09:05 +11:00
data.rs Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correctly. r=bholley 2017-03-02 03:05:56 +01:00
dom.rs Skip update_animations if we have no running animations and the element becomes display:none. 2017-03-10 11:37:05 +09:00
element_state.rs
error_reporting.rs Add ServoUrl as a parameter to report_error(...) of ParseErrorReporter 2017-03-06 09:06:42 -06:00
font_face.rs Remove some unused impls. 2017-03-07 23:37:28 +01:00
font_metrics.rs
keyframes.rs Better variable name, remove obsolete comment 2017-03-08 12:03:47 +01:00
lib.rs Update cssparser for https://github.com/servo/rust-cssparser/pull/123 2017-02-28 17:16:36 +01:00
logical_geometry.rs
matching.rs Skip update_animations if we have no running animations and the element becomes display:none. 2017-03-10 11:37:05 +09:00
media_queries.rs
owning_handle.rs
parallel.rs Dump traversal time with other style statistics. 2017-02-14 17:17:45 -08:00
parser.rs stylo: Pass parser URL data in Servo_DeclarationBlock_SetProperty* 2017-03-09 14:44:17 -08:00
README.md
restyle_hints.rs Switch from error! and println! to warn!, and set the default log level to warn on debug builds. 2017-02-14 17:19:01 -08:00
scoped_tls.rs
selector_parser.rs
sequential.rs Dump traversal time with other style statistics. 2017-02-14 17:17:45 -08:00
sink.rs
str.rs Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
stylesheets.rs Make PropertyDeclarationBlock fields private 2017-03-07 23:37:32 +01:00
stylist.rs Bug 1341083: Implement dynamic restyling for display: contents. r=heycam 2017-02-25 19:58:56 +01:00
supports.rs Move parse method of PropertyDeclaration to ParsedDeclaration 2017-03-07 23:37:29 +01:00
thread_state.rs
timer.rs
traversal.rs Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correctly. r=bholley 2017-03-02 03:05:56 +01:00
viewport.rs Bug 1341083: Implement dynamic restyling for display: contents. r=heycam 2017-02-25 19:58:56 +01:00

servo-style

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