Ehsan Akhgari
|
9cafa40bbe
|
Bug 918105 - Minimize the #includes in xpcom/ds; r=bsmedberg
|
2013-09-19 15:31:21 -04:00 |
|
Gabriele Svelto
|
42adf2eede
|
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
|
983cbe97cd
|
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
|
afb62e15ba
|
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
|
15f3ae0536
|
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
|
c4a63c79fa
|
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 |
|
Justin Lebar
|
2b81da6989
|
No bug: Fix comment in TimeStamp_posix.cpp. DONTBUILD
|
2012-10-20 11:12:20 -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 |
|
Gervase Markham
|
87620f5676
|
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 |
|
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 |
|
Boris Zbarsky
|
8a5a8c7f9e
|
Bug 558306 part 1.5. Make TimeDuration::FromMilliseconds take a double. r=cjones, sr=roc
|
2010-07-21 15:57:33 -04:00 |
|
Chris Jones
|
593697156c
|
Bug 576467: Check the return value of clock_getres(). r=roc
|
2010-07-15 14:27:43 -05:00 |
|
Ginn Chen
|
3afa89d964
|
revert 43e12453336f, it was fixed by another changeset
|
2010-04-28 17:44:24 +08:00 |
|
Ginn Chen
|
314bd364fe
|
Bug 560717 Linux FPE running make check r=bsmedberg
|
2010-04-28 17:40:03 +08:00 |
|
Vladimir Vukicevic
|
838f1fb2ff
|
b=560717; fix TimeStamp initialization in TimeStamp_posix; r=bsmedberg
|
2010-04-26 14:26:40 -07:00 |
|
Chris Jones
|
5e03f750df
|
Bug 541185: Fall back on clock_getres() when resolution detection fails, and remove bogus upper-bound sanity check. r=roc
|
2010-03-01 15:44:05 -06:00 |
|
Chris Jones
|
1399b2b545
|
Bug 522126, part 2: Add a POSIX clock (CLOCK_MONOTONIC) implementation of TimeStamp/TimeDuration. r=roc
|
2010-01-07 11:21:28 -06:00 |
|