Andrea Marchesini
|
eb909f5a5b
|
Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
|
2013-03-28 15:41:32 -04:00 |
David Zbarsky
|
72ff004e95
|
Bug 846908 - Move functions from nsISMILAnimationElement to SVGAnimationElement r=birtles
|
2013-03-18 23:18:45 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Brian Birtles
|
42290976d3
|
Bug 755603 - Remove broken frozen to-animation behavior; r=dholbert
|
2012-05-21 08:48:38 +09:00 |
Brian Birtles
|
7f3f6c89bb
|
Bug 728758 - Detect animations removed from top of compositor stack and recomposite; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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 |
Daniel Holbert
|
e75b9f4317
|
Bug 617817: Don't automatically recompose <set> & indefinite-duration animations, since we know they always have the same effect. r=birtles a=roc
|
2010-12-10 10:33:13 -08:00 |
Brian Birtles
|
075c77d01a
|
Bug 614879 - SVG SMIL: Fix indefinite to-animation; r=dholbert, a=roc
--HG--
extra : rebase_source : 9abf06da6a8e24f814623c370e66d77ec467c0e6
|
2010-12-05 13:13:31 +00:00 |
Brian Birtles
|
8d79ea7974
|
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
|
dbfbaee7c1
|
Bug 557885 - SVG SMIL: Support keyTimes for calcMode=discrete; r=dholbert; a=blocking-betaN
|
2010-09-18 12:46:48 +09:00 |
Felipe Corrêa da Silva Sanches
|
ac6104327b
|
Bug 554704: Rename "aCanCache" param (for nsISMILAttr::ValueFromString), r=dholbert, r=jwatt
|
2010-06-23 17:30:55 -07:00 |
Daniel Holbert
|
2196ba717a
|
Bug 436418, patch F: SVG/SMIL animateMotion - add support for keyPoints attribute. r=roc
|
2010-04-28 16:00:54 -07:00 |
Daniel Holbert
|
ea5825f520
|
Bug 436418, patch E: SVG/SMIL animateMotion - add support for <animateMotion> element and its core logic. r=roc
|
2010-04-28 16:00:54 -07:00 |
Daniel Holbert
|
9907d2d6ff
|
Bug 436418, patch C3: SVG/SMIL animateMotion - add "TreatSingleValueAsStatic" helper method, to assist nsSMILAnimationFunction subclasses in customizing animation behavior. r=roc
|
2010-04-28 16:00:53 -07:00 |
Daniel Holbert
|
960e1b21ac
|
Bug 436418, patch C2: SVG/SMIL animateMotion - move nsSMILAnimationFunction error-flag-handling code from a macro to a method. r=roc
|
2010-04-28 16:00:53 -07:00 |
Daniel Holbert
|
27fb414cc8
|
(no bug) Remove method-declaration for unused & undefined function "UpdateValuesArray" in nsSMILAnimationFunction. (no review; one-liner, removing unused code)
|
2010-04-02 09:34:30 -07:00 |
Daniel Holbert
|
1d26fc55f0
|
Bug 533291 Patch E: Add another outparam to nsISMILAttr::ValueFromString, to let us know whether we can re-use the parsed result in the future. r=roc
|
2010-02-20 13:13:11 -08:00 |
Daniel Holbert
|
a286aac4cb
|
Bug 533291 Patch C: When an inactive nsSMILAnimationFunction has changed, force its target to recompose during that sample. r=roc
|
2010-02-20 13:13:11 -08:00 |
Daniel Holbert
|
dd2a6ecedc
|
Bug 533291 Patch B: Add method nsSMILAnimationFunction::UpdateCachedTarget, to tell when an animation function's target has changed. r=roc
|
2010-02-20 13:13:11 -08:00 |
Daniel Holbert
|
980aebc279
|
minor fixes to comments in nsSMILAnimationFunction.h. b=no_bug r+a=comments_only
|
2009-12-08 13:06:35 -08:00 |
Daniel Holbert
|
638007729b
|
Bug 520710 followup: move nsSMILAnimationFunction's inline methods IsToAnimation/IsAdditive to header, to fix link error on some OSX systems. r=smaug
|
2009-10-25 12:22:29 -07:00 |
Daniel Holbert
|
cf8e774a99
|
bug 520710: SVG/SMIL: Make <set> element apply its 'to' value for whole duration. r=birtles sr=roc
|
2009-10-22 15:15:44 -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 |
Daniel Holbert
|
3a5504e673
|
cleanup: remove trailing whitespace in SMIL code. (whitespace changes only)
|
2009-07-15 11:33:31 -07: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 |