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 |
David Zbarsky
|
c88b41986f
|
Bug 706179 Part 1: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-31 10:28:20 -07:00 |
Mark Finkle
|
ecceaf8977
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
David Zbarsky
|
687786c2e9
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-27 13:23:44 -07:00 |
Ed Morley
|
3ed23376d4
|
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
|
ced60d55d3
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-25 01:48:09 -07:00 |
Matt Brubeck
|
90029e0bf6
|
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
|
33710a6b6d
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-23 17:34:22 -07:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Robert O'Callahan
|
4d53757359
|
Bug 727695. Add TimeDuration::FromMicroseconds. r=cjones
|
2012-02-19 21:53:40 +13:00 |
Jeff Walden
|
1f1e0e3e33
|
Bug 716112 - Add an optional second argument to MOZ_ASSERT to allow explanations to accompany assertions, if desired. r=cjones
--HG--
extra : rebase_source : a6be7ef89c91a58df489057ca4ea67791b6881a0
|
2012-01-06 15:51:27 -06:00 |
Jeff Muizelaar
|
760a7e0bbc
|
Bug 564613. Add documentation to TimeStamp comparing it to C++11's time_point. r=cjones
--HG--
extra : rebase_source : dc9f17795565031874f11956cea168bbcee1b616
|
2011-10-06 11:08:59 -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 |
Jeff Muizelaar
|
d628f34ad0
|
Bug 673228. Use MOZ_ASSERT instead of NS_ASSERTION in TimeStamp.h. r=roc,cjones
|
2011-08-10 19:32:35 -04:00 |
Matheus Kerschbaum
|
8a4cb927fd
|
Bug 678155 - Remove NS_COM. r=bsmedberg
|
2011-08-18 15:46:39 +02:00 |
Jeff Muizelaar
|
7783f30193
|
Bug 672207. Add toMicroseconds() for more precision. r=cjones
--HG--
extra : rebase_source : a363b3c67c0cebf72777347e741e2499067c1fa3
|
2011-07-20 13:38:34 -04:00 |
Markus Stange
|
a477f2efe9
|
Bug 627651 - Improve the smooth scroll animation. ui-r=faaborg, r=roc
|
2011-03-26 00:30:19 -04:00 |
Boris Zbarsky
|
69a743e18b
|
Bug 558306 part 1.5. Make TimeDuration::FromMilliseconds take a double. r=cjones, sr=roc
|
2010-07-21 15:57:33 -04:00 |
Boris Zbarsky
|
9eb0315c7c
|
Bug 558306 part 1. Add a TimeDuration::ToMilliseconds. r=cjones
|
2010-07-15 09:59:23 -04:00 |
Vladimir Vukicevic
|
7d8278a6fd
|
b=480735; add infrastructure for simple timeline logging; r=bsmedberg
|
2010-04-20 00:04:42 -07:00 |
Chris Jones
|
c10f70f476
|
Bug 522126, part 1: refactor TimeStamp/TimeDuration so that platform-specific implementations can be added. r=roc
|
2010-01-07 11:21:23 -06:00 |
L. David Baron
|
2ccbe80f89
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
Benjamin Smedberg
|
6df221580d
|
Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
|
2009-05-18 14:15:05 -04:00 |