Brian Birtles
|
fbd3156e07
|
Bug 531550 - SVG SMIL: Fix assertion with indefinite duration by-animateTransform; r=dholbert; a=blocking-final
|
2010-11-24 08:31:17 +09:00 |
Brian Birtles
|
75b04df0f0
|
Bug 611927 - SVG SMIL: Fix assertion when attempting to add to NULL base value; r=dholbert; a=roc
|
2010-11-24 08:31:17 +09:00 |
Brian Birtles
|
9280c2bf2f
|
Bug 606932 - SVG SMIL: Detect big delays in sampling and ignore intervening time; r=roc; a=blocking-final
|
2010-11-24 08:31:17 +09:00 |
Brian Birtles
|
f601bf521b
|
Bug 608549 - SVG SMIL: Range check values passed to begin/endElement; r=dholbert; a=blocking-2.0
|
2010-11-10 08:22:19 +09:00 |
Brian Birtles
|
ec78e214da
|
Bug 605345 - SVG SMIL: Fix time container pause state handling to avoid negative container times; r=dholbert; a=blocking-2.0
|
2010-11-10 08:22:02 +09:00 |
Brian Birtles
|
f7f5c24898
|
Bug 603917 - SVG SMIL: Allow some forms of animation even if base value is not animatable; r=dholbert; a=blocking-2.0
|
2010-11-10 08:21:04 +09:00 |
Brian Birtles
|
ed2529cd89
|
Bug 572938 - SVG SMIL: Fix infinite recursion on 'display' with '<use>'; r=dholbert; a=blocking-final
|
2010-11-10 08:21:03 +09:00 |
Jonathan Watt
|
132aeca611
|
Bug 522306. Add support for SMIL animation of the <path> element's 'd' attribute. r=roc, r=longsonr, r=dholbert, a=roc.
|
2010-11-08 15:07:00 +00:00 |
Daniel Holbert
|
561a9e253f
|
Bug 594198: In SMIL animation of length-valued attributes/properties, allow interpolation between 0 values and unitless values. r=birtles a=blocking-final+
--HG--
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-by-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-by-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-to-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-to-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-to-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-to-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-4-from-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-4-from-by-no-no.svg
|
2010-11-06 12:13:01 -07:00 |
Daniel Holbert
|
1925f30379
|
Bug 608295: Pause newly-created SMIL animation controller inside of documents that are hidden. r=roc a=blocking-betaN
|
2010-11-06 12:13:01 -07:00 |
Daniel Holbert
|
a6a593af64
|
Bug 606101: When first <animate> is registered, delay starting sampling if we lack a time container. r=birtles a=blocking-final
|
2010-11-06 12:13:01 -07:00 |
Daniel Holbert
|
331124c16a
|
Bug 606942: Pause SMIL Animation Controller (not just time container), and allow helper-images to suspend, when SVG-as-an-image is paused. r=roc a=blocking-final
|
2010-11-06 12:13:01 -07:00 |
Brian Birtles
|
e770102bd4
|
Bug 579828 - SVG SMIL: Trim, don't prune invalid active intervals; r=dholbert; a=roc
|
2010-10-20 08:55:09 +09:00 |
Brian Birtles
|
bb42df2537
|
Bug 590425 part 2 - SVG SMIL: Make nsPresShell's interaction with the animation controller account for deferred sampling; r=dholbert; a=roc
|
2010-10-20 08:53:52 +09:00 |
Brian Birtles
|
5603d6f88a
|
Bug 590425 - SVG SMIL: Clear deferred sampling flag on pause; r=dholbert; a=roc
|
2010-10-20 08:52:49 +09:00 |
Brian Birtles
|
2d5cb47009
|
Bug 596796 - SVG SMIL: Fix inconsistent state when resetting current interval; r=dholbert; a=roc
|
2010-10-13 09:20:12 +09:00 |
Brian Birtles
|
2e2eee1833
|
Bug 594653 - SVG SMIL: Don't use InstanceTimeComparator on times without serial numbers; r=dholbert; a=roc
|
2010-10-13 09:17:55 +09:00 |
Brian Birtles
|
e4ffe3b907
|
Bug 588287 - SVG SMIL: Fix reparenting animation to younger time container; r=dholbert; a=blocking-final
|
2010-10-13 09:15:32 +09:00 |
Brian Birtles
|
9c9a18ed0f
|
Bug 592477 - SVG SMIL: Flush styles before running sample - test case; r=roc; a=blocking-final
|
2010-10-13 09:15:22 +09:00 |
Robert Longson
|
057a28f943
|
Bug 589436 patch 2: Allow string-valued SVG attributes to be SMIL-animated. r=dholbert a=blocking-b8+
|
2010-10-07 12:19:32 -07:00 |
Brian Birtles
|
29e7378d06
|
Bug 550071 - SVG SMIL: Use refresh driver timestamp, not PR_Now; r=dholbert; a=blocking-betaN
|
2010-09-18 12:46:48 +09:00 |
Brian Birtles
|
95f12c93d3
|
Bug 557885 - SVG SMIL: Support keyTimes for calcMode=discrete; r=dholbert; a=blocking-betaN
|
2010-09-18 12:46:48 +09:00 |
Brian Birtles
|
a1eb81555d
|
Bug 592477 - SVG SMIL: Flush styles before running sample; r=roc; a=blocking-final
|
2010-09-11 16:05:31 +09:00 |
Daniel Holbert
|
45925ad126
|
Bug 276431 Patch 6: Add method nsSMILAnimationController::HasRegisteredAnimations. r=roc a=blocking
|
2010-09-08 13:40:39 -07:00 |
Brian Birtles
|
78f2d214ad
|
Bug 587910 - SVG SMIL accessKey timing, r=dholbert,smaug; sr=roc; a=roc
|
2010-08-28 15:41:05 +09:00 |
Brian Birtles
|
d897be7190
|
Bug 544855 - Make discrete to-animation only visit to value, r=dholbert, a=blocking-betaN+
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
72a6ba2dd4
|
Bug 485157: SMIL event timing, part 6 repeat timing, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
536200be53
|
Bug 485157: SMIL event timing, part 5 make default event base the animation target, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
0bf68196d6
|
Bug 485157: SMIL event timing, part 4 refactor nsIContent usage to use mozilla::dom::Element instead, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
098eebb04d
|
Bug 485157: SMIL event timing, part 3 event registration and timing, r=smaug, dholbert; sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
79ce5e6558
|
Bug 485157: SMIL event timing, part 2 refactor instance time clearing, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
4f69e06306
|
Bug 485157: SMIL event timing, part 1 refactor added end time handling, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
Brian Birtles
|
42e8da7d27
|
Bug 527270: Implement SMIL TimeEvents. r=dholbert,smaug; sr=roc; a=blocking-betaN
|
2010-07-31 16:02:52 +09:00 |
Daniel Holbert
|
53a7b33370
|
Bug 550975: Apply this bug's mochitest-stability-improvements to test_smilRestart.xhtml, which got missed in main landing for this bug. [tests-only]
|
2010-07-22 12:19:46 -07:00 |
Daniel Holbert
|
6b719b8909
|
Bug 580098 followup: Revert no-longer-needed hackarounds from mochitests test_smilReset.xhtml & test_smilRestart.xhtml. [tests-only]
|
2010-07-22 12:19:46 -07:00 |
Daniel Holbert
|
957f788f53
|
Bug 571016: Workaround for randomorange in test_smilRestart.xhtml. [test-only fix]
|
2010-07-20 02:18:46 +02:00 |
Zack Weinberg
|
c1bd367c86
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
Henri Sivonen
|
a0c3e9d8c0
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc
|
2010-07-18 15:07:54 -07:00 |
Jonathan Watt
|
cf27411a13
|
Bug 515116. DeCOMify SVG length-list, and implement SMIL animation of length-list. r=longsonr, r=dholbert, sr=roc
|
2010-07-16 22:42:12 +01:00 |
Brian Birtles
|
ae7dbe6f75
|
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 2 - backwards seeking. r=dholbert, sr=roc
|
2010-07-03 14:52:51 +09:00 |
Brian Birtles
|
ea97917016
|
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 1 - interval and instance time filtering. r=dholbert, sr=roc
|
2010-07-03 14:52:50 +09:00 |
Boris Zbarsky
|
a48dad7a26
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
Ms2ger@gmail.com
|
dad7dafec7
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
Felipe Corrêa da Silva Sanches
|
ba40d4a2e8
|
Bug 554704: Rename "aCanCache" param (for nsISMILAttr::ValueFromString), r=dholbert, r=jwatt
|
2010-06-23 17:30:55 -07:00 |
Robert Longson
|
33d884aa00
|
Backout bug 487404 - fix mochitest
|
2010-06-19 14:54:42 +01:00 |
Ms2ger
|
8919f436af
|
Bug 566776 - Some nsINode methods defined in nsGenericElement.cpp return nsnull as an nsresult. r=jst
|
2010-05-20 10:41:00 -04:00 |
Robert Longson
|
9b9f95d539
|
Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc
|
2010-06-09 20:51:31 +01:00 |
Jesse Ruderman
|
bff9ad37a8
|
Add a bunch of crashtests
|
2010-06-08 17:53:08 -07:00 |
Brian Birtles
|
4dadf1d2da
|
Bug 554202 - SVG SMIL: Fix crash due to infinite recursion negotiating cyclic dependencies. r=roc
|
2010-05-28 21:43:17 +09:00 |
Brian Birtles
|
d8c06dce10
|
Bug 541297 - SVG SMIL: Fix abort on sampling re-attached animation node, r=roc
--HG--
extra : rebase_source : 1f228522d818b31d336558f6a238660c2972b770
|
2010-05-25 09:38:25 +09:00 |