gecko-dev/servo/components/style
Anthony Ramine e4babcc971 servo: Merge #17122 - Continue to slim down the code for CSS properties (from servo:derive-all-the-things); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 028908ee269a680464d079ba4f6e9e8ef5b41749

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 644f808a229f33b2ba03cb759e8770e911e9d2ac
2017-06-02 01:53:55 -07:00
..
counter_style servo: Merge #17060 - Support symbols() function and string value for list-style-type for stylo (from upsuper:bug1363596); r=heycam 2017-05-27 07:09:30 -05:00
gecko servo: Merge #17137 - Get parent style in servo side (from hiikezoe:get-parent-style-in-servo-side); r=birtles 2017-06-01 20:56:48 -07:00
gecko_bindings servo: Merge #17016 - Use struct rather than nsCSSValue::Array to store counter functions in Gecko (from upsuper:bug1366735); r=heycam 2017-05-24 17:26:03 -05:00
gecko_string_cache servo: Merge #17027 - Rollup of 9 pull requests (from Manishearth:rollup); r=Manishearth 2017-05-24 16:08:02 -05:00
invalidation servo: Merge #17078 - stylo: Avoid restyling the whole document when adding stylesheets (from emilio:stylesheet-invalidation-scopes); r=heycam 2017-05-29 14:19:16 -05:00
properties servo: Merge #17122 - Continue to slim down the code for CSS properties (from servo:derive-all-the-things); r=emilio 2017-06-02 01:53:55 -07:00
rule_tree servo: Merge #17063 - style: Allow sharing styles across elements with presentational hints (from emilio:pres-hints-sharing); r=bholley 2017-05-30 07:28:06 -05:00
servo servo: Merge #17130 - stylo: Handle attr() in content (from Manishearth:stylo-attr); r=heycam,emilio 2017-06-01 15:34:55 -07:00
sharing servo: Merge #17110 - Improve Style Sharing (from bholley:better_style_sharing); r=emilio 2017-05-31 10:07:53 -05:00
values servo: Merge #17122 - Continue to slim down the code for CSS properties (from servo:derive-all-the-things); r=emilio 2017-06-02 01:53:55 -07:00
animation.rs servo: Merge #17092 - style: Add support for disabled document colors (from heycam:document-colors); r=xidorn 2017-05-30 06:10:42 -05:00
attr.rs servo: Merge #16915 - Shrink selectors::Component, implement attr selector (in)case-sensitivity (from servo:attr-selectors); r=nox,emilio 2017-05-18 18:45:20 -05:00
bezier.rs servo: Merge #14821 - More docs in style (from servo:docs-in-style); r=emilio 2017-01-02 02:08:01 -08:00
bloom.rs servo: Merge #16943 - style: Make a bloom filter arrive to restyle hint computation (from emilio:bloom-restyle-hints); r=bholley 2017-05-20 17:17:05 -05:00
build_gecko.rs servo: Merge #16941 - Move config info from build_gecko.rs to Gecko code (from upsuper:bug1336540); r=emilio 2017-05-18 20:42:55 -05:00
build.rs servo: Merge #16935 - Move bindings tests out of the style crate (from servo:out-of-crate-bindings-tests); r=emilio 2017-05-19 03:48:14 -05:00
cache.rs servo: Merge #16432 - Coalesce duplicate selector flags and improve LRUCache (from bholley:faster_selector_flags); r=bholley 2017-04-13 08:56:03 -05:00
Cargo.toml servo: Merge #17118 - Remove unicode-bidi/with_serde feature from style deps (from upsuper:unicode-bidi-serde); r=heycam 2017-05-31 19:28:12 -07:00
cascade_info.rs servo: Merge #16973 - Derive ToComputedValue (from servo:derive-all-the-things); r=emilio 2017-05-21 08:48:10 -05:00
context.rs servo: Merge #17110 - Improve Style Sharing (from bholley:better_style_sharing); r=emilio 2017-05-31 10:07:53 -05:00
custom_properties.rs servo: Merge #16973 - Derive ToComputedValue (from servo:derive-all-the-things); r=emilio 2017-05-21 08:48:10 -05:00
data.rs servo: Merge #17128 - stylo: Basic support for first-line/letter dynamic changes (from emilio:first-line-letter); r=bholley 2017-06-01 12:13:43 -07:00
document_condition.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
dom.rs servo: Merge #17128 - stylo: Basic support for first-line/letter dynamic changes (from emilio:first-line-letter); r=bholley 2017-06-01 12:13:43 -07:00
element_state.rs servo: Merge #16873 - Fix dynamic updates when :dir matching changes in stylo (from bzbarsky:fix-dir-matching); r=emilio 2017-05-15 11:40:40 -05:00
encoding_support.rs servo: Merge #16835 - Stylo: Bug 1350175 - Support getting line / column number of CSS rules (from ferjm:bug1350175.line.column.css.rules); r=upsuper,SimonSapin 2017-05-15 05:28:50 -05:00
error_reporting.rs servo: Merge #16585 - Don’t log CSS parsing errors in user-agent stylesheets (from servo:log); r=emilio 2017-04-24 05:05:51 -05:00
font_face.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
font_metrics.rs servo: Merge #16333 - stylo: support font metrics (from Manishearth:stylo-metrics); r=heycam 2017-04-10 01:35:18 -05:00
keyframes.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
lib.rs servo: Merge #17078 - stylo: Avoid restyling the whole document when adding stylesheets (from emilio:stylesheet-invalidation-scopes); r=heycam 2017-05-29 14:19:16 -05:00
logical_geometry.rs servo: Merge #16779 - [gfx] [layout] [style] Upgrade unicode-bidi to 0.3 (from behnam:bidi-0.3); r=mbrubeck 2017-05-22 23:06:07 -05:00
macros.rs servo: Merge #16960 - Derive HasViewportPercentage 🍷 (from servo:derive-all-the-things); r=emilio 2017-05-20 11:34:36 -05:00
matching.rs servo: Merge #17128 - stylo: Basic support for first-line/letter dynamic changes (from emilio:first-line-letter); r=bholley 2017-06-01 12:13:43 -07:00
media_queries.rs servo: Merge #16609 - Implement unitless length quirk (from nox:quirks); r=Manishearth,emilio 2017-04-27 22:32:24 -05:00
parallel.rs servo: Merge #16971 - Rewrite parallel.rs (from bholley:fix_parallelism); r=emilio 2017-05-21 01:12:22 -05:00
parser.rs servo: Merge #17130 - stylo: Handle attr() in content (from Manishearth:stylo-attr); r=heycam,emilio 2017-06-01 15:34:55 -07:00
README.md servo: Merge #10934 - style: Add infrastructure to support lazy pseudo-elements (from emilio:other-gecko-pseudos); r=bholley,mbrubeck 2016-05-04 03:42:23 -07:00
restyle_hints.rs servo: Merge #17087 - style: Support a restyle hint that indicates all descendants must be recascaded (from heycam:recascade); r=emilio 2017-05-29 20:16:12 -05:00
scoped_tls.rs servo: Merge #16303 - bump required rayon version to 0.7 (from froydnj:rayon-version-bump); r=jdm 2017-05-08 21:36:48 -05:00
selector_map.rs servo: Merge #16990 - Remove dead code in restyle_hints submodule, and move SelectorMap to its own submodule (from emilio:selector-map); r=upsuper 2017-05-23 08:40:37 -05:00
selector_parser.rs servo: Merge #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -05:00
sequential.rs servo: Merge #16379 - Limit traversal statistics dumps to subtrees of 50 or more elements and add more values (from bholley:quieter_stats); r=SimonSapin 2017-04-13 01:44:12 -05:00
shared_lock.rs servo: Merge #16702 - Use a custom arc in the style system (from bholley:custom_arc); r=emilio 2017-05-02 20:01:10 -05:00
sink.rs servo: Merge #14819 - Document most of the remaining parts of the style system, make docs-by-default for the whole style system (from emilio:no-missing-docs); r=Manishearth 2017-01-02 04:10:56 -08:00
str.rs servo: Merge #16553 - Support vendor prefix keyframes rule (from hiikezoe:vendor-prefix-keyframes); r=emilio 2017-04-21 00:17:06 -05:00
style_adjuster.rs servo: Merge #17026 - mathvariant attributes should affect computed font style and weight in stylo (from bzbarsky:mathvariant); r=Manishearth 2017-05-25 02:07:08 -05:00
stylearc.rs servo: Merge #16721 - Set vector properties via iterator in stylo (from Manishearth:vector-iter); r=emilio 2017-05-04 11:23:05 -05:00
stylesheet_set.rs servo: Merge #17078 - stylo: Avoid restyling the whole document when adding stylesheets (from emilio:stylesheet-invalidation-scopes); r=heycam 2017-05-29 14:19:16 -05:00
stylesheets.rs servo: Merge #17130 - stylo: Handle attr() in content (from Manishearth:stylo-attr); r=heycam,emilio 2017-06-01 15:34:55 -07:00
stylist.rs servo: Merge #17110 - Improve Style Sharing (from bholley:better_style_sharing); r=emilio 2017-05-31 10:07:53 -05:00
supports.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
thread_state.rs servo: Merge #14896 - Tidy assignments (from g1smo:tidy-assignments); r=jdm 2017-01-07 09:40:46 -08:00
timer.rs servo: Merge #14801 - style: Document and force documentation in a big chunk of the style crate (from emilio:no-missing-docs); r=mbrubeck,Manishearth,Wafflespeanut 2016-12-31 03:19:02 -08:00
traversal.rs servo: Merge #17063 - style: Allow sharing styles across elements with presentational hints (from emilio:pres-hints-sharing); r=bholley 2017-05-30 07:28:06 -05:00
viewport.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00

servo-style

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