gecko-dev/servo/components/style
Nazım Can Altınova 28e3e60ad6 servo: Merge #17616 - stylo: Add auto-filled line names to mRepeatAutoLineNameListBefore array (from canaltinova:subgrid-autofill); r=wafflespeanut
Line names with `repeat(auto-fill, ...)` were not being added to mRepeatAutoLineNameListBefore. They were being added into mLineNameLists instead.
Basically, `subgrid repeat(auto-fill, [abc]) [y z]` was becoming  `subgrid repeat(auto-fill, []) [abc] [y z]` in computed value.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

Source-Repo: https://github.com/servo/servo
Source-Revision: 9bb3728eb97271062d0259a91f7faf729df677cd

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 2c74cc68c017611d92dd5f6a64330d36d98d4960
2017-07-05 20:34:57 -07:00
..
counter_style servo: Merge #17530 - Improve sequence values in style (from servo:derive-all-the-things); r=emilio 2017-06-27 15:34:15 -07:00
gecko servo: Merge #17615 - Rip out the generic abstractions around ThreadLocalStyleContext (from bholley:simplify_local_context); r=emilio 2017-07-05 19:29:01 -07:00
gecko_bindings servo: Merge #17543 - Make text-shadow and box-shadow use SimpleShadow (from servo:derive-all-the-things); r=emilio 2017-06-28 07:28:45 -07:00
gecko_string_cache servo: Merge #17431 - style: Cleanup after #17427, and remove extra-optimistic optimization added in #17429 (from emilio:restyle-hints-xbl); r=emilio 2017-06-20 08:13:05 -07:00
invalidation servo: Merge #17590 - stylo: Fix StyleSheetInner/Stylesheet mapping (from emilio:gecko-inner); r=heycam 2017-07-02 07:00:39 -07:00
properties servo: Merge #17616 - stylo: Add auto-filled line names to mRepeatAutoLineNameListBefore array (from canaltinova:subgrid-autofill); r=wafflespeanut 2017-07-05 20:34:57 -07:00
rule_tree servo: Merge #17602 - Use GC machinery rather than recursion for post-rule-tree-teardown node dropping (from bholley:rule_tree_custom_gc); r=emilio 2017-07-04 13:44:52 -07:00
servo servo: Merge #17581 - Fix incremental layout bugs for absolute and cleared elements (from mbrubeck:incremental); r=pcwalton 2017-06-30 22:15:26 -07:00
sharing servo: Merge #17481 - Stylo: Move match and cascade temporaries to CurrentElementInfo (from jryans:move-rule-node); r=bholley 2017-06-22 17:46:55 -07:00
stylesheets servo: Merge #17590 - stylo: Fix StyleSheetInner/Stylesheet mapping (from emilio:gecko-inner); r=heycam 2017-07-02 07:00:39 -07:00
values servo: Merge #17616 - stylo: Add auto-filled line names to mRepeatAutoLineNameListBefore array (from canaltinova:subgrid-autofill); r=wafflespeanut 2017-07-05 20:34:57 -07:00
animation.rs servo: Merge #17481 - Stylo: Move match and cascade temporaries to CurrentElementInfo (from jryans:move-rule-node); r=bholley 2017-06-22 17:46:55 -07:00
applicable_declarations.rs servo: Merge #17281 - Pack bloom filter hashes better and save a word on Rule (from bholley:shrink_rule_again); r=emilio 2017-06-12 12:41:39 -07:00
attr.rs servo: Merge #17390 - Untry (from servo:untry); r=nox 2017-06-18 05:55:11 -07:00
bezier.rs servo: Merge #17184 - Bump euclid to 0.14.x (from nical:euclid-bump); r=SimonSapin 2017-06-14 07:25:05 -07:00
bloom.rs servo: Merge #17462 - various bloom filter optimizations (from bholley:bloom_optimizations); r=emilio 2017-06-22 14:39:30 -07:00
build_gecko.rs servo: Merge #17440 - Update bindgen to 0.26.1 (from emilio:bindgen-up); r=upsuper 2017-06-20 16:42:16 -07: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 #17142 - Move LRUCache to ArrayDeque crate (from kenan-rhoton:LRUCacheArrayVecDeque); r=emilio 2017-06-04 13:29:24 -07:00
Cargo.toml servo: Merge #17484 - Bump cssparser version to 0.16.1 in toml files (from canaltinova:upup); r=emilio 2017-06-22 16:52:00 -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 #17612 - Make the style statistics dump threshold configurable (from bholley:custom_threshold); r=emilio 2017-07-05 18:37:04 -07:00
custom_properties.rs servo: Merge #17558 - Derive Eq and PartialEq for CustomPropertiesMap (from ferjm:custompropmap.eq); r=emilio 2017-06-28 22:01:17 -07:00
data.rs servo: Merge #17504 - Make EagerPseudoStyles use an Arc, not a Box (from bholley:arc_pseudos); r=bholley 2017-06-23 20:07:45 -07:00
dom.rs servo: Merge #17615 - Rip out the generic abstractions around ThreadLocalStyleContext (from bholley:simplify_local_context); r=emilio 2017-07-05 19:29:01 -07:00
element_state.rs servo: Merge #17577 - Bug 1348489 - stylo: Implement :-moz-window-inactive (from mbrubeck:inactive); r=emilio 2017-06-30 10:13:01 -07:00
encoding_support.rs servo: Merge #17286 - Set stylesheet url_data correctly for import rule (from upsuper:import-url-data); r=heycam 2017-06-12 17:08:49 -07:00
error_reporting.rs servo: Merge #17345 - Upgrade cssparser to 0.15 (from servo:cssparserup); r=<try> 2017-06-16 06:09:52 -07:00
font_face.rs servo: Merge #17530 - Improve sequence values in style (from servo:derive-all-the-things); r=emilio 2017-06-27 15:34:15 -07: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
lib.rs servo: Merge #17493 - remove various things now that Rust 1.17 is required (from froydnj:rust-117-fixes); r=jdm 2017-06-23 16:01:02 -07:00
logical_geometry.rs servo: Merge #17390 - Untry (from servo:untry); r=nox 2017-06-18 05:55:11 -07:00
macros.rs servo: Merge #17560 - Introduce ToAnimatedValue 🎥 (from servo:derive-all-the-things); r=<try> 2017-06-29 06:49:39 -07:00
matching.rs servo: Merge #17593 - stylo: properly handle ::before/::after rules applying to replaced elements (from emilio:pseudo-replaced); r=heycam 2017-07-03 04:04:44 -07:00
media_queries.rs servo: Merge #17390 - Untry (from servo:untry); r=nox 2017-06-18 05:55:11 -07:00
parallel.rs servo: Merge #17615 - Rip out the generic abstractions around ThreadLocalStyleContext (from bholley:simplify_local_context); r=emilio 2017-07-05 19:29:01 -07:00
parser.rs servo: Merge #17530 - Improve sequence values in style (from servo:derive-all-the-things); r=emilio 2017-06-27 15:34:15 -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
scoped_tls.rs servo: Merge #17235 - Increase the size of the style sharing cache to 31 (from bzbarsky:bigger-sharing-cache); r=bholley 2017-06-08 12:22:38 -07:00
selector_map.rs servo: Merge #17439 - Match compound selectors left-to-right (second try) (from bholley:compound_left_to_right); r=SimonSapin 2017-06-21 09:28:43 -07:00
selector_parser.rs servo: Merge #16752 - Report more informative CSS errors (from jdm:css-parse-error); r=SimonSapin 2017-06-09 14:31:48 -07:00
sequential.rs servo: Merge #17615 - Rip out the generic abstractions around ThreadLocalStyleContext (from bholley:simplify_local_context); r=emilio 2017-07-05 19:29:01 -07:00
shared_lock.rs servo: Merge #17590 - stylo: Fix StyleSheetInner/Stylesheet mapping (from emilio:gecko-inner); r=heycam 2017-07-02 07:00:39 -07: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 #17447 - style: Be more strict when setting the root font size (from emilio:root-disconnected-subtree); r=heycam,Manishearth 2017-06-22 04:17:04 -07:00
stylesheet_set.rs servo: Merge #17590 - stylo: Fix StyleSheetInner/Stylesheet mapping (from emilio:gecko-inner); r=heycam 2017-07-02 07:00:39 -07:00
stylist.rs servo: Merge #17590 - stylo: Fix StyleSheetInner/Stylesheet mapping (from emilio:gecko-inner); r=heycam 2017-07-02 07:00:39 -07: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 #17615 - Rip out the generic abstractions around ThreadLocalStyleContext (from bholley:simplify_local_context); r=emilio 2017-07-05 19:29:01 -07:00

servo-style

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