gecko-dev/servo/components/style
Charlie Marlow da73c04156 Bug 1555150: adding support for CSS text underline offset to the style system r=emilio
support  for from-font listed in the CSS spec will be implemented in a later bug

Differential Revision: https://phabricator.services.mozilla.com/D33233

--HG--
extra : moz-landing-system : lando
2019-06-04 22:04:14 +00:00
..
counter_style Bug 1554347 - Appease tidy. 2019-05-25 04:14:33 +02:00
gecko Bug 1556388 - Do not use borrowed types in the selectors::Element trait. r=emilio 2019-06-03 09:12:17 -04:00
gecko_bindings Bug 1552708 - Use cbindgen for URIs. r=heycam 2019-05-29 21:22:04 +02:00
gecko_string_cache Bug 1550554 - Share computed and specified value representation of -moz-context-properties. r=heycam 2019-05-16 23:03:29 +00:00
invalidation Bug 1556388 - Do not use borrowed types in the selectors::Element trait. r=emilio 2019-06-03 09:12:17 -04:00
media_queries Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
properties Bug 1555150: adding support for CSS text underline offset to the style system r=emilio 2019-06-04 22:04:14 +00:00
rule_tree Bug 1555867 - Report heap size of rule tree heap allocations as well. r=heycam 2019-06-03 16:37:53 +00:00
servo Bug 1556388 - Fix Servo build. 2019-06-03 09:12:15 -04:00
sharing Bug 1552080 - Add refcount logging to servo_arc. r=heycam 2019-05-29 21:30:23 +02:00
stylesheets Bug 1556388 - Appease tidy. 2019-06-03 09:12:13 -04:00
use_counters
values Bug 1554150 - Hide some appearance values from content. r=mats 2019-06-03 17:32:48 +00:00
Cargo.toml Bug 1552080 - Rejigger a bit rust features so that rusttests still link. r=froydnj 2019-05-29 21:30:52 +02:00
README.md
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs Bug 1549301 - Import style system changes for Servo's Shadow DOM support. 2019-05-06 10:37:52 +02:00
bezier.rs
bloom.rs Bug 1552080 - Add refcount logging to servo_arc. r=heycam 2019-05-29 21:30:23 +02:00
build.rs
build_gecko.rs No bug - Remove a redundant use statement. 2019-04-09 13:39:38 +02:00
context.rs Bug 1521187 - Derive more. r=emilio 2019-01-22 12:19:22 -08:00
custom_properties.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
data.rs
dom.rs Bug 1556388 - Do not use borrowed types in the selectors::Element trait. r=emilio 2019-06-03 09:12:17 -04:00
dom_apis.rs
driver.rs Bug 1505908 - Add Gecko profiler labels for when the style threads are doing work. r=emilio 2019-05-14 05:00:45 +00:00
element_state.rs
encoding_support.rs
error_reporting.rs Bug 1549301 - Fix some warnings. 2019-05-06 10:37:50 +02:00
font_face.rs Bug 1552708 - Use cbindgen for URIs. r=heycam 2019-05-29 21:22:04 +02:00
font_metrics.rs Bug 1543837 - Fix servo build and appease tidy. 2019-04-12 00:25:50 +02:00
global_style_data.rs Bug 1552080 - Add refcount logging to servo_arc. r=heycam 2019-05-29 21:30:23 +02:00
hash.rs
lib.rs Bug 1550554 - Use ArcSlice for quotes. r=heycam 2019-05-16 23:04:31 +00:00
logical_geometry.rs Bug 1521392 - Fix servo build and rustfmt recent changes. 2019-01-20 16:29:19 +01:00
macros.rs Bug 1554347 - Reformat recent style system changes. 2019-05-25 04:14:30 +02:00
matching.rs Bug 1554716 - Remove nsStyleColor moving the color property to nsStyleText. r=jfkthame 2019-05-31 14:48:22 +00:00
parallel.rs Bug 1505908 - Add Gecko profiler labels for when the style threads are doing work. r=emilio 2019-05-14 05:00:45 +00:00
parser.rs Bug 1538101 - Centralize a bit invalid value error reporting. r=jdm 2019-05-08 12:44:36 +00:00
rule_cache.rs
rule_collector.rs Bug 1554347 - Reformat recent style system changes. 2019-05-25 04:14:30 +02:00
scoped_tls.rs
selector_map.rs
selector_parser.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
shared_lock.rs Bug 1556388 - Fix Servo build. 2019-06-03 09:12:15 -04:00
str.rs
style_adjuster.rs Bug 1544242 - Cleanup selector-matching for nested pseudo-elements, match ::slotted correctly when there's no selector before it, and add tests. r=heycam,mats 2019-05-24 01:09:15 +00:00
style_resolver.rs Bug 1544242 - Cleanup selector-matching for nested pseudo-elements, match ::slotted correctly when there's no selector before it, and add tests. r=heycam,mats 2019-05-24 01:09:15 +00:00
stylesheet_set.rs Bug 1549301 - Import style system changes for Servo's Shadow DOM support. 2019-05-06 10:37:52 +02:00
stylist.rs Bug 1548342 - Fix nested-pseudo-elements matching author rules better. r=heycam 2019-05-22 13:28:01 +00:00
thread_state.rs
timer.rs
traversal.rs Bug 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +00:00
traversal_flags.rs Bug 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +00:00

README.md

servo-style

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