aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+0
| | | | It's not needed since #18268
* order derivable traits listsClément DAVID2017-08-231-2/+2
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* Report an error for invalid CSS color values (bug 1381143).Josh Matthews2017-07-311-2/+23
|
* Speculatively evaluate paint functions during style.Alan Jeffrey2017-07-311-0/+8
|
* WR multi-document updateDzmitry Malyshau2017-07-281-6/+10
|
* Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREEGecko Backout2017-07-281-3/+6
| | | | Backs out https://github.com/servo/servo/pull/17892
* WR multi-document updateDzmitry Malyshau2017-07-281-6/+3
|
* Update cssparser to 0.18Simon Sapin2017-07-241-8/+8
| | | | https://github.com/servo/rust-cssparser/pull/171
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-0/+6
|
* Store COW strings in CSS parser errors when possible.Josh Matthews2017-07-191-1/+1
|
* Suppress CSS parser errors for vendor-prefixed properties.Josh Matthews2017-07-171-7/+7
|
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
|
* stylo: Update rust-cssparser; extract more specific error types when ↵Josh Matthews2017-07-101-5/+9
| | | | reporting (bug 1352669).
* Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout ↵Gecko Backout2017-07-061-9/+5
| | | | | | CLOSED TREE Backs out https://github.com/servo/servo/pull/17624
* stylo: Update rust-cssparser; extract more specific error types when ↵Josh Matthews2017-07-061-5/+9
| | | | reporting (bug 1352669).
* Introduce CommaWithSpaceAnthony Ramine2017-06-271-1/+1
| | | | | This allows us to support stroke-dasharray the same way as comma-separated values.
* Introduce Separator::parseAnthony Ramine2017-06-271-1/+1
|
* style: Have OneOrMoreSeparated replace OneOrMoreCommaSeparated.Jonathan Chan2017-06-191-1/+1
| | | | | | A future patch series has some values that should be separated by spaces. This allows us to re-use the code for serialization, but the types do get a little clunky. The separator is now indicated with an associated type.
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-4/+4
|
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-1/+1
|
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-0/+30
|
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-0/+72
|
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-201-0/+2
|
* Update cssparser for https://github.com/servo/rust-cssparser/pull/123Simon Sapin2017-02-281-1/+0
|
* Update to cssparser 0.11Simon Sapin2017-02-261-2/+2
|
* Auto merge of #15712 - nox:rustc-serialize, r=metajackbors-servo2017-02-231-1/+0
|\ | | | | | | | | | | | | | | Remove rustc-serialize from style and style_traits <!-- 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/15712) <!-- Reviewable:end -->
| * Remove rustc-serialize from style and style_traitsAnthony Ramine2017-02-231-1/+0
| |
* | Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-14/+22
|/
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-3/+3
|
* Rename CommaSeparated to OneOrMoreCommaSeparated, reflecting its behavior.Simon Sapin2017-02-031-1/+1
|
* Macroize @font-face descriptor definitionsSimon Sapin2017-02-021-1/+1
|
* 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-311-1/+1
|
* Auto merge of #14135 - frewsxcv:code-like, r=Ms2gerbors-servo2016-11-141-4/+4
|\ | | | | | | | | | | | | | | Indicate items in doc comments as code-like. <!-- 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/14135) <!-- Reviewable:end -->
| * Indicate items in doc comments as code-like.Corey Farwell2016-11-081-4/+4
| |
* | style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-101-1/+0
|/
* Move Servo-specific ToCss to style_traitsRavi Shankar2016-11-071-0/+2
|
* 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-031-1/+1
|
* Emit TransitionEnd events in the layout thread and process it in the script ↵Keith Yeung2016-10-111-0/+4
| | | | thread
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+4
| | | | A cargo bump and a switch to serde_derive is needed to do this rustup.
* style: Don't incorrectly clamp values in calc that might not be only lengths.Emilio Cobos Álvarez2016-09-011-0/+1
| | | | | | | Expressions with percentages may be negative or positive at computed value time. So, we can only clamp lengths at computed value time, which is what the other browsers do.
* Move some unit type definitions to style_traits.Ms2ger2016-07-111-1/+28
|
* Change style_traits to a single "servo" Cargo featureSimon Sapin2016-06-221-8/+6
| | | | ... instead of fine-grained heap_size and serde-serialization ones.
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-7/+10
| | | | Testing this on CI to make sure we don’t regress it is blocked on #11806
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-0/+1
|
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-0/+2
|