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 |
Rafael Ávila de Espíndola
|
5575a740c6
|
Bug 774028 - Fix variable declaration. r=dholbert.
|
2012-07-15 00:12:53 -04:00 |
Brian Birtles
|
33e420992f
|
Bug 752902 - Call Unlink before clearing time value specs; r=dholbert
|
2012-05-23 08:21:23 +09:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Brian Birtles
|
86afa969bf
|
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 |
Nicholas Nethercote
|
6ca9f23930
|
Bug 711895 - Tweak the warning options used for GCC builds (3rd attempt). r=waldo,derf,khuey,mhommey.
--HG--
extra : rebase_source : 20540c9b838ee3be6cb0847c1b90fdc3bd44059d
|
2012-03-21 22:21:16 -07:00 |
Nicholas Nethercote
|
7ac3a573ad
|
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
|
2012-03-21 21:46:27 -07:00 |
Nicholas Nethercote
|
e2181e8fb2
|
Bug 711895 - Tweak the warning options used for GCC builds (2nd attempt). r=waldo,derf,khuey,mhommey,jwatt.
|
2012-03-15 19:40:00 -07:00 |
Rafael Ávila de Espíndola
|
7de7de1cff
|
Bug 723534 - Remove dead default cases. r=ehsan.
|
2012-02-24 08:36:53 -05:00 |
Brian Birtles
|
4a28491849
|
Bug 705236 part 1 - Allow trailing separator in SMIL values list; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
Brian Birtles
|
b5e8d84620
|
Bug 720103 - Detect and break create-delete cycles in SMIL timegraphs; r=dholbert
|
2012-02-02 08:58:58 +09:00 |
Brian Birtles
|
7f2b82582b
|
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
|
2012-01-31 09:54:10 +09:00 |
Matt Brubeck
|
30ff4d7a2e
|
Back out da3319e4987c (bug 704482) because of test_smilAccessKey.xhtml failure
|
2011-11-23 19:02:43 -08:00 |
Daniel Holbert
|
e37e6e1e41
|
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
|
b6de791d98
|
Bug 691337 - Detect integer overflow when creating instance times; r=longsonr
|
2011-11-16 08:56:32 +13:00 |
Brian Birtles
|
af1b95f9bb
|
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 |
Brian Birtles
|
28138b6333
|
Bug 690994 - Check for self-dependent times when there are coincident zero-duration intervals; r=dholbert
|
2011-11-14 16:58:30 +13: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 |
Brian Birtles
|
5d32c36de7
|
Bug 682184 part 2 - Add nsSMILTimeValue::IsResolved; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
Brian Birtles
|
fe6e6aa0e3
|
Bug 682184 part 1 - Rename nsSMILTimeValue::IsResolved to IsDefinite; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
Ehsan Akhgari
|
624cdf4412
|
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
|
44916171a8
|
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
|
4f33159df2
|
Bug 678938 - SMIL: Make sure current interval is properly cleared when doing a rewind; r=dholbert
|
2011-09-02 08:15:44 +09:00 |
Brian Birtles
|
14ac3961b3
|
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
|
38ac253275
|
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
|
7be5386864
|
Bug 669225 part 7 - Mark stack classes as such; r=dholbert
|
2011-07-25 10:46:04 -07:00 |
Brian Birtles
|
64b77423d0
|
Bug 669225 part 6 - Break dependencies sooner on unlink; r=dholbert
|
2011-07-25 10:45:49 -07:00 |
Brian Birtles
|
fddbdeeb9d
|
Bug 669225 part 5 - Make sure other removal functors don't remove instance times that should be preserved; r=dholbert
|
2011-07-25 10:45:29 -07:00 |
Brian Birtles
|
b2f855e923
|
Bug 669225 part 4 - Make sure filtering of instance times doesn't remove the previous interval's end time; r=dholbert
|
2011-07-25 10:45:03 -07:00 |
Brian Birtles
|
76486aa9d2
|
Bug 669225 part 3 - Add assertion to catch potentially problematic instance time deletion; r=dholbert
|
2011-07-25 10:44:58 -07:00 |
Brian Birtles
|
128db68b09
|
Bug 669225 part 2 - Preserve instance times that belong to intervals; r=dholbert
|
2011-07-25 10:44:54 -07:00 |
Brian Birtles
|
eba5fed02f
|
Bug 669234 - Use AutoRestore to manage depth recursion tracking in nsSMILTimedElement, r=dholbert
|
2011-07-15 11:17:15 +09:00 |
Brian Birtles
|
ec5e2bd2fe
|
Bug 665334 part 3 - Don't remove instance times used as fixed interval endpoints, r=dholbert
|
2011-07-02 12:37:56 +09:00 |
Brian Birtles
|
606117707e
|
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
|
715a8b091b
|
Bug 664343 - Batch updates to current interval, r=dholbert
|
2011-07-02 12:37:10 +09:00 |
Brian Birtles
|
3f80258e68
|
Bug 663288 - Don't allow instance times to be self-dependent, r=dholbert
|
2011-06-22 10:12:35 +09:00 |
Brian Birtles
|
5438f68677
|
Bug 650732 - Move interval change notifications into the timed element, r=dholbert
|
2011-06-15 09:16:57 +09:00 |
Daniel Holbert
|
d0ab3fb275
|
Bug 604147: Make nsSMILTimedElement::GetNextInterval return PRBool instead of nsresult. r=birtles
|
2011-03-27 19:10:33 -04:00 |
Brian Birtles
|
460d8df030
|
Bug 615872 Part 2 - SVG SMIL: Remove local resamples from timed elements; r=dholbert; a=roc
|
2010-12-23 14:48:31 +09:00 |
Brian Birtles
|
44d4727b60
|
Bug 615002 - SVG SMIL: Ignore previous milestones if we've been reset; r=dholbert; a=roc
|
2010-12-14 09:38:14 +09:00 |
Brian Birtles
|
45adef3d66
|
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
|
6c1ea3e5dc
|
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
|
98fd010267
|
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
|
66c9a936a3
|
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
|
540077c41c
|
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
|
9896ec8948
|
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
|
e5574fcbf1
|
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
|
b34a18028c
|
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 |