aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #16960 - servo:derive-all-the-things, r=emiliobors-servo2017-05-202-0/+44
|\
| * Derive HasViewportPercentage 🍷Anthony Ramine2017-05-202-0/+44
* | Update app_units to 0.4.1Manish Goregaokar2017-05-191-1/+1
|/
* Auto merge of #16067 - Wafflespeanut:grid, r=nox,Wafflespeanutbors-servo2017-05-181-0/+1
|\
| * Add parsing/serialization for repeat() functionRavi Shankar2017-05-181-0/+1
* | Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-0/+7
|/
* Bump cssparser to 0.13.3Manish Goregaokar2017-05-111-1/+1
* Make stylo support moz-prefixed cursor values.KuoE02017-05-052-39/+59
* Update to cssparser 0.13Simon Sapin2017-04-251-1/+1
* style: Add support for property value aliases.Cameron McCormack2017-04-171-7/+33
* Don't reject out of bound calc() values at parsing-timeAnthony Ramine2017-04-121-1/+36
* Rename AllowedNumericType to AllowedLengthTypeAnthony Ramine2017-04-122-13/+13
* Update cssparser in Cargo.toml.Xidorn Quan2017-04-071-1/+1
* Implement serialization for transform functions.Pyfisch2017-04-041-0/+17
* style: Add <keyword>::from_ident helper to avoid tokenizing the same value mu...Emilio Cobos Álvarez2017-03-261-1/+6
* Update cssparser for https://github.com/servo/rust-cssparser/pull/123Simon Sapin2017-02-282-3/+1
* Update to cssparser 0.11Simon Sapin2017-02-262-3/+4
* Borrow input to match_ignore_ascii_case!Simon Sapin2017-02-262-3/+4
* Auto merge of #15712 - nox:rustc-serialize, r=metajackbors-servo2017-02-233-3/+1
|\
| * Remove rustc-serialize from style and style_traitsAnthony Ramine2017-02-233-3/+1
* | Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-242-20/+27
|/
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-3/+3
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-6/+6
* Update cssparser to 0.9Simon Sapin2017-02-152-1/+5
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-1/+1
* 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