gecko-dev/servo/components/style
Manish Goregaokar d32457d63c servo: Merge #15893 - Support SVG presentation attributes (from Manishearth:stylo-svg-pres); r=bz
r=bz from https://bugzilla.mozilla.org/show_bug.cgi?id=1329093

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

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : d016e30baf708b75bb0d335331faec999df1c738
2017-03-09 15:02:06 -08:00
..
binding_tools servo: Merge #15843 - Servo side of gecko bug 1343078: update bindinggen bits for the changes I'm making to Gecko atoms (from bzbarsky:split-anon-box-atoms); r=bzbarsky 2017-03-07 22:28:02 -08:00
gecko servo: Merge #15843 - Servo side of gecko bug 1343078: update bindinggen bits for the changes I'm making to Gecko atoms (from bzbarsky:split-anon-box-atoms); r=bzbarsky 2017-03-07 22:28:02 -08:00
gecko_bindings servo: Merge #15893 - Support SVG presentation attributes (from Manishearth:stylo-svg-pres); r=bz 2017-03-09 15:02:06 -08:00
gecko_string_cache servo: Merge #15843 - Servo side of gecko bug 1343078: update bindinggen bits for the changes I'm making to Gecko atoms (from bzbarsky:split-anon-box-atoms); r=bzbarsky 2017-03-07 22:28:02 -08:00
properties servo: Merge #15861 - Make text decoration testable and do not serialize initial text-decoration-style (from projektir:make-text-decoration-testable); r=Wafflespeanut 2017-03-08 21:39:30 -08:00
rule_tree servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08:00
servo servo: Merge #15861 - Make text decoration testable and do not serialize initial text-decoration-style (from projektir:make-text-decoration-testable); r=Wafflespeanut 2017-03-08 21:39:30 -08:00
values servo: Merge #15869 - Reject negative border radius (from Iakis:NegBordRad); r=Wafflespeanut 2017-03-09 04:52:35 -08:00
animation.rs servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08:00
attr.rs servo: Merge #15518 - style: Unbox a bunch of color properties (from emilio:color); r=SimonSapin 2017-02-14 11:43:16 -08: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 #15462 - Accumulate parent elements that need selector bits set on the ThreadLocalStyleContext (from bholley:accumulate_selector_flags); r=emilio 2017-02-08 19:33:27 -08:00
build_gecko.rs servo: Merge #15893 - Support SVG presentation attributes (from Manishearth:stylo-svg-pres); r=bz 2017-03-09 15:02:06 -08:00
build.rs servo: Merge #15735 - Update cssparser to 0.11 (from servo:cssparserup); r=emilio 2017-02-26 02:19:32 -08:00
cache.rs servo: Merge #15888 - style: Simplify style sharing code (from emilio:caching); r=Ms2ger 2017-03-09 11:33:33 -08:00
Cargo.toml servo: Merge #15766 - Update cssparser (from servo:cssparserup); r=Manishearth 2017-02-28 08:22:27 -08:00
cascade_info.rs servo: Merge #14802 - Document more style modules (from emilio:no-missing-docs); r=Wafflespeanut 2016-12-31 15:34:51 -08:00
context.rs servo: Merge #15805 - layout_thread: Also reposition elements when reflowing all nodes (from emilio:reposition); r=glennw 2017-03-02 18:46:40 -08:00
custom_properties.rs servo: Merge #15779 - Don't serialize shorthand if some but not all its longhands have CSS-wide keyword (from upsuper:shorthand); r=emilio 2017-03-01 16:12:36 -08:00
data.rs servo: Merge #15791 - Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correctly (from emilio:hint); r=bholley 2017-03-01 18:08:43 -08:00
dom.rs servo: Merge #15480 - Refactor style computation (from bholley:refactor_style_computation); r=emilio 2017-02-10 10:34:57 -08:00
element_state.rs servo: Merge #14872 - stylo: Map more Gecko state bits to Servo state bits (from upsuper:bug1328806); r=bholley 2017-01-06 00:09:32 -08:00
error_reporting.rs servo: Merge #15751 - first stab. added ServoUrl as a parameter to report_error(...) of Par… (from avinash-vijayaraghavan:testing-csserror); r=cbrewster 2017-03-06 07:11:51 -08:00
font_face.rs servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08:00
font_metrics.rs servo: Merge #14802 - Document more style modules (from emilio:no-missing-docs); r=Wafflespeanut 2016-12-31 15:34:51 -08:00
keyframes.rs servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08:00
lib.rs servo: Merge #15766 - Update cssparser (from servo:cssparserup); r=Manishearth 2017-02-28 08:22:27 -08:00
logical_geometry.rs servo: Merge #15268 - Make text-orientation:sideways-right an alias for sideways in Gecko (from mbrubeck:sideways); r=upsuper 2017-01-28 17:24:47 -08:00
matching.rs servo: Merge #15888 - style: Simplify style sharing code (from emilio:caching); r=Ms2ger 2017-03-09 11:33:33 -08:00
media_queries.rs servo: Merge #15077 - Media query parsing and evaluation in stylo using nsMediaFeatures (from emilio:stylo-medialist); r=heycam,Manishearth,upsuper 2017-01-18 05:39:57 -08:00
owning_handle.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
parallel.rs servo: Merge #15557 - stylo: various fixes to improve style logging in opt builds (from bholley:opt_logging); r=emilio 2017-02-15 03:05:07 -08:00
parser.rs servo: Merge #15893 - Support SVG presentation attributes (from Manishearth:stylo-svg-pres); r=bz 2017-03-09 15:02:06 -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 #15557 - stylo: various fixes to improve style logging in opt builds (from bholley:opt_logging); r=emilio 2017-02-15 03:05:07 -08:00
scoped_tls.rs servo: Merge #15119 - Add style performance statistics to Servo (from bholley:traversal_stats); r=emilio 2017-01-19 15:27:34 -08:00
selector_parser.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
sequential.rs servo: Merge #15557 - stylo: various fixes to improve style logging in opt builds (from bholley:opt_logging); r=emilio 2017-02-15 03:05:07 -08: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 #15735 - Update cssparser to 0.11 (from servo:cssparserup); r=emilio 2017-02-26 02:19:32 -08:00
stylesheets.rs servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08:00
stylist.rs servo: Merge #15736 - Bug 1341083: Implement dynamic restyling for display: contents (from servo:display-contents); r=heycam 2017-02-25 11:00:07 -08:00
supports.rs servo: Merge #15856 - Deduplicate declarations on insertion, not at the end of parsing a block (from servo:dedup); r=Manishearth 2017-03-08 03:07:04 -08: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 #15791 - Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correctly (from emilio:hint); r=bholley 2017-03-01 18:08:43 -08:00
viewport.rs servo: Merge #15736 - Bug 1341083: Implement dynamic restyling for display: contents (from servo:display-contents); r=heycam 2017-02-25 11:00:07 -08:00

servo-style

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