aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/cursor.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Move cursor to cbindgen.Emilio Cobos Álvarez2019-01-201-118/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually implement collect_completion_keywords for some types.Xidorn Quan2018-04-291-2/+9
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-1/+3
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-4/+8
* style: Move cursor property out of makoIgor Gutorov2018-01-201-16/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+2
* Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeckbors-servo2017-10-171-0/+9
|\
| * Switch to using WebRender hit testingMartin Robinson2017-10-171-0/+9
* | Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
|/
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
* Make stylo support moz-prefixed cursor values.KuoE02017-05-051-39/+58
* Borrow input to match_ignore_ascii_case!Simon Sapin2017-02-261-2/+2
* style: Document style_traits and deny missing docs on it.Emilio Cobos Álvarez2016-12-311-0/+3
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-1/+1
* Change style_traits to a single "servo" Cargo featureSimon Sapin2016-06-221-2/+1
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-1/+3
* use less repetitive namemrmiywj2016-06-121-35/+35
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-0/+74