Andrew Quartey
|
b50ced0c60
|
Bug 792581 - part 19: Replace LL_I2L macro with int64_t cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Andrew Quartey
|
b308f8422d
|
Bug 792581 - part 18: Replace LL_L2D macro with double cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Ed Morley
|
6ab749ccb9
|
Backout 5b727a94eebd (bug 731974) for causing bug 797263 again
|
2012-10-12 11:25:17 +01:00 |
|
Vladimir Vukicevic
|
77b95b1502
|
b=731974, requestAnimationFrame generates too short/long frames (incl. bug 799242); r=bz,smaug,roc
|
2012-10-02 10:54:46 -04:00 |
|
Ed Morley
|
1517aafcca
|
Backout 739aff49b8bb (bug 731974) for turning browser_586068-reload.js permaorange on WinXP 3 days ago
|
2012-10-08 10:57:12 +01:00 |
|
Vladimir Vukicevic
|
4e6612830f
|
b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
|
2012-10-02 10:54:46 -04:00 |
|
Andrew Quartey
|
42f2f3750f
|
Bug 792581 - part 11: Replace LL_MUL macro with multiplication operator. r=ehsan
|
2012-10-05 01:05:28 -04:00 |
|
Andrew Quartey
|
5fcf688c9c
|
Bug 792581 - part 9: Replace LL_ADD with mathematical plus operator. r=ehsan
|
2012-10-05 01:05:27 -04:00 |
|
Nathan Froyd
|
9738536099
|
Bug 796119 - part 2: don't #include prtypes.h in xpcom/ unless absolutely necessary; r=ehsan
"absolutely necessary" in this context means "needs PRUnichar", which is
the reason that nsString.h now #includes prtypes.h.
|
2012-10-01 17:01:01 -04:00 |
|
Mounir Lamouri
|
d75b0a0831
|
Bug 795703 - Do not assert when calling do_GetWeakReference() on a nsISupport not capable of that. r=smaug,dougt
|
2012-10-03 10:38:46 +01:00 |
|
Ehsan Akhgari
|
5d0ab6fa28
|
Backout changeset 9e38c5518605, fc59bd8d49ba, d0ba1abde985, and acf91f25f228 (bugs 796119, 796279, and 797106) because of broken reftests on 64-bit platforms
|
2012-10-02 23:16:36 -04:00 |
|
Nathan Froyd
|
d1cd4155c7
|
Bug 796119 - part 2: don't #include prtypes.h in xpcom/ unless absolutely necessary; r=ehsan
"absolutely necessary" in this context means "needs PRUnichar", which is
the reason that nsString.h now #includes prtypes.h.
|
2012-10-01 17:01:01 -04:00 |
|
Ed Morley
|
4583cbb907
|
Backout 16ae4d5d27d7 for mochitest-other failures in test_mousescroll.xul
|
2012-10-02 17:38:49 +01:00 |
|
Vladimir Vukicevic
|
b07a6d7317
|
b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
|
2012-10-02 10:54:46 -04: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
|
0cc4b12d36
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Nathan Froyd
|
b8f0f57868
|
Bug 792169 - introduce better, safer constructors for nsArray; r=bsmedberg
|
2012-09-21 12:12:32 -04:00 |
|
Ehsan Akhgari
|
b8d0b298fc
|
Bug 784859 - Part 6: Remove the need for locking in all calls to TimeStamp::Now; r=bbondy
|
2012-09-08 14:13:17 -04:00 |
|
Ehsan Akhgari
|
37cddbbf7b
|
Bug 784859 - Part 5: Change the implementation of GetTickCount64Fallback so that it never locks; r=bbondy
|
2012-09-06 11:01:06 -04:00 |
|
Ehsan Akhgari
|
d18ca7e2b9
|
Bug 784859 - Part 4: Use the native GetTickCount64 function where available; r=bbondy
|
2012-09-08 14:12:34 -04:00 |
|
Ehsan Akhgari
|
2f57874b5b
|
Bug 784859 - Part 3: Refactor TickCount64 to make its signature similar to GetTickCount64; r=bbondy
|
2012-09-08 14:12:14 -04:00 |
|
Ehsan Akhgari
|
36db053eeb
|
Bug 784859 - Part 2: Avoid locking to store the computed result in the global variable in CalibratedPerformanceCounter; r=bbondy
|
2012-09-06 11:01:06 -04:00 |
|
Ehsan Akhgari
|
06d0f0fed7
|
Bug 784859 - Part 1: Use QueryPerformanceCounter directly if the machine has a stable TSC; r=bbondy
|
2012-09-06 11:01:06 -04:00 |
|
Ehsan Akhgari
|
59fbcc9b3c
|
Bug 788014 - Part 2: Reduce the inclusion of prtypes.h in the tree to help using stdint types; r=jrmuizel
--HG--
extra : rebase_source : 66b3b6b9858fb032bebcc070347f781bdf61770c
|
2012-09-06 17:54:59 -04:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Landry Breuil
|
41cc4fa3d5
|
Bug 785738 Part 1: Use INT64_MAX/MIN instead of LL_MAXINT/MININT constants. r=ehsan
|
2012-08-30 09:10:26 +02:00 |
|
Joe Olivas
|
37f025b377
|
Bug 786789 - Optimize TimeDuration::ToSeconds on Windows to avoid blocked store forwards; r=ehsan
|
2012-08-29 21:09:01 -04: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 |
|
Kyle Huey
|
d540fe9d4c
|
Bug 774888: Error out if there's no TimeStamp implementation. r=glandium
|
2012-08-18 12:15:22 -07:00 |
|
Ms2ger
|
331accfcb4
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Aryeh Gregor
|
a0e6e57f67
|
Bug 780832 - Make nsSupportsArray::GrowArrayBy infallible. r=dougt
|
2012-08-07 11:21:38 +03:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
David Zbarsky
|
cc6c8a0c54
|
Bug 706179 Part 1: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-31 10:28:20 -07:00 |
|
Ryan VanderMeulen
|
26da6164d3
|
Merge m-c to inbound.
|
2012-07-30 20:14:22 -04:00 |
|
Mark Finkle
|
a4d33f44cf
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
91391164b5
|
Bug 777292 - Cast NS_ENUMERATOR_FALSE to nsresult and complain in comments; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
17bdf11678
|
Bug 777292 - Annotate some incorrect conversions to nsresult; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
David Zbarsky
|
4be9dc9473
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-27 13:23:44 -07:00 |
|
Ed Morley
|
0981437de6
|
Backout 1244b8a8e57a (bug 755084), 32d16d0f87c9 (bug 706179), 8548e016d4a9 (bug 768440), 697f5b87eae9 (bug 768440), 808fc2bd4e8c (bug 755084), 54b1484cd125 (bug 755084), 876726b632c0 (bug 706179) for xul android R3 failures
|
2012-07-25 16:37:04 +01:00 |
|
David Zbarsky
|
7d00314751
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-25 01:48:09 -07:00 |
|
Matt Brubeck
|
091f852d76
|
Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures
|
2012-07-23 20:25:51 -07:00 |
|
David Zbarsky
|
06e34cc5ee
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-23 17:34:22 -07:00 |
|
Joshua Cranmer
|
e1cdfe2f05
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Mounir Lamouri
|
60cae3665d
|
Bug 767519 - Add NS_flooredModulo to nsMathUtils. r=bz
--HG--
extra : rebase_source : d16e5d8e94a50c1e3319d866e3aa27ae6160edd8
|
2012-07-05 16:18:37 +02:00 |
|
Nathan Froyd
|
c91e7f86d0
|
Bug 765326 - atom-table numbers should include the static atom table; r=njn
|
2012-06-15 15:51:42 -04:00 |
|
Ehsan Akhgari
|
b5161f97b8
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg
|
2012-06-05 19:51:58 -04:00 |
|
Shriram Kunchanapalli
|
3f61927d18
|
Bug 760162: Remove obsolete comment about nsCRT::mem* functions in nsCRT.h; r=dougt f=sgautherie
|
2012-06-06 13:19:08 +01:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|