gecko-dev/servo/components/style
Cameron McCormack 12c03087aa Bug 1474793 - Part 12: Add FFI API to create a StyleSheet backed by shared data. r=emilio
Depends on D17198

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

--HG--
extra : moz-landing-system : lando
2019-03-30 00:16:29 +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 1474793 - Part 11: Add FFI API to use SharedMemoryBuilder. r=emilio 2019-03-30 00:16:27 +00:00
gecko_bindings Bug 1538694 - Cleanup refcounted types. r=boris 2019-03-26 18:16:01 +00:00
gecko_string_cache Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
invalidation Bug 1538589 - Fix ::marker invalidation when we need to potentially insert a marker as a result of a style change. r=mats 2019-03-28 13:50:13 +00:00
media_queries Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
properties Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
rule_tree Bug 1534726 - Reformat recent style system changes. 2019-03-12 19:01:28 +01:00
servo Bug 1539326 - Fix servo build, and appease tidy checks. 2019-03-27 03:16:37 +01:00
sharing Bug 1524480 - Don't share styles when an element has animations applied to it; r=emilio 2019-02-15 06:35:04 +00:00
stylesheets Bug 1474793 - Part 12: Add FFI API to create a StyleSheet backed by shared data. r=emilio 2019-03-30 00:16:29 +00:00
use_counters Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
values Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
animation.rs Bug 1511811 - Minor build fixup after the Servo crossbeam_channel update. 2018-12-03 08:48:25 -05:00
applicable_declarations.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
attr.rs Bug 1518098 - Rename LengthOrPercentage to LengthPercentage. r=jwatt#style 2019-01-07 12:42:42 +00:00
author_styles.rs Bug 1536586 - Simplify a bit our generated bindings by getting rid of FooBorrowed and FooBorrowedMut. r=heycam 2019-03-21 17:00:27 +00:00
bezier.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
bloom.rs Bug 1537576 - fix some rust-nightly warnings about unused doc comments. r=boris 2019-03-20 22:47:30 +00:00
build_gecko.rs Bug 1539326 - Fix servo build, and appease tidy checks. 2019-03-27 03:16:37 +01:00
build.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
Cargo.toml Bug 1474793 - Part 9: Add support for deriving ToShmem. r=emilio 2019-03-30 00:16:08 +00:00
cbindgen.toml Bug 1538694 - Cleanup refcounted types. r=boris 2019-03-26 18:16:01 +00: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 Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
dom_apis.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
dom.rs Bug 205202 part 1 - [css-lists][css-pseudo] Add support for the ::marker pseudo element on list items. Alias :-moz-list-bullet/number to that in the parser. r=emilio 2019-03-24 23:13:53 +01:00
driver.rs Bug 1521187 - Derive more. r=emilio 2019-01-22 12:19:22 -08:00
element_state.rs Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
encoding_support.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
error_reporting.rs Bug 1537876 - Augment CSS errors with the CSS selector r=emilio 2019-03-27 12:12:55 +00: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 282126 - Part 4: Use horizontal metrics for ch in vertical mixed/sideways writing modes and for ex always. r=emilio 2019-03-21 04:50:47 +00: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 Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
lib.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +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 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
matching.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
parallel.rs Bug 1518045 - Rustfmt has changed its default style. r=emilio 2019-01-07 00:53:06 +01:00
parser.rs Bug 1540093 - Refactor some enabledness checks. r=mats 2019-03-29 11:12:12 +00:00
README.md
rule_cache.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
rule_collector.rs Bug 1518045 - Rustfmt recent changes. 2019-01-07 00:53:17 +01:00
scoped_tls.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
selector_map.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
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 1474793 - Part 10.4: Add ToShmem impl for shared_lock::Locked. r=emilio 2019-03-30 00:16:17 +00:00
str.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
style_adjuster.rs Bug 1539267 - Bug 1539171 - Follow the list-item definition from the spec a bit more closely. r=mats 2019-03-27 15:03:20 +00:00
style_resolver.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
stylesheet_set.rs Bug 1519296 - Part 4: Remove ServoStyleSet::PrependStyleSheet r=emilio 2019-01-12 06:45:45 +00:00
stylist.rs Bug 1474793 - Part 6: Add support for static references to servo_arc::Arc. r=emilio 2019-03-30 00:15:57 +00:00
thread_state.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
timer.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
traversal_flags.rs Bug 1511811 - Use https for the MPL license URL. 2018-12-03 08:43:48 -05:00
traversal.rs No bug - fix a typo. 2019-03-07 00:15:49 +01:00

servo-style

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