aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits
Commit message (Expand)AuthorAgeFilesLines
* Box larger specified values to avoid memmove impactNazım Can Altınova2017-02-091-0/+8
* Rename CommaSeparated to OneOrMoreCommaSeparated, reflecting its behavior.Simon Sapin2017-02-032-3/+3
* Macroize @font-face descriptor definitionsSimon Sapin2017-02-022-1/+16
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* style: Document style_traits and deny missing docs on it.Emilio Cobos Álvarez2016-12-314-7/+37
* style: Consistently indent stuff, add a bit of documentation driving by.Emilio Cobos Álvarez2016-12-311-4/+5
* Auto merge of #14135 - frewsxcv:code-like, r=Ms2gerbors-servo2016-11-142-5/+5
|\
| * Indicate items in doc comments as code-like.Corey Farwell2016-11-082-5/+5
* | style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-103-14/+1
|/
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-072-2/+9
* Move Servo-specific ToCss to style_traitsRavi Shankar2016-11-073-1/+50
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-032-3/+3
* Emit TransitionEnd events in the layout thread and process it in the script t...Keith Yeung2016-10-111-0/+4
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-3/+6
* Reorder `use` statementsUK9922016-09-091-1/+1
* Update cssparserSimon Sapin2016-09-071-1/+1
* style: Don't incorrectly clamp values in calc that might not be only lengths.Emilio Cobos Álvarez2016-09-013-0/+13
* style: Properly track whether negative values of calc() are allowedEmilio Cobos Álvarez2016-08-301-0/+2
* Update cssparserSimon Sapin2016-08-281-1/+1
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-4/+4
* Update to euclid 0.8Martin Robinson2016-08-122-8/+8
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* Move some unit type definitions to style_traits.Ms2ger2016-07-113-4/+30
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-3/+3
* Reorder dependenciesAnthony Ramine2016-06-261-1/+1
* Remove some usage of unstable features in geckolibSimon Sapin2016-06-221-1/+1
* Change style_traits to a single "servo" Cargo featureSimon Sapin2016-06-225-44/+20
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-225-20/+77
* use less repetitive namemrmiywj2016-06-121-35/+35
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Remove some unused dependenciesMatt Brubeck2016-05-021-4/+0
* Simplify TOML syntaxSimon Sapin2016-04-261-6/+2
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Drop style_traits's unused dependency on num.Ms2ger2016-04-201-1/+0
* Report memory usage from LayoutThreadData Stylist [#7038]Pawel Kondzior2016-03-191-1/+1
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
* Update log to 0.3.5Anthony Ramine2016-03-161-1/+1
* Bump url to 0.5.7Anthony Ramine2016-03-091-1/+1
* Bump euclid to 0.6.4Anthony Ramine2016-03-091-1/+1
* Bump cssparser to 0.5.4Anthony Ramine2016-03-091-1/+1
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
* Move util::cursor to style_traitsAnthony Ramine2016-02-162-0/+75
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+1
* Bump heapsize to 0.3Anthony Ramine2016-02-131-1/+1
* Bump url to 0.5.5Anthony Ramine2016-02-131-1/+1