servo/components/style
Hiroyuki Ikezoe 6503717c20 Skip animation and transition process in servo side.
Otherwise they trigger their animations and transitions.
We will introduce gecko's own process in bug 1341985 (animations) and
bug 1341372 (transitions).
2017-03-07 13:27:55 +09:00
..
binding_tools
gecko Auto merge of #15735 - servo:cssparserup, r=emilio 2017-02-26 02:19:32 -08:00
gecko_bindings ensure_len() for nsStyleAutoArray<StyleTransition>. 2017-03-07 13:26:03 +09:00
gecko_string_cache Update atoms for gecko binding 2017-02-18 13:26:42 +11:00
properties Pass transition-property into gecko's struct. 2017-03-07 13:27:49 +09:00
rule_tree 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
servo Auto merge of #15464 - KiChjang:pseudo-lang, r=emilio 2017-02-27 17:21:50 -08:00
values Implement parsing/serialization for caret-color 2017-03-05 10:52:32 -07:00
animation.rs Bug 1341083: Implement dynamic restyling for display: contents. r=heycam 2017-02-25 19:58:56 +01:00
attr.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
bezier.rs More docs in style. 2017-01-02 10:40:20 +01:00
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 Add RawGeckoComputedKeyframeValuesList in build_gecko.rs. 2017-02-24 19:13:04 +09:00
cache.rs style: Document and remove dead code from cache.rs 2016-12-31 04:53:37 +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 style: Document cascade_info. 2016-12-31 23:24:19 +01:00
context.rs style: Remove unused goal field from SharedStyleContext. 2017-03-03 03:46:10 +01: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 Clean up and simplify the accumulation of restyle damage. 2017-02-10 10:34:28 -08:00
element_state.rs Change order of element state bits 2017-01-06 10:04:49 +11:00
error_reporting.rs Add ServoUrl as a parameter to report_error(...) of ParseErrorReporter 2017-03-06 09:06:42 -06:00
font_face.rs Update cssparser to 0.9 2017-02-15 12:42:14 +01:00
font_metrics.rs style: Document the font_metrics module. 2016-12-31 23:24:19 +01:00
keyframes.rs Rename PropertyBitField to LonghandIdSet 2017-02-26 19:24:50 +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 Convert text-orientation to a Gecko-only property 2017-01-27 21:12:38 -08:00
matching.rs Skip animation and transition process in servo side. 2017-03-07 13:27:55 +09:00
media_queries.rs Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam 2017-01-17 14:05:23 +01:00
owning_handle.rs style: Document the owning_handle module. 2017-01-02 12:57:53 +01:00
parallel.rs Dump traversal time with other style statistics. 2017-02-14 17:17:45 -08:00
parser.rs Add ServoUrl as a parameter to report_error(...) of ParseErrorReporter 2017-03-06 09:06:42 -06: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 Bug 1331856 - Add style performance statistics to Servo. r=emilio 2017-01-19 15:05:19 -08:00
selector_parser.rs style: Document the restyle hints code, and make it operate on TElement. 2017-01-02 12:57:52 +01:00
sequential.rs Dump traversal time with other style statistics. 2017-02-14 17:17:45 -08:00
sink.rs style: document the sink module. 2017-01-02 12:57:49 +01:00
str.rs Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
stylesheets.rs Add ServoUrl as a parameter to report_error(...) of ParseErrorReporter 2017-03-06 09:06:42 -06:00
stylist.rs Bug 1341083: Implement dynamic restyling for display: contents. r=heycam 2017-02-25 19:58:56 +01:00
supports.rs Borrow input to match_ignore_ascii_case! 2017-02-26 10:40:09 +01:00
thread_state.rs Tidy up rust code with regard to new rule (no = in beginning of line) 2017-01-06 20:57:16 +01:00
timer.rs style: Document the timer module. 2016-12-31 12:17:04 +01:00
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.