L. David Baron
|
a24f436459
|
Better disambiguate nsStyleCoord constructors taking nscoord and nscolor. (Bug 521352) r=bzbarsky
|
2009-10-13 19:38:20 -07:00 |
|
Brian Birtles
|
7a531f32da
|
Bug 521705 - SVG SMIL: Update getStartTime to match behaviour in SVG 1.1 SE r=roc
--HG--
extra : rebase_source : ccb167188b6c3be499e75ef3b7d65ec24d266388
|
2009-10-13 10:14:08 +11:00 |
|
Daniel Holbert
|
27efa4b049
|
Bug 520485, patch 5 of 5: remove unnecessary checks in nsSMILCSSValueType::Add. r=roc
|
2009-10-08 18:30:55 -07:00 |
|
Daniel Holbert
|
4541a570c6
|
Bug 520485, patch 4 of 5: add support for 'font-size-adjust' property in SVG/SMIL. r=roc
|
2009-10-08 18:30:53 -07:00 |
|
Daniel Holbert
|
5e589fe66b
|
Bug 520485, patch 2 of 5: add support for float values in SVG/SMIL. r=roc
|
2009-10-08 18:30:50 -07:00 |
|
L. David Baron
|
2ccbe80f89
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
|
Daniel Holbert
|
daeb0d21b4
|
Bug 520325: add mochitests for "none" CSS value.
|
2009-10-03 15:16:16 -07:00 |
|
Daniel Holbert
|
176ee39664
|
Bug 474049: Add support for SMIL animation of CSS properties in SVG. r=birtles sr=roc
|
2009-10-02 14:37:25 -07:00 |
|
Daniel Holbert
|
4dd8361b02
|
comment-only fix: s/@result/@return/ in nsISMILType::Interpolate documentation, for consistency with rest of file
|
2009-09-25 12:47:04 -07:00 |
|
Brian Birtles
|
d713407bcd
|
Bug 510139. Remove no-longer-animated attributes from the set of attributes that are animated. r=roc
|
2009-08-25 12:02:28 -07:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
L. David Baron
|
b43f7a62a0
|
Fix test from bug 501569 to avoid triggering the tinderbox error parser.
|
2009-08-25 08:30:16 -07:00 |
|
Brian Birtles
|
2572fb5ff8
|
Use binary subdivision rather than Newton-Raphson iteration when the slope is very near 0 to avoid failing to converge correctly. (Bug 501569) r=dbaron
|
2009-08-24 12:34:34 -07:00 |
|
Brian Birtles
|
43ff7295f1
|
Bug 474739. Handle zero-duration intervals properly in SMIL. r=roc
--HG--
extra : rebase_source : 8ad07bedbb6b808dd36ce8949dcb186ba1fd7ca1
|
2009-08-05 14:39:04 +12:00 |
|
Daniel Holbert
|
6a27498683
|
Bug 506096: In SVG Animation (SMIL), make sure to visit the underlying base value for first half of duration, in discrete-mode "to" animations. r+sr=roc
|
2009-07-27 13:52:19 -07:00 |
|
timeless@mozdev.org
|
5e7740d543
|
Bug 504479 nsSMILAnimationFunction::ScaleIntervalProgress Comparing unsigned less than zero is never true
r=roc
|
2009-07-22 17:31:01 -05:00 |
|
Daniel Holbert
|
3a5504e673
|
cleanup: remove trailing whitespace in SMIL code. (whitespace changes only)
|
2009-07-15 11:33:31 -07:00 |
|
Jeff Muizelaar
|
9e0f7bd861
|
Bug 501428. SMIL: Optimize nsSMILKeySpline::CalcBezier. r=dholbert, r=longsonr
Eliminates the call to pow() and reduces the number of multiplications from 4
to 3.
|
2009-07-15 14:08:57 -04:00 |
|
Daniel Holbert
|
b47ea83e82
|
Bug 487450: Remove stale SMIL animation effects from SVG elements, when animations are dynamically removed or retargeted. r+sr=roc
|
2009-07-14 12:33:29 -07:00 |
|
Daniel Holbert
|
c77f3164bf
|
Bug 492081: In SVG Animation (SMIL), update pause start time during setCurrentTime calls. r+sr=roc
|
2009-05-09 08:29:24 -07:00 |
|
Daniel Holbert
|
3dc6c6a6d7
|
Bug 458167 - Fix bad usage of "it's" in comments: patch for content folder. r+sr=jst
|
2009-01-23 01:02:09 -08:00 |
|
Brian Birtles
|
d2f5ec869c
|
Bug 474740, SVG SMIL: dur="media" is incorrectly reported as a parsing error
--HG--
extra : rebase_source : 98c0109978ad9fed21351cad36932a2d7f6bed52
|
2009-01-22 17:17:12 +13:00 |
|
Brian Birtles
|
7e4a16aa3b
|
Bug 474357, Calls to setCurrentTime, beginElementAt etc. should update the DOM state immediately. r+sr=roc
--HG--
extra : rebase_source : 7c69aae13ee1c1b4fff077a046e042bae9a4970d
|
2009-01-22 14:00:27 +13:00 |
|
Brian Birtles
|
802428be09
|
Bug 468996. Implement SMIL animateTransform element. r+sr=roc
|
2009-01-19 22:14:16 +13:00 |
|
Brian Birtles
|
9973adc34e
|
Bug 474257. Implement SVG 1.1 erratum to make beginElementAt/endElementAt return void. r+sr=roc
|
2009-01-19 22:12:29 +13:00 |
|
Brian Birtles
|
48fbbe3ba1
|
Bug 473702. Implement SVGAnimationElement methods getStartTime/getCurrentTime/getSimpleDuration. r+sr=roc
|
2009-01-19 22:10:53 +13:00 |
|
Brian Birtles
|
0a47d48dae
|
Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc
|
2009-01-14 20:38:07 -08:00 |
|