servo/components/style/gecko
Emilio Cobos Álvarez 3b857f1c4e
style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the cascade.
This should fix most of the complaints that caused
https://bugzilla.mozilla.org/show_bug.cgi?id=1360889 to be open, and also fix a
bunch of other FIXMEs across the style system.
2017-04-30 23:45:40 +02:00
..
generated Correct typo about pseudo_element macros 2017-04-27 11:39:58 -05:00
arc_types.rs Implement CSSOM support for @supports. 2017-04-28 09:11:01 +08:00
conversions.rs Parse interpolation hints (fixes #15166) 2017-04-27 15:04:36 +02:00
data.rs style: Simplify author_style_disabled handling. 2017-04-19 09:41:37 +02:00
global_style_data.rs Store style system options in the global style data and shared style context. 2017-04-12 14:34:42 +08:00
media_queries.rs style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the cascade. 2017-04-30 23:45:40 +02:00
mod.rs Use Gecko nsCSSFontFaceRule for font face rule. 2017-03-30 11:41:09 +11:00
non_ts_pseudo_class_list.rs Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycam 2017-03-29 11:52:53 +02:00
restyle_damage.rs Implement "handled for descendants" tracking for RestyleDamage. 2017-02-17 10:15:53 -08:00
rules.rs Add missing 'additive-symbols' validity checks 2017-04-26 13:02:40 +09:00
selector_parser.rs Properly handle -moz-any for revalidation selectors. 2017-04-27 11:13:11 -07:00
snapshot.rs Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycam 2017-03-29 11:52:53 +02:00
snapshot_helpers.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
traversal.rs Do the sequential traversal breadth-first. 2017-04-09 14:52:49 +08:00
url.rs Use a UrlExtraData type alias to unify url handling logic. 2017-04-03 21:57:16 +10:00
values.rs Make ShapeRadius generic 2017-04-25 17:13:44 +05:30
wrapper.rs Auto merge of #16609 - nox:quirks, r=Manishearth,emilio 2017-04-27 22:32:24 -05:00