Ehsan Akhgari
|
243c878d26
|
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 |
|
Nathan Froyd
|
8613682181
|
Bug 779298 - part 1: store shutdown times in profile directory and initialize class members; r=dougt
|
2012-08-01 12:06:28 -04:00 |
|
Ed Morley
|
ec6d38b735
|
Backout c4b249ca469b & 5bd90df027d0 (bug 779298) for assertions on OS X
|
2012-08-16 17:00:10 +01:00 |
|
Nathan Froyd
|
ff31007745
|
Bug 779298 - part 1: store shutdown times in profile directory and initialize class members; r=dougt
|
2012-08-01 12:06:28 -04:00 |
|
Rafael Ávila de Espíndola
|
8c3cfe848b
|
Bug 780272 - Audit calls to MozillaUnRegisterDebugFD. r=jlebar.
|
2012-08-10 12:40:21 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Rafael Ávila de Espíndola
|
92f73a8afd
|
Bug 777913 - shutdown timings for multiple sessions are not recorded correctly. r=nfroyd.
|
2012-07-27 10:28:43 -04:00 |
|
Nathan Froyd
|
21979e81ae
|
Bug 756142 - part 2: expose the shutdown duration through nsIAppStartup; r=bsmedberg
|
2012-07-10 11:50:35 -04:00 |
|
Nathan Froyd
|
1687ee34c1
|
Bug 756142 - part 1: make it possible to get the timestamp filename multiple times; r=bsmedberg
|
2012-07-10 11:49:57 -04:00 |
|
Nicolas Chaim Echeverria
|
660ebb2257
|
Bug 770317: Add an xperf probe for XPCOM shutdown event. r=glandium
|
2012-07-20 13:39:23 -04:00 |
|
Rafael Ávila de Espíndola
|
f37e9ccf24
|
Bug 771083 - Shutdown telemetry causes "Assertion failure: r == count, at xpcom/build/mozPoisonWriteMac.cpp:194"
White list the shutdown time fd. r=benjamin.
|
2012-07-06 20:44:43 -04:00 |
|
Rafael Ávila de Espíndola
|
31da4aefc5
|
Bug 763361 - shutdown. sigsegv during freelibrary.
Call RecordShutdownEndTimeStamp from XRE_main. r=benjamin.
|
2012-07-06 18:29:53 -04:00 |
|
Honza Bambas
|
1415b7fdef
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Landry Breuil
|
02602d7009
|
Bug 755336 - Use PRInt64 replacedLockTime since XPIDL expects a PRInt64, fixes build on OpenBSD. r=bsmedberg
|
2012-05-22 20:21:45 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Rafael Ávila de Espíndola
|
a9ae84f33b
|
Bug 753461 - Write shutdown time to disk. r=taras.
|
2012-05-18 08:13:30 -04:00 |
|
Rafael Ávila de Espíndola
|
ab315313eb
|
Bug 755336 - convert integer types in nsAppStartup.cpp. r=benjamin.
|
2012-05-17 13:22:28 -04:00 |
|
Matthew Noorenberghe
|
0942fdafa8
|
Bug 731613 - Don't track startup crashes when XRE_PROFILE_PATH is set (from restart or profile manager). r=Mossop
|
2012-03-14 17:08:59 -07:00 |
|
Matthew Noorenberghe
|
fe6b692632
|
Bug 723802 - Add telemetry for startup crash detection (2/2). r=dolske,taras
|
2012-03-12 15:41:26 -07:00 |
|
Matthew Noorenberghe
|
671fe56e5f
|
Bug 723802 - Add telemetry for startup crash detection (1/2) - timeline portion. r=taras
|
2012-02-09 15:49:33 -08:00 |
|
Matthew Noorenberghe
|
c4f168ae2a
|
Bug 726043 - Rev uuids for bug 294260 and add NS_ENSURE_ARG_POINTER. r=Mossop
|
2012-02-10 12:07:19 -08:00 |
|
Matthew Noorenberghe
|
f9b32440f4
|
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
|
2011-11-07 21:20:42 -08:00 |
|
David Rajchenbach-Teller
|
d175474e48
|
Bug 696033 - Add xperf probes (sample startup probes); r=glandium
|
2012-02-05 22:49:37 +00:00 |
|
Ms2ger
|
60078eb142
|
Bug 705186 - Use IDL for nsIAppStartup::GetStartupInfo; r=bholley
|
2011-11-26 11:30:20 +01:00 |
|
Mike Hommey
|
efd6f09c3e
|
Bug 702764 part 2 - Make nsAppStartup::GetStartupInfo more flexible. r=tglek
|
2011-11-18 08:54:27 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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 |
|
Neil Deakin
|
4a6227f04e
|
Bug 694224, remove appshell argument from various widget creation methods, r=roc
|
2011-10-14 09:06:39 -04:00 |
|
Taras Glek
|
77cb05cac8
|
Bug 689256 - Intermittent failure to set calculate timestamp for main; r=glandium
|
2011-10-10 15:27:05 +01:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mike Hommey
|
403f52bc9e
|
Bug 686435 - Add a telemetry probe on nsAppShellService::CreateTopLevelWindow. r=taras
|
2011-09-23 14:30:49 +02:00 |
|
Margaret Leibovic
|
3f84156e84
|
Bug 670194 - Startup numbers don't account for interactive startup interruptions. r=dtownsend
|
2011-08-25 14:11:18 -04:00 |
|
Matheus Kerschbaum
|
200b657e7d
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
|
Ehsan Akhgari
|
352ad1d51f
|
Merge the last green changeset on mozilla-inbound to mozilla-central
|
2011-07-15 08:13:08 -04:00 |
|
Ms2ger
|
26b7c93961
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Taras Glek
|
9d7a18852b
|
Bug 670008. Fix measurement of the startup telemetry numbers. r=glandium
|
2011-07-14 13:02:20 -04:00 |
|
Matheus Kerschbaum
|
370eb55bf7
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
|
Landry Breuil
|
a145511226
|
Bug 633193 - Implement CalculateProcessCreationTimestamp() on OpenBSD. r=taras
|
2011-04-19 01:29:48 +02:00 |
|
Benjamin Smedberg
|
e26d3e4fec
|
Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop
|
2011-03-25 11:03:35 -04:00 |
|
Mitchell Field
|
8969bddd5d
|
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
|
2011-03-08 14:58:46 +11:00 |
|