Georg Fritzsche
|
a49bfc6f45
|
Bug 983101 - unused variable 'kNsPerSec' in TimeStamp_darwin.cpp, r=froydnj
|
2014-03-13 12:52:43 +01:00 |
|
Nomis101
|
41159be669
|
Bug 909914 - Add a missing include to avoid error: "Use of undeclared identifier 'getpid'" when building with enable-macos-target=10.9; r=smichaud
|
2013-12-20 13:06:42 +01:00 |
|
Gabriele Svelto
|
d48fd3d8ac
|
Bug 906754 - Ensure that TimeStamp's static fields are initialized only once. r=froydnj
|
2013-10-28 20:50:09 +01:00 |
|
Birunthan Mohanathas
|
4f2da6a7bd
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (1/3); r=ehsan
|
2013-10-10 16:41:00 -04:00 |
|
Ehsan Akhgari
|
7ee5f54d35
|
Bug 918105 - Minimize the #includes in xpcom/ds; r=bsmedberg
|
2013-09-19 15:31:21 -04:00 |
|
Gabriele Svelto
|
e27e54667f
|
Bug 852250 - When restarting recompute the process startup timestamp instead of using the timestamp stored it in MOZ_APP_RESTART during the shutdown procedure. r=nfroyd
|
2013-07-31 12:51:58 +02:00 |
|
Gabriele Svelto
|
8d6ecdb6a0
|
Bug 793735 - Add functionality to create TimeStamp instances representing the process creation time, r=nfroyd
|
2013-03-28 11:28:09 +01:00 |
|
Nathan Froyd
|
c51a8b0019
|
Backout 61e1edc0b6bf (bug 793735), 77014412cd4a (bug 793735), and 8c5aa269c3cd (bug 793735) for botching FHR data
|
2013-04-09 16:25:42 -04:00 |
|
Gabriele Svelto
|
12254c942f
|
Bug 793735 - Add functionality to create TimeStamp instances representing the process creation time, r=froydnj
|
2013-03-28 11:28:09 +01:00 |
|
Honza Bambas
|
f15437c70d
|
Bug 827287 - make it possible to use TimeStamp without performance concerns (TimeStamp::NowLoRes), r=ehsan, sr=roc
|
2013-02-11 22:56:59 +01:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01: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 |
|
L. David Baron
|
15a828aa14
|
Make the Darwin TimeStamp implementation assert when used before it is initialized. (Bug 693821) r=bzbarsky
--HG--
extra : transplant_source : %0B%E5o%993%09%9Fx%27%C5%03NA%A9u%00%82d-%1C
|
2011-10-12 10:34:39 -07: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 |
|
Jeff Muizelaar
|
f5865f36e6
|
Bug 539093. TimeStamp implementation for OS X using mach_absolute_time. r=cjones
--HG--
extra : rebase_source : 66c407448f94ae1b9efa8c7d0d7291e22b5e6191
|
2011-07-20 14:27:10 -04:00 |
|