matekm
|
b83d2641b1
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : cfdb682506acc14ec811e21ae42f067950e1ff0c
|
2013-04-02 21:14:24 -04:00 |
|
David Zbarsky
|
3dbafb9767
|
Bug 846908 - Move functions from nsISMILAnimationElement to SVGAnimationElement r=birtles
|
2013-03-18 23:18:45 -04:00 |
|
Seth Fowler
|
85222ec900
|
Bug 846861 - Always update the moving average in nsSMILAnimationController::WillRefresh. r=dholbert
CLOSED TREE
--HG--
extra : amend_source : fb2d68d45f8f3e82a268b17092f311abe0e60384
|
2013-03-04 14:05:23 -08:00 |
|
David Zbarsky
|
0a767db57e
|
Bug 833446: Remove nsIDOMSVGAnimationElement r=peterv
|
2013-02-02 15:23:11 -05:00 |
|
Mounir Lamouri
|
9ad0959156
|
Bug 833012 - Remove "nsContentUtils.h" inclusion from Element.h. r=Ms2ger
|
2013-01-31 23:11:49 +00:00 |
|
Robert Longson
|
29fca736fc
|
Bug 738551 - transforms should only be animated with animateTransform. r=dholbert
|
2013-01-27 21:34:14 +00:00 |
|
Mats Palmgren
|
d5826be6d7
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Nicholas Cameron
|
95efdb86e0
|
Bug 814921; don't flush styles if there are no active animations. r=dholbert
--HG--
extra : rebase_source : 3823bf6985313a8bc3cfb7e54a4d733d828acdb4
|
2012-12-12 10:12:47 +13:00 |
|
Isaac Aggrey
|
a53c93b026
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Isaac Aggrey
|
84680bfb39
|
Bug 789847 - Remove PR_CALLBACK usage from tree
|
2012-09-25 11:18:38 -05:00 |
|
Daniel Holbert
|
b537d68146
|
Bug 786111: Prevent recursive calls to nsSMILAnimationController::DoSample(). r=birtles sr=roc
|
2012-08-28 22:32:56 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Boris Zbarsky
|
0c79c85561
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Robert Longson
|
25acc20312
|
Bug 764851 - Fix animations of the width/height of an outer SVG element. r=jwatt
|
2012-06-16 16:47:40 +01:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mats Palmgren
|
6fee80611d
|
Bug 735943 - Don't crash if nsSMILAnimationController::FlushResampleRequests destroyed the pres shell. r=bz
|
2012-03-20 19:02:38 +01:00 |
|
Robert Longson
|
129c2b01d6
|
Bug 619469 - animation should be disabled for failing conditional-processing conditions. r=dholbert
|
2012-02-05 23:17:23 +00:00 |
|
Boris Zbarsky
|
74aef0d2d5
|
Bug 709256 part 3. Skip calling PresShell::FlushPendingNotifications altogether if there might not be anything to flush. r=roc
|
2011-12-14 23:42:15 -05:00 |
|
Daniel Holbert
|
05223144e8
|
Bug 699143: Force a synchronous SMIL sample when we register the first animation element in a document. r=birtles
|
2011-11-04 09:24:04 -07:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Brian Birtles
|
08eeeda336
|
Bug 682184 part 1 - Rename nsSMILTimeValue::IsResolved to IsDefinite; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
|
Daniel Holbert
|
6c50e93a4f
|
Bug 675722: Reduce severity of "Expecting to be paused for pagehide before disconnect" SMIL assertion, and catch it earlier in ~nsDocument. r=bz
|
2011-08-02 16:12:32 -07:00 |
|
Dominic Fandrey
|
0ab2f46136
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Daniel Holbert
|
72a7071032
|
Bug 654015 patch 2: Assert that page is hidden when document disconnects from nsSMILAnimationController. r=bz
|
2011-05-12 10:50:14 -07:00 |
|
Daniel Holbert
|
4263ad2860
|
Bug 653238 patch 2: Promote nsSMILAnimationController's static helper 'GetRefreshDriverForDoc' to an instance method. r=smaug
|
2011-04-28 12:05:24 -07:00 |
|
Daniel Holbert
|
abb2768190
|
Bug 653238 patch 1: Add nsSMILAnimationController::Disconnect to clear the controller's pointer to its doc when the doc goes away. r=smaug
|
2011-04-28 12:02:20 -07:00 |
|
Daniel Holbert
|
f3d8578086
|
Bug 653270: Simplify nsSMILAnimationController construction/initialization. r=jwatt
|
2011-04-28 12:02:20 -07:00 |
|
Daniel Holbert
|
4c244025ec
|
Bug 641388: When a refresh driver is created, don't start sampling unless we have animations registered. r=bz
|
2011-04-01 13:33:20 -07:00 |
|
Brian Birtles
|
e71c63f793
|
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
|
e493c5ede0
|
Bug 572938 - SVG SMIL: Fix infinite recursion on 'display' with '<use>'; r=dholbert; a=blocking-final
|
2010-11-10 08:21:03 +09:00 |
|
Daniel Holbert
|
b6d7935ee4
|
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 |
|
Brian Birtles
|
a28984a98a
|
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
|
0cb4e2bfa7
|
Bug 590425 - SVG SMIL: Clear deferred sampling flag on pause; r=dholbert; a=roc
|
2010-10-20 08:52:49 +09:00 |
|
Robert Longson
|
5115e60502
|
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
|
cbacc5c498
|
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
|
47a4d46fec
|
Bug 592477 - SVG SMIL: Flush styles before running sample; r=roc; a=blocking-final
|
2010-09-11 16:05:31 +09:00 |
|
Brian Birtles
|
59966bc56c
|
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 2 - backwards seeking. r=dholbert, sr=roc
|
2010-07-03 14:52:51 +09:00 |
|
Ms2ger@gmail.com
|
a4005e2fd1
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Boris Zbarsky
|
45dd44b40c
|
Bug 565826. Use Element in SMIL code as needed. r=dholbert
|
2010-05-14 13:04:51 -04:00 |
|
Daniel Holbert
|
199de9f2f6
|
Bug 541588 subpatch 2: Use nsRefreshDriver instead of nsITimer to schedule sample callbacks for nsSMILAnimationController. r=roc
|
2010-03-21 23:42:53 -07:00 |
|
Daniel Holbert
|
86b96a0164
|
Bug 553075: Don't register for periodic SMIL sample callbacks until we've got some animations registered. r=roc
|
2010-03-21 12:22:36 -07:00 |
|
Daniel Holbert
|
306b46d487
|
Backed out changeset 665b48fbfd28 (bug 553075) to see if it was responsible for 1% SVG/DHTML regressions on Win7.
|
2010-03-20 22:54:12 -07:00 |
|
Daniel Holbert
|
122635caaa
|
Bug 553075: Don't register for periodic SMIL sample callbacks until we've got some animations registered. r=roc
|
2010-03-18 22:33:12 -07:00 |
|
Daniel Holbert
|
2c217de78c
|
Bug 541588 subpatch 1: Change method signatures in nsSMILAnimationController, and subclass nsRefreshObserver. r=roc
|
2010-03-18 21:14:40 -07:00 |
|
Daniel Holbert
|
82534e711d
|
Backed out changeset 59f507847beb (bug 541588) to see if it was responsible for minor SVG perf regression.
|
2010-03-18 07:58:09 -07:00 |
|
Daniel Holbert
|
97312ef359
|
Bug 541588: Hook up nsSMILAnimationController to nsRefreshDriver for scheduling samples. r=roc
|
2010-03-17 01:54:20 -07:00 |
|
Daniel Holbert
|
563c185c57
|
Backed out changeset 68363c7a7f06 due to debug mochitest orange w/ abort_if_false failure
|
2010-03-11 23:11:09 -08:00 |
|