aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
Commit message (Expand)AuthorAgeFilesLines
...
* style: Make Servo deal with CSS property prefs more correctly.Emilio Cobos Álvarez2018-02-271-0/+12
* Avoid the generic writer parameter for PropertyDeclaration serialization.Bobby Holley2018-01-221-4/+8
* style: Move property allowance tests to PropertyId::parse_into.Emilio Cobos Álvarez2017-11-211-5/+5
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* style: Be clearer about whether a declaration comes from parsing or not.Emilio Cobos Álvarez2017-10-141-2/+6
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use SmallBitVec for important flags in PDBMatt Brubeck2017-09-111-3/+3
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Add a pref checking mechanism for alias propertiesNazım Can Altınova2017-08-161-5/+5
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-4/+4
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Suppress CSS parser errors for vendor-prefixed properties.Josh Matthews2017-07-171-5/+5
* Implement CSSStyleRule.selectorText.Jonathan Chan2017-07-121-0/+2
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-1/+1
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-2/+1
* Bug 1331291 part 1 - Set stylesheet url_data correctly for import rule.Xidorn Quan2017-06-131-1/+1
* Avoid returning / passing around a huge ParsedDeclaration typeSimon Sapin2017-05-191-15/+14
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-2/+2
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-2/+2
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+7
* Expose CSS length mode in Stylo glueJ. Ryan Stinnett2017-04-141-1/+2
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-6/+3
* Replace ParsedDeclaration::expand with non-generic methodSimon Sapin2017-03-291-4/+1
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-10/+22
* Make PropertyDeclarationBlock fields privateSimon Sapin2017-03-071-3/+3
* Make PropertyDeclarationBlock::important_count private.Simon Sapin2017-03-071-8/+2
* Make PropertyDeclaration::parse return an enum rather than push to a Vec.Simon Sapin2017-03-071-6/+6
* Return true in set_property only when declaration block is changedXidorn Quan2017-03-061-4/+2
* Remove unnecessary `ref` in some patternsSimon Sapin2017-02-261-5/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* script: Don't avoid all the mutation notification methods when the style attr...Emilio Cobos Álvarez2017-01-301-15/+26
* script: Also do so for element owners.Emilio Cobos Álvarez2017-01-281-1/+1
* script: Fix base url for style-rule-owned declarations.Emilio Cobos Álvarez2017-01-281-7/+18
* script: Refactor CSSStyleDeclaration and fix some bugs in the way.Emilio Cobos Álvarez2017-01-281-133/+126
* Reduce allocator churn when parsing property declaration blocks (fixes #15060)Manish Goregaokar2017-01-181-3/+6
* Implement CSSKeyframeRule.styleKeith Yeung2017-01-071-8/+8
* Implement CSSStyleRule.styleKeith Yeung2016-12-171-110/+139
* Use PropertyId in per-property CSSStyleDeclaration accessors.Simon Sapin2016-12-091-69/+75
* Match on PropertyId (not strings) to parse a declaration.Simon Sapin2016-12-091-3/+2
* Use PropertyId instead of Atom for CSSStyleDeclaration::get_computed_styleSimon Sapin2016-12-091-11/+8
* Introduce enums for identifying CSS properties.Simon Sapin2016-12-091-17/+42
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1