gecko-dev/servo/components/style
Cameron McCormack 771b9fb2f1 Bug 1484575 - Simplify PropertyDeclarationBlock::get a little. r=xidorn
Depends On D3747

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

--HG--
extra : moz-landing-system : lando
2018-08-20 04:11:37 +00:00
..
counter_style Bug 1468273 - autopep8 on gfx/ r=ted 2018-06-10 14:13:44 +02:00
gecko Bug 1484459: Appease Servo's tidy lint. r=me 2018-08-18 19:07:08 +02:00
gecko_bindings Bug 1470145: Better debugging for stylesheets and URLs. r=xidorn 2018-06-22 02:33:07 +02:00
gecko_string_cache Bug 1483964: Manually inline class and ID getters. r=xidorn 2018-08-17 14:26:45 +02:00
invalidation Bug 1477773: Simplify visited-related code in invalidation. r=xidorn 2018-08-15 12:55:32 +02:00
media_queries Bug 1484459: Appease Servo's tidy lint. r=me 2018-08-18 19:07:08 +02:00
properties Bug 1484575 - Simplify PropertyDeclarationBlock::get a little. r=xidorn 2018-08-20 04:11:37 +00:00
rule_tree Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
servo Bug 1484459: Appease Servo's tidy lint. r=me 2018-08-18 19:07:08 +02:00
sharing Bug 1469076: Fix the broken invariants of the rule node cache. r=heycam 2018-06-20 11:21:35 +02:00
stylesheets Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
values Bug 1483808 - Make webkit device-pixel-ratio media queries a proper alias to resolution. r=dholbert 2018-08-17 21:25:37 +00:00
Cargo.toml Bug 1484459: Update num-traits in style. r=me 2018-08-18 19:07:05 +02:00
README.md
animation.rs Bug 1474959: Push visited style computation a bit further down. r=xidorn 2018-07-18 22:15:09 +02:00
applicable_declarations.rs Bug 1455032: Pack the shadow cascade order in ApplicableDeclarationBlock. r=heycam 2018-04-24 10:44:57 +02:00
attr.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
author_styles.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
bezier.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
bloom.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
build.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
build_gecko.rs Bug 1481204 - Don't print rerun-if-changed files until binding generation has succeeded. r=xidorn 2018-08-07 00:33:34 +00:00
cbindgen.toml Bug 1481961: Rewrite media queries so that they work on an evaluator function. r=xidorn 2018-08-15 16:09:19 +02:00
context.rs Bug 1481681: Appease Servo's tidy lint. r=me 2018-08-08 01:39:58 +02:00
custom_properties.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
data.rs Bug 1481162 - Cleanup invalidation processor constructor. r=xidorn 2018-08-07 10:36:18 +00:00
dom.rs Bug 1460382: Make element-backed pseudos inherit from NAC subtree roots and other NAC inherit from their parents. r=heycam 2018-05-30 10:14:46 +02:00
dom_apis.rs Bug 1464428: Optimize QuerySelector in shadow trees. r=xidorn 2018-05-28 14:30:34 +02:00
driver.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
element_state.rs No bug - Appease Servo's tidy lint. 2018-07-01 01:02:43 +02:00
encoding_support.rs No bug - Fix servo build. r=me 2018-06-23 20:46:05 +02:00
error_reporting.rs Bug 1470145: Better debugging for stylesheets and URLs. r=xidorn 2018-06-22 02:33:07 +02:00
font_face.rs Bug 1469957: Move the error reporter into ParserContext. r=xidorn 2018-06-21 09:24:07 +02:00
font_metrics.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
hash.rs Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
lib.rs Bug 1481961: Rewrite media queries so that they work on an evaluator function. r=xidorn 2018-08-15 16:09:19 +02:00
logical_geometry.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
macros.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
matching.rs Bug 1309752: Update animations if the logical to physical property mapping changes. r=birtles 2018-07-18 12:10:17 +02:00
parallel.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
parser.rs Bug 1469957: Move the error reporter into ParserContext. r=xidorn 2018-06-21 09:24:07 +02:00
rule_cache.rs Bug 1477628 - Convert FnvHash{Set,Map} instances to FxHash{Set,Map} (attempt 2). r=heycam 2018-07-27 16:49:04 +10:00
scoped_tls.rs
selector_map.rs Bug 1478985: Add a root bucket to the selector map. r=xidorn 2018-07-30 12:57:37 +02:00
selector_parser.rs Bug 1475191 - Measure heap allocations hanging off selector components. r=emilio 2018-07-12 19:44:00 +10:00
shared_lock.rs Bug 1477883: Update parking_lot to 0.6. r=emilio 2018-07-24 04:03:18 +02:00
str.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
style_adjuster.rs Bug 1474959: Remove IS_STYLE_IF_VISITED. r=xidorn 2018-07-18 22:15:10 +02:00
style_resolver.rs Bug 1460382: Make element-backed pseudos inherit from NAC subtree roots and other NAC inherit from their parents. r=heycam 2018-05-30 10:14:46 +02:00
stylesheet_set.rs Bug 1454030 - Allow placeholder import sheets. r=emilio 2018-04-16 15:15:45 -07:00
stylist.rs No bug - Remove an inaccurate and useless debug message. r=me 2018-08-17 23:26:24 +02:00
thread_state.rs
timer.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
traversal.rs Bug 1460382: Make element-backed pseudos inherit from NAC subtree roots and other NAC inherit from their parents. r=heycam 2018-05-30 10:14:46 +02:00
traversal_flags.rs

README.md

servo-style

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