Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -10/+10 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -16/+16 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -11/+29 |
| | |||||
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -12/+12 |
| | | | | | | | In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>, where Root<T> will be able to handle all the things that need to be rooted that have a stable traceable address that doesn't move for the whole lifetime of the root. Stay tuned. | ||||
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | style: Implement parsing/serialization for @font-feature-values rule | Nazım Can Altınova | 2017-07-27 | 1 | -0/+1 |
| | |||||
* | Stylo: Bug 1355408 - add support for @-moz-document | Fernando Jiménez Moreno | 2017-05-09 | 1 | -0/+1 |
| | |||||
* | Add initial style system support for @counter-style rules | Simon Sapin | 2017-04-26 | 1 | -0/+1 |
| | |||||
* | Servo parsing / serialization for @page | J. Ryan Stinnett | 2017-04-09 | 1 | -0/+1 |
| | | | | | | | Adds basic parsing and serialization for @page rules in Servo. It is handled in the same manner as a regular style rule. MozReview-Commit-ID: JRr3DDGcUIl | ||||
* | Introduce a ToCssWithGuard trait | Simon Sapin | 2017-03-19 | 1 | -0/+5 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+4 |
| | | | | conditionText attribute | ||||
* | Remove and allow some dead code. | Ms2ger | 2016-12-22 | 1 | -9/+1 |
| | |||||
* | script: Add CSSImportRule WebIDL interface. | Emilio Cobos Álvarez | 2016-12-16 | 1 | -0/+4 |
| | |||||
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -16/+31 |
| | | | | even when the parentStylesheet IDL attribute returns null. | ||||
* | Transitively deparent on removal | Manish Goregaokar | 2016-11-23 | 1 | -4/+16 |
| | | | | Chrome and Firefox do this already, probably a spec oversight | ||||
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -4/+5 |
| | |||||
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵ | Manish Goregaokar | 2016-11-23 | 1 | -0/+3 |
| | | | | CSSKeyframeRule | ||||
* | Add insertRule() and deleteRule() on CSSStyleSheet | Manish Goregaokar | 2016-11-23 | 1 | -0/+6 |
| | |||||
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+103 |