gecko-dev/servo/components/style
Emilio Cobos Álvarez 998419a429 Bug 1554433 - Hide -moz-gtk-buttonactivetext from content. r=stransky
This prevents exposing the value to web content.

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

--HG--
extra : moz-landing-system : lando
2019-05-27 11:25:02 +00:00
..
counter_style Bug 1554347 - Appease tidy. 2019-05-25 04:14:33 +02:00
gecko Bug 1554347 - Reformat recent style system changes. 2019-05-25 04:14:30 +02:00
gecko_bindings Bug 1551991 - Remove nsCSSValue bindings. r=jwatt 2019-05-16 23:06:17 +00: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 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
media_queries Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00
properties Bug 1554433 - Move system colors to values::specified::color. r=xidorn 2019-05-26 13:10:00 +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 1549301 - Fix Servo build. 2019-05-06 10:37:55 +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 1554433 - Hide -moz-gtk-buttonactivetext from content. r=stransky 2019-05-27 11:25:02 +00:00
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 1537576 - fix some rust-nightly warnings about unused doc comments. r=boris 2019-03-20 22:47:30 +00:00
build_gecko.rs No bug - Remove a redundant use statement. 2019-04-09 13:39:38 +02:00
build.rs
Cargo.toml Bug 1554347 - Update xml5ever and html5ever. r=npotb 2019-05-25 04:14:23 +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_apis.rs
dom.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
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 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 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 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +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
README.md
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 1543837 - Fix servo build and appease tidy. 2019-04-12 00:25:50 +02: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_flags.rs Bug 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +00:00
traversal.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.