gecko-dev/servo/components/style
L. David Baron 1194947216 servo: Merge #17046 - Fix stylo bindings for Gecko changes to nsITheme constants in bug 1367577 (from dbaron:bug1367577); r=Manishearth
These changes fix the stylo bindings for the changes to the Gecko nsITheme constants in [bug 1367577](https://bugzilla.mozilla.org/show_bug.cgi?id=1367577).

I believe there isn't anything in these changes that should affect the stylo build (as opposed to the servo build, which I've tested on try in that bug).

Source-Repo: https://github.com/servo/servo
Source-Revision: dbadf5a8b658214a30f2c24b444952962a4b97aa

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : d2acf0b9c55e2489ce65782dbc1891c44c630703
2017-05-26 08:48:39 -05:00
..
counter_style servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
gecko servo: Merge #17046 - Fix stylo bindings for Gecko changes to nsITheme constants in bug 1367577 (from dbaron:bug1367577); r=Manishearth 2017-05-26 08:48:39 -05: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
properties servo: Merge #17046 - Fix stylo bindings for Gecko changes to nsITheme constants in bug 1367577 (from dbaron:bug1367577); r=Manishearth 2017-05-26 08:48:39 -05:00
rule_tree servo: Merge #17050 - Fix calculation of base styles to drop animation rules (from birtles:fix-base-styles); r=hiro 2017-05-26 07:34:16 -05:00
servo servo: Merge #17041 - Move root_font_size to the device (from Manishearth:root_font_size); r=emilio 2017-05-25 18:29:52 -05:00
sharing servo: Merge #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -05:00
values servo: Merge #17041 - Move root_font_size to the device (from Manishearth:root_font_size); r=emilio 2017-05-25 18:29:52 -05:00
animation.rs servo: Merge #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -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 #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
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 #16968 - Stylist accessors (from HeyZoos:stylist-accessors); r=emilio 2017-05-22 20:12:46 -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 #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -05: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 #17027 - Rollup of 9 pull requests (from Manishearth:rollup); r=Manishearth 2017-05-24 16:08:02 -05: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 #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
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 #17033 - style: Add support for resolving default computed styles (from heycam:default-cs); r=emilio 2017-05-25 05:50:52 -05: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 #16851 - Allow all numeric values for SMIL values (from hiikezoe:allow-all-numeric-values); r=emilio 2017-05-13 18:53:07 -05: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 #17032 - Stylo: visited pseudo-class support (from jryans:stylo-visited); r=emilio 2017-05-24 19:53:48 -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 #16844 - Servo-side change stylesheet_set entry unique_id to u64 (from bradwerth:stylesheet64); r=heycam 2017-05-13 16:13:13 -05:00
stylesheets.rs servo: Merge #17028 - Stylo: Deep clone ServoStyleSheets (from bradwerth:innerClone); r=heycam 2017-05-24 23:26:23 -05:00
stylist.rs servo: Merge #17033 - style: Add support for resolving default computed styles (from heycam:default-cs); r=emilio 2017-05-25 05:50:52 -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 #17033 - style: Add support for resolving default computed styles (from heycam:default-cs); r=emilio 2017-05-25 05:50:52 -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.