Bobby Holley
|
c99bcdd4b8
|
Run rustfmt on selectors, servo_arc, and style.
This was generated with:
./mach cargo fmt --package selectors &&
./mach cargo fmt --package servo_arc &&
./mach cargo fmt --package style
Using rustfmt 0.4.1-nightly (a4462d1 2018-03-26)
|
2018-04-10 17:35:15 -07:00 |
|
Anthony Ramine
|
260e05320c
|
Replace LengthOrNone by a specific type for the perspective property
This was its only use, and it was bugged: AFAIK this didn't properly
clamp animated values below 0.
|
2018-02-26 22:32:06 +01:00 |
|
lizhixun
|
4c23f09934
|
style: Move contain outside of mako
|
2018-01-03 23:13:56 -08:00 |
|
CYBAI
|
a764d9065e
|
style: Move display outside of mako
|
2018-01-01 23:51:08 +08:00 |
|
CYBAI
|
05b014e720
|
style: Move touch-action outside of mako
|
2017-12-28 23:13:39 +08:00 |
|
CYBAI
|
2eb396613b
|
style: Move will-change outside of mako
|
2017-12-16 21:47:59 +01:00 |
|
Emilio Cobos Álvarez
|
35d0e7cf0f
|
style: use the same type for overflow-clip-box longhands.
Needed to add the hacky padding_box scheme, will fix it up later.
|
2017-12-05 19:00:14 +01:00 |
|
Botond Ballo
|
5e2622f259
|
Bug 951793 - Style support for overscroll-behavior in Stylo. r=emilio
|
2017-11-24 16:48:04 -05:00 |
|
Emilio Cobos Álvarez
|
328f142f38
|
style: Cleanup a bit the scroll-snap-type properties.
Still not perfect, but at least a bit more consistent.
|
2017-10-25 20:12:37 +02:00 |
|
Emilio Cobos Álvarez
|
d972b07822
|
style: Move animation-name outside of mako.
|
2017-10-24 22:28:40 +02:00 |
|
Emilio Cobos Álvarez
|
dc414134bf
|
style: Move animation-iteration-count outside of mako.
|
2017-10-24 22:28:34 +02:00 |
|
Anthony Ramine
|
542a9337a4
|
Use generics for the vertical-align property
|
2017-08-30 23:01:12 +02:00 |
|