Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | style: Remove HasViewportPercentage. | Emilio Cobos Álvarez | 2017-08-29 | 1 | -1/+0 | |
| | | | | It's not needed since #18268 | |||||
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -2/+2 | |
| | | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs | |||||
* | Report an error for invalid CSS color values (bug 1381143). | Josh Matthews | 2017-07-31 | 1 | -2/+23 | |
| | ||||||
* | Speculatively evaluate paint functions during style. | Alan Jeffrey | 2017-07-31 | 1 | -0/+8 | |
| | ||||||
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -6/+10 | |
| | ||||||
* | Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREE | Gecko Backout | 2017-07-28 | 1 | -3/+6 | |
| | | | | Backs out https://github.com/servo/servo/pull/17892 | |||||
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -6/+3 | |
| | ||||||
* | Update cssparser to 0.18 | Simon Sapin | 2017-07-24 | 1 | -8/+8 | |
| | | | | https://github.com/servo/rust-cssparser/pull/171 | |||||
* | Fixed scaling artefacts in paint worklets caused by zoom and hidpi. | Alan Jeffrey | 2017-07-20 | 1 | -0/+6 | |
| | ||||||
* | Store COW strings in CSS parser errors when possible. | Josh Matthews | 2017-07-19 | 1 | -1/+1 | |
| | ||||||
* | Suppress CSS parser errors for vendor-prefixed properties. | Josh Matthews | 2017-07-17 | 1 | -7/+7 | |
| | ||||||
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -1/+1 | |
| | ||||||
* | stylo: Update rust-cssparser; extract more specific error types when ↵ | Josh Matthews | 2017-07-10 | 1 | -5/+9 | |
| | | | | reporting (bug 1352669). | |||||
* | Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout ↵ | Gecko Backout | 2017-07-06 | 1 | -9/+5 | |
| | | | | | | CLOSED TREE Backs out https://github.com/servo/servo/pull/17624 | |||||
* | stylo: Update rust-cssparser; extract more specific error types when ↵ | Josh Matthews | 2017-07-06 | 1 | -5/+9 | |
| | | | | reporting (bug 1352669). | |||||
* | Introduce CommaWithSpace | Anthony Ramine | 2017-06-27 | 1 | -1/+1 | |
| | | | | | This allows us to support stroke-dasharray the same way as comma-separated values. | |||||
* | Introduce Separator::parse | Anthony Ramine | 2017-06-27 | 1 | -1/+1 | |
| | ||||||
* | style: Have OneOrMoreSeparated replace OneOrMoreCommaSeparated. | Jonathan Chan | 2017-06-19 | 1 | -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.15 | Simon Sapin | 2017-06-16 | 1 | -4/+4 | |
| | ||||||
* | Remove explicit dependencies on serde_derive | Simon Sapin | 2017-06-16 | 1 | -1/+1 | |
| | ||||||
* | Move ParsingMode into style_traits. | Hiroyuki Ikezoe | 2017-06-14 | 1 | -0/+30 | |
| | ||||||
* | Thread ParseError return values through CSS parsing. | Josh Matthews | 2017-06-09 | 1 | -0/+72 | |
| | ||||||
* | Derive HasViewportPercentage 🍷 | Anthony Ramine | 2017-05-20 | 1 | -0/+2 | |
| | ||||||
* | Update cssparser for https://github.com/servo/rust-cssparser/pull/123 | Simon Sapin | 2017-02-28 | 1 | -1/+0 | |
| | ||||||
* | Update to cssparser 0.11 | Simon Sapin | 2017-02-26 | 1 | -2/+2 | |
| | ||||||
* | Auto merge of #15712 - nox:rustc-serialize, r=metajack | bors-servo | 2017-02-23 | 1 | -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_traits | Anthony Ramine | 2017-02-23 | 1 | -1/+0 | |
| | | ||||||
* | | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 1 | -14/+22 | |
|/ | ||||||
* | Rename ScreenPx to DeviceIndependentPixel. | Glenn Watson | 2017-02-22 | 1 | -3/+3 | |
| | ||||||
* | Rename CommaSeparated to OneOrMoreCommaSeparated, reflecting its behavior. | Simon Sapin | 2017-02-03 | 1 | -1/+1 | |
| | ||||||
* | Macroize @font-face descriptor definitions | Simon Sapin | 2017-02-02 | 1 | -1/+1 | |
| | ||||||
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). | Ms2ger | 2017-01-24 | 1 | -1/+0 | |
| | ||||||
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) | Simon Sapin | 2017-01-06 | 1 | -1/+0 | |
| | ||||||
* | style: Document style_traits and deny missing docs on it. | Emilio Cobos Álvarez | 2016-12-31 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #14135 - frewsxcv:code-like, r=Ms2ger | bors-servo | 2016-11-14 | 1 | -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 Farwell | 2016-11-08 | 1 | -4/+4 | |
| | | ||||||
* | | style: Centralize specified url value handling, and refcount urls. | Emilio Cobos Álvarez | 2016-11-10 | 1 | -1/+0 | |
|/ | ||||||
* | Move Servo-specific ToCss to style_traits | Ravi Shankar | 2016-11-07 | 1 | -0/+2 | |
| | ||||||
* | Remove #![feature(rustc_attrs)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Remove #![feature(structural_match)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Remove #![feature(custom_derive)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Use heapsize_derive instead of heapsize_plugin | Simon Sapin | 2016-11-03 | 1 | -1/+1 | |
| | ||||||
* | Emit TransitionEnd events in the layout thread and process it in the script ↵ | Keith Yeung | 2016-10-11 | 1 | -0/+4 | |
| | | | | thread | |||||
* | Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) | Anthony Ramine | 2016-10-09 | 1 | -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 Álvarez | 2016-09-01 | 1 | -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. | Ms2ger | 2016-07-11 | 1 | -1/+28 | |
| | ||||||
* | Change style_traits to a single "servo" Cargo feature | Simon Sapin | 2016-06-22 | 1 | -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 Sapin | 2016-06-22 | 1 | -7/+10 | |
| | | | | Testing this on CI to make sure we don’t regress it is blocked on #11806 | |||||
* | Move util::cursor to style_traits | Anthony Ramine | 2016-02-16 | 1 | -0/+1 | |
| | ||||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -0/+2 | |
| |