Abhishek Potnis
|
2abf651a08
|
Bug 795504: Remove usages of PR_STATIC_CALLBACK from the tree; r=ehsan
|
2012-10-08 21:45:12 +05:30 |
|
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
|
5662d18449
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Brian Birtles
|
b9f83ac5c5
|
Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 1 infrastructure to support hyperlinking. r=dholbert
|
2012-05-17 10:56:57 +01:00 |
|
Brian Birtles
|
878a0b9023
|
Bug 720103 - Detect and break create-delete cycles in SMIL timegraphs; r=dholbert
|
2012-02-02 08:58:58 +09:00 |
|
Brian Birtles
|
da0e7068e0
|
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
|
2012-01-31 09:54:10 +09:00 |
|
Matt Brubeck
|
d742cbe60a
|
Back out da3319e4987c (bug 704482) because of test_smilAccessKey.xhtml failure
|
2011-11-23 19:02:43 -08:00 |
|
Daniel Holbert
|
38fb982b29
|
Bug 704482: Reject 'accessKey' time specifications in SVG animation elements when scripting is disabled. r=birtles r=roc
|
2011-11-23 17:49:26 -08:00 |
|
Brian Birtles
|
0de65659eb
|
Bug 697640 - Ignore self-dependent end instance times when determining if an open-ended interval is ok; r=dholbert
|
2011-11-14 16:58:30 +13: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
|
a819b6b88c
|
Bug 682184 part 2 - Add nsSMILTimeValue::IsResolved; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
|
Ehsan Akhgari
|
78f4e1ccb9
|
Revert to 176fae7de173 which was fine.
Sorry for breaking the history, won't trust TBPL, ever again. :(
|
2011-09-02 09:15:54 -04:00 |
|
Ehsan Akhgari
|
a171549936
|
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
|
2011-09-02 09:03:08 -04:00 |
|
Brian Birtles
|
2be626a78f
|
Bug 678847 part 2 - SMIL: Fix recursion with self-referential end conditions on open intervals; r=dholbert
|
2011-09-02 08:14:58 +09:00 |
|
Brian Birtles
|
c05de232af
|
Bug 670313 - Check range of instance time values when they are passed in; r=dholbert
|
2011-07-25 10:46:08 -07:00 |
|
Brian Birtles
|
0a4ca726ca
|
Bug 669225 part 6 - Break dependencies sooner on unlink; r=dholbert
|
2011-07-25 10:45:49 -07:00 |
|
Brian Birtles
|
dbea318c75
|
Bug 665334 part 2 - Add fallback to detect infinite recursion when updating the interval and bail out, r=dholbert
|
2011-07-02 12:37:47 +09:00 |
|
Brian Birtles
|
3606b29e7b
|
Bug 664343 - Batch updates to current interval, r=dholbert
|
2011-07-02 12:37:10 +09:00 |
|
Brian Birtles
|
1ffb9cb392
|
Bug 663288 - Don't allow instance times to be self-dependent, r=dholbert
|
2011-06-22 10:12:35 +09:00 |
|
Brian Birtles
|
df2767992e
|
Bug 650732 - Move interval change notifications into the timed element, r=dholbert
|
2011-06-15 09:16:57 +09:00 |
|
Daniel Holbert
|
0ed416d521
|
Bug 604147: Make nsSMILTimedElement::GetNextInterval return PRBool instead of nsresult. r=birtles
|
2011-03-27 19:10:33 -04:00 |
|
Brian Birtles
|
721bffca0b
|
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
|
62844c6133
|
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
|
7581213bbc
|
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
|
f5f57834b2
|
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
|
82b4a7d801
|
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
|
6c35d0694f
|
Bug 527270: Implement SMIL TimeEvents. r=dholbert,smaug; sr=roc; a=blocking-betaN
|
2010-07-31 16:02:52 +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 |
|
Brian Birtles
|
916969013c
|
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 |
|
Brian Birtles
|
f77b800cad
|
Bug 554141 - SVG SMIL: Fix crash with orphaned unresolved begin times, r=roc
--HG--
extra : rebase_source : 82f7d0cdf89a543b4a07e126157096a47465de8e
|
2010-05-21 09:18:29 +09:00 |
|
Daniel Holbert
|
639df98604
|
Bug 537361 followup: Address review suggestions. r=birtles
|
2010-03-01 11:31:52 -08:00 |
|
Brian Birtles
|
23c0fb4d3c
|
Bug 537361: Store SMIL intervals with state for restoring. r=dholbert
|
2010-03-01 11:31:50 -08:00 |
|
Daniel Holbert
|
57fee6cdfa
|
Bug 474743 Patch D followup: Switch nsSMILTimedElement::mTimeDependents to be a hash table instead of an array. r=birtles sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
d7a66e59c4
|
Bug 474743 Patch D: Implement syncbase logic. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
76b1e6e830
|
Bug 474743 Patch B: Implement milestone sampling behavior. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
8141231842
|
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 |
|
Brian Birtles
|
a21a092b74
|
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
|
78cacddb37
|
cleanup: remove trailing whitespace in SMIL code. (whitespace changes only)
|
2009-07-15 11:33:31 -07:00 |
|
Brian Birtles
|
ffded06cc0
|
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
|
a845c2644e
|
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
|
a4cee8ae5a
|
Bug 473702. Implement SVGAnimationElement methods getStartTime/getCurrentTime/getSimpleDuration. r+sr=roc
|
2009-01-19 22:10:53 +13:00 |
|
Brian Birtles
|
adf1d4fa7c
|
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 |
|