servo/components/style
bors-servo a5fe464e4a Auto merge of #16762 - upsuper:buildtime-pseudo, r=emilio
Generate atom files at build-time

The commits here basically do the following things:
1. move all generated files for gecko into "gecko/generated" so that we can copy all of them around
2. make regen_atoms.py generate file to the out dir rather than in-tree
3. make the build script invoke regen_atoms.py when bindgen feature is enabled

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16762)
<!-- Reviewable:end -->
2017-05-08 07:35:19 -05:00
..
binding_tools Make atom files generated at build-time. 2017-05-08 21:33:58 +10:00
counter_style Exclude 'none' from <counter-style-name> after all. 2017-04-26 06:18:58 +02:00
gecko Make atom files generated at build-time. 2017-05-08 21:33:58 +10:00
gecko_bindings Move binding files into another directory. 2017-05-08 21:26:58 +10:00
gecko_string_cache Make atom files generated at build-time. 2017-05-08 21:33:58 +10:00
properties Auto merge of #16754 - canaltinova:text-shadow, r=emilio 2017-05-06 16:10:22 -05:00
rule_tree Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
servo Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
values Auto merge of #16728 - emilio:recalc, r=waffles 2017-05-05 05:09:14 -05:00
animation.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
attr.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
bezier.rs
bloom.rs
build.rs Move python path into a lazy static. 2017-05-08 21:33:57 +10:00
build_gecko.rs Auto merge of #16762 - upsuper:buildtime-pseudo, r=emilio 2017-05-08 07:35:19 -05:00
cache.rs
Cargo.toml Auto merge of #16733 - KuoE0:bug-1356072, r=xidorn 2017-05-04 22:27:44 -05:00
cascade_info.rs
context.rs Re-enable the style sharing cache. 2017-05-05 10:48:30 -07:00
custom_properties.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
data.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
dom.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
element_state.rs
encoding_support.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
error_reporting.rs Rename StdoutErrorReporter to RustLogReporter. 2017-04-24 08:23:41 +02:00
font_face.rs
font_metrics.rs
keyframes.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
lib.rs Auto merge of #16689 - servo:m5e, r=nox 2017-05-03 08:42:41 -05:00
logical_geometry.rs style: Add Gecko-only support for writing-mode:sideways-{lr,rl}. 2017-04-17 11:24:23 +10:00
matching.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
media_queries.rs Propagate quirks mode all the way to ParserContext 2017-04-27 10:41:55 +02:00
parallel.rs
parser.rs style: Use SmallVec in the computed value representation of most stuff. 2017-04-30 23:32:32 +02:00
README.md
restyle_hints.rs Use a rulehash for DependencySet. 2017-05-05 13:50:40 -07:00
scoped_tls.rs
selector_parser.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
sequential.rs
shared_lock.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
sink.rs
str.rs Support vendor prefix keyframes rule. 2017-04-21 12:18:12 +09:00
style_adjuster.rs style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the cascade. 2017-04-30 23:45:40 +02:00
stylearc.rs Express unique ownership of arc in StyleStructRef, add vacated state 2017-05-04 07:15:18 -07:00
stylesheet_set.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
stylesheets.rs Use StyleArc in the style system. 2017-05-02 17:35:44 -07:00
stylist.rs Use a rule hash for revalidation selectors. 2017-05-05 10:48:24 -07:00
supports.rs
thread_state.rs
timer.rs
traversal.rs Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiro 2017-04-27 14:26:48 +02:00
viewport.rs style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the cascade. 2017-04-30 23:45:40 +02:00

servo-style

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