gecko-dev/servo/components/style
Masayuki Nakano 8a9d031686 Bug 253889 - part 3: Move all remaining members of nsIPresShell to mozilla::PresShell r=emilio
Additionally, this sorts out the order of member variables for minimizing the
instance size.

And also this changes `enum RenderFlags` to `enum class RenderingStateFlags`.

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

--HG--
extra : moz-landing-system : lando
2019-05-01 02:28:25 +00:00
..
counter_style Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
gecko Bug 253889 - part 3: Move all remaining members of nsIPresShell to mozilla::PresShell r=emilio 2019-05-01 02:28:25 +00:00
gecko_bindings Bug 1541546 - Use the rust color representation. r=heycam 2019-04-04 14:53:44 +02:00
gecko_string_cache Bug 1543837 - Reformat recent changes. 2019-04-12 00:25:37 +02:00
invalidation Backed out changeset 8c89fd37b79d (bug 1544242) for failures in browser_rules_shadowdom_slot_rules.js CLOSED TREE 2019-05-01 22:03:06 +03:00
media_queries Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
properties Bug 1547985 - Use rust types for vertical-align. r=mats 2019-05-01 13:08:34 +00:00
rule_tree Bug 1542762 - Use an explicit stack to measure rule tree memory usage. r=heycam 2019-04-09 00:11:03 +00:00
servo Bug 1543837 - Fix servo build and appease tidy. 2019-04-12 00:25:50 +02:00
sharing Bug 1546046 - Remove support for XBL resources. r=TYLin 2019-04-23 16:43:15 +00:00
stylesheets Bug 1544535 - Bug 1542263 - Don't keep two list of stylesheets in ServoStyleSet. r=firefox-style-system-reviewers,jwatt 2019-04-19 04:20:31 +00:00
use_counters
values Bug 1547985 - Use rust types for vertical-align. r=mats 2019-05-01 13:08:34 +00:00
animation.rs
applicable_declarations.rs
attr.rs
author_styles.rs Bug 1546046 - Remove support for XBL resources. r=TYLin 2019-04-23 16:43:15 +00:00
bezier.rs
bloom.rs Bug 1537576 - fix some rust-nightly warnings about unused doc comments. r=boris 2019-03-20 22:47:30 +00:00
build.rs
build_gecko.rs No bug - Remove a redundant use statement. 2019-04-09 13:39:38 +02:00
Cargo.toml Bug 1543837 - Fix servo build and appease tidy. 2019-04-12 00:25:50 +02:00
context.rs
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 Backed out changeset 8c89fd37b79d (bug 1544242) for failures in browser_rules_shadowdom_slot_rules.js CLOSED TREE 2019-05-01 22:03:06 +03:00
dom_apis.rs
driver.rs
element_state.rs
encoding_support.rs
error_reporting.rs Bug 1543837 - Reformat recent changes. 2019-04-12 00:25:37 +02:00
font_face.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00: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 1539326 - Cherry-pick changes for servo/servo#8539 (config preferences backend restructure). r=npotb 2019-03-27 03:16:24 +01:00
hash.rs
lib.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
logical_geometry.rs
macros.rs Bug 1542178 - Derive ToResolvedValue. r=heycam 2019-04-10 17:16:30 +02:00
matching.rs Bug 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +00:00
parallel.rs
parser.rs Bug 1540093 - Refactor some enabledness checks. r=mats 2019-03-29 11:12:12 +00:00
README.md
rule_cache.rs
rule_collector.rs Bug 1546046 - Remove support for XBL resources. r=TYLin 2019-04-23 16:43:15 +00: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 1543837 - Fix servo build and appease tidy. 2019-04-12 00:25:50 +02:00
str.rs
style_adjuster.rs Backed out changeset 8c89fd37b79d (bug 1544242) for failures in browser_rules_shadowdom_slot_rules.js CLOSED TREE 2019-05-01 22:03:06 +03:00
style_resolver.rs Backed out changeset 8c89fd37b79d (bug 1544242) for failures in browser_rules_shadowdom_slot_rules.js CLOSED TREE 2019-05-01 22:03:06 +03:00
stylesheet_set.rs Bug 1546046 - Remove support for XBL resources. r=TYLin 2019-04-23 16:43:15 +00:00
stylist.rs Bug 1546046 - Remove support for XBL resources. r=TYLin 2019-04-23 16:43:15 +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

servo-style

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