aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/css.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Fix Servo build.Emilio Cobos Álvarez2018-10-191-15/+15
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+2
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+4
* Move paintWorklet from "Window" to "CSS" according to new specificationyurket2018-02-221-0/+7
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-2/+0
* style: Cleanup ParserContext::new_with_rule_type.Emilio Cobos Álvarez2017-08-181-6/+14
* Store raw string for prop decl in @supportsXidorn Quan2017-07-211-1/+5
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-1/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-1/+1
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-3/+3
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-3/+3
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+5
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-3/+5
* Pull rule_type into ParserContextJ. Ryan Stinnett2017-04-121-2/+3
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-2/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Add CSS.supports()Manish Goregaokar2017-01-071-2/+26
* Make WebIDL static methods take a more specific global if possibleAnthony Ramine2016-11-301-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Update cssparser to fix CSS.escape test failuresMaciej Skrzypkowski2016-05-061-4/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Implement the CSS interfaceAnthony Ramine2015-04-251-0/+27