Daniel Holbert
|
ba53e336e3
|
Bug 520486 (patch 1): Extend nsStyleAnimation to support enumerated values. r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
L. David Baron
|
0832157c6a
|
Add support for animation of stroke-dasharray to nsStyleAnimation. (Bug 523355) r=dholbert sr=bzbarsky
|
2009-10-21 10:17:40 -04:00 |
|
L. David Baron
|
27faacf80b
|
Add support for animation of text-shadow and -moz-box-shadow (the first complex value types that we animate). (Bug 523196) r=dholbert sr=bzbarsky
|
2009-10-21 06:53:46 -04:00 |
|
Daniel Holbert
|
bbb012c014
|
Bug 521335: explicitly handle 'eUnit_None' in nsStyleAnimation's ComputeDistance & AddWeighted methods, so that none-to-none animations won't spam assertions. r=dbaron
|
2009-10-20 09:54:50 -07:00 |
|
L. David Baron
|
33cf1c9250
|
Implement nsStyleAnimation::Add and Interpolate using the same code underneath. (Bug 523193) r=dholbert sr=bzbarsky
|
2009-10-20 07:46:16 -04:00 |
|
L. David Baron
|
e57591b530
|
Switch nsStyleAnimation from using nsStyleCoord to using its own nsStyleAnimation::Value, so we don't have to add nontrivial destructors to nsStyleCoord. (Bug 522852) r=dholbert,bzbarsky
|
2009-10-20 07:46:16 -04:00 |
|
L. David Baron
|
2f1013d988
|
Add previously-skipped border and outline properties to nsStyleAnimation. (Bug 521292) r=dholbert, bzbarsky
|
2009-10-13 19:38:20 -07:00 |
|
Daniel Holbert
|
ab77c7beaa
|
Bug 520485, patch 3 of 5: add support for 'font-size-adjust' property in nsStyleAnimation. r=dbaron
|
2009-10-08 18:30:51 -07:00 |
|
Daniel Holbert
|
22a5e591ce
|
Bug 520485, patch 1 of 5: add support for float values in nsStyleAnimation. r=dbaron
|
2009-10-08 18:30:49 -07:00 |
|
L. David Baron
|
bc34d93c16
|
Eliminate nsStyleAnimation::StoreComputedValue. (Bug 520396) r=dholbert,bzbarsky
|
2009-10-07 20:22:42 -07:00 |
|
Daniel Holbert
|
9a32ba4fee
|
Bug 520325: Extend nsStyleAnimation to support "none" value. r=dbaron
|
2009-10-03 15:16:16 -07:00 |
|
L. David Baron
|
bcdd12c9a9
|
Add bug number for FIXME comment.
|
2009-09-16 12:01:18 -07:00 |
|
Mats Palmgren
|
948203eb7d
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Daniel Holbert
|
ebe1fbb37c
|
Add UncomputeValue method to nsStyleAnimation, for converting computed values into specified values. (Bug 504652) r=dbaron
|
2009-09-11 09:29:23 -07:00 |
|
L. David Baron
|
a242d6fd9e
|
Add support for animation of nsStyleSVGPaint values to nsStyleAnimation. (Bug 504652) r=dholbert sr=bzbarsky
|
2009-09-11 06:46:36 -04:00 |
|
L. David Baron
|
d7d12a62a5
|
Add support for animation of color values (conversion of nscolor values to nsStyleCoord and animation of eStyleUnit_Color nsStyleCoords) to nsStyleAnimation. (Bug 504652) r=dholbert sr=bzbarsky
|
2009-09-11 06:46:36 -04:00 |
|
L. David Baron
|
753f9818ab
|
Add support for animation of nscoord values to nsStyleAnimation. (Bug 504652) r=dholbert sr=bzbarsky
|
2009-09-11 06:46:36 -04:00 |
|
L. David Baron
|
7c1b01bafd
|
Add support for animation of nsStyleCoord and nsStyleSides values to nsStyleAnimation. (Bug 504652) r=dbaron sr=bzbarsky
|
2009-09-11 06:46:36 -04:00 |
|
Daniel Holbert
|
89e758e43b
|
Bug 504652, patch 1: create nsStyleAnimation utility class for shared animation & interpolation code. r=dbaron
|
2009-09-10 12:03:36 -07:00 |
|