gecko-dev/servo/components/style
Emilio Cobos Álvarez 950451a844 servo: Merge #14622 - stylo: Track the last restyle generation properly (from emilio:last-restyle); r=bholley
I couldn't reproduce locally, but I believe this fixes:

https://bugzilla.mozilla.org/show_bug.cgi?id=1323890

r? @heycam

Source-Repo: https://github.com/servo/servo
Source-Revision: f6163c77b9ac979f8406ef6ffe90e8c8e4a054cc
2016-12-17 14:40:33 -08:00
..
binding_tools servo: Merge #14609 - Update atoms when build geckolib with gecko (from upsuper:auto-regen-atoms); r=Wafflespeanut 2016-12-15 22:05:15 -08:00
gecko servo: Merge #14622 - stylo: Track the last restyle generation properly (from emilio:last-restyle); r=bholley 2016-12-17 14:40:33 -08:00
gecko_bindings servo: Merge #14580 - stylo: regenerate bindings (from heycam:bindings-update-11); r=emilio 2016-12-14 17:40:55 -08:00
gecko_string_cache servo: Merge #14535 - Introduce a PropertyId enum and use it instead of strings of property names (from servo:property-id); r=mbrubeck 2016-12-10 01:16:26 -08:00
properties servo: Merge #14000 - Stylo: Basic support for grid-{row,column}-{start,end} (from Wafflespeanut:grid); r=Manishearth 2016-12-16 14:23:40 -08:00
rule_tree servo: Merge #14273 - ensure RuleNodes are dropped when Gecko drops the Stylist (from heycam:rule-tree-stylo); r=bholley,emilio 2016-11-21 08:16:36 -06:00
servo servo: Merge #14509 - Implement background-position-x/y (from canaltinova:position); r=Manishearth 2016-12-15 12:15:06 -08:00
values servo: Merge #14598 - Fix linear gradient's specified form #13892 (from DominoTree:master); r=canaltinova 2016-12-16 15:11:29 -08:00
animation.rs servo: Merge #14418 - layout: Fix some particularly bad cases of spurious reflows leading to script thread unresponsiveness (from pcwalton:infinite-reflows); r=notriddle 2016-12-01 10:16:38 -08:00
atomic_refcell.rs servo: Merge #14300 - stylo: Basic infrastructure for RestyleHint-driven traversal (from bholley:restyle_driven_traversal); r=emilio 2016-11-25 09:00:44 -08:00
attr.rs servo: Merge #13418 - Make document url mutable and implement location.replace() (from stshine:location-replace); r=KiChjang 2016-11-20 02:27:54 -06:00
bezier.rs servo: Merge #9635 - Move util::bezier to style (from nox:mv-bezier); r=jdm 2016-02-15 07:18:27 +05:01
bloom.rs servo: Merge #14461 - allow the style bloom filter to recover from switch to a node with no common ancestor with the old node (from heycam:bloom-no-common-ancestor); r=emilio 2016-12-05 03:01:12 -08:00
build_gecko.rs servo: Merge #14600 - Parallelize build-time bindgen (from upsuper:parallel-bindgen); r=bholley 2016-12-15 01:51:00 -08:00
build.rs servo: Merge #14244 - Use build script to generate binding files (from upsuper:buildtime-bindgen); r=emilio 2016-12-10 03:21:42 -08:00
cache.rs servo: Merge #13676 - Remove usage of deprecated SipHasher (from servo:no-siphasher); r=pcwalton 2016-10-10 11:39:06 -05:00
Cargo.toml servo: Merge #14592 - Remove the util crate (from asajeffrey:util-goodbye); r=mbrubeck 2016-12-14 16:48:42 -08:00
cascade_info.rs servo: Merge #12838 - Fix restyling on viewport resize (from emilio:viewport); r=SimonSapin 2016-08-16 13:48:20 -05:00
context.rs servo: Merge #14430 - Expose Quirks Mode information in the layout data and code (from julienw:access-quirks-mode-from-layout); r=emilio 2016-12-17 13:25:06 -08:00
custom_properties.rs servo: Merge #14373 - Use the ParserContext along with the Parser (from Wafflespeanut:parse); r=emilio 2016-11-26 19:20:10 -08:00
data.rs servo: Merge #14436 - Make restyle tracking more granular (from bholley:granular_restyle); r=emilio 2016-12-09 17:01:05 -08:00
dom.rs servo: Merge #14581 - stylo: Avoid traversing children of XBL-bound elements during initial styling (from bholley:dont_traverse_xbl); r=heycam 2016-12-14 19:41:12 -08:00
element_state.rs servo: Merge #13489 - Add support for fullscreen #10102 (from farodin91:fullscreen); r=jdm 2016-12-09 09:52:34 -08:00
error_reporting.rs servo: Merge #11834 - Add some documentation to the style crate (from servo:style-docs); r=SimonSapin 2016-06-27 17:14:55 -05:00
font_face.rs servo: Merge #14370 - use Either type for UrlOrNone (from thiagopnts:master); r=Wafflespeanut 2016-12-01 22:03:31 -08:00
font_metrics.rs servo: Merge #14174 - style: Refactor and add infrastructure for font metrics in style (from emilio:font-provider); r=Manishearth 2016-11-13 04:55:02 -06:00
keyframes.rs servo: Merge #14605 - style: Avoid ending up with an invalid keyframe when inf or NaN are a… (from emilio:crashtest-bug-1323717); r=SimonSapin 2016-12-15 17:45:12 -08:00
lib.rs servo: Merge #14613 - Remove unused style::refcell module (from servo:refcell-style); r=nox 2016-12-16 05:40:33 -08:00
logical_geometry.rs servo: Merge #14136 - style: Add a "start_end()" method to LogicalMargin (from stshine:orthogonal-symmetry); r=SimonSapin 2016-11-10 11:53:05 -06:00
matching.rs servo: Merge #14610 - Simplify style context architecture and make it safer (from bholley:style_context_refactor); r=emilio 2016-12-16 11:38:27 -08:00
media_queries.rs servo: Merge #14540 - style: Basic @import support (from servo:at-import); r=SimonSapin,Ms2ger 2016-12-16 09:43:19 -08:00
owning_handle.rs servo: Merge #13759 - Implement OwningHandle in style (from bholley:owning_handle); r=SimonSapin 2016-10-14 10:42:10 -05:00
parallel.rs servo: Merge #14610 - Simplify style context architecture and make it safer (from bholley:style_context_refactor); r=emilio 2016-12-16 11:38:27 -08:00
parser.rs servo: Merge #14373 - Use the ParserContext along with the Parser (from Wafflespeanut:parse); r=emilio 2016-11-26 19:20:10 -08: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 #14436 - Make restyle tracking more granular (from bholley:granular_restyle); r=emilio 2016-12-09 17:01:05 -08:00
selector_parser.rs servo: Merge #14436 - Make restyle tracking more granular (from bholley:granular_restyle); r=emilio 2016-12-09 17:01:05 -08:00
sequential.rs servo: Merge #14610 - Simplify style context architecture and make it safer (from bholley:style_context_refactor); r=emilio 2016-12-16 11:38:27 -08:00
sink.rs servo: Merge #12224 - Remove some stuff from util (from nox:die-util-die); r=Ms2ger 2016-07-04 12:57:00 -07:00
str.rs servo: Merge #14535 - Introduce a PropertyId enum and use it instead of strings of property names (from servo:property-id); r=mbrubeck 2016-12-10 01:16:26 -08:00
stylesheets.rs servo: Merge #14540 - style: Basic @import support (from servo:at-import); r=SimonSapin,Ms2ger 2016-12-16 09:43:19 -08:00
stylist.rs servo: Merge #14540 - style: Basic @import support (from servo:at-import); r=SimonSapin,Ms2ger 2016-12-16 09:43:19 -08:00
thread_state.rs servo: Merge #13641 - Use rayon to drive parallel layout and styling (from emilio:rayon-style); r=pcwalton 2016-11-14 14:47:21 -06:00
tid.rs servo: Merge #12256 - Move some stuff from util to style (from nox:die-util-die); r=Ms2ger 2016-07-05 02:04:42 -07:00
timer.rs servo: Merge #12392 - style: Add support to test animations programatically (from emilio:test-animations); r=SimonSapin 2016-07-20 13:38:31 -05:00
traversal.rs servo: Merge #14610 - Simplify style context architecture and make it safer (from bholley:style_context_refactor); r=emilio 2016-12-16 11:38:27 -08:00
viewport.rs servo: Merge #14238 - Implement ToCss serialization for CSSRules (from canaltinova:cssom-tocss); r=Manishearth 2016-11-18 10:15:52 -06:00

servo-style

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