Benoit Girard
|
a825d757c1
|
Bug 830809 - Remove 'shutdown start' label with eConsiderQuit. r=ehsan
|
2013-01-16 11:01:14 -05:00 |
|
Ehsan Akhgari
|
ce9f1908ee
|
Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky
|
2013-01-06 21:16:48 -05:00 |
|
Ehsan Akhgari
|
c95ee8f5e1
|
Backed out changeset f3a6aff3dbbc (bug 827188) because of build failures
|
2013-01-08 12:02:55 -05:00 |
|
Ehsan Akhgari
|
ffe6a2181c
|
Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky
|
2013-01-06 21:16:48 -05:00 |
|
Ehsan Akhgari
|
ddc9db754a
|
Bug 815847 - Part 4: Implement a hidden private window managed by the app shell service; r=bzbarsky
|
2012-12-10 23:49:17 -05:00 |
|
Benjamin Smedberg
|
6ac1b4e7ed
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
|
2012-12-13 12:20:56 -05:00 |
|
Ed Morley
|
8668fa71f9
|
Backout 4ebd50016f35 & 9033700cc24f (bug 807757) for failing to build on a CLOSED TREE
|
2012-12-13 18:46:38 +00:00 |
|
Benjamin Smedberg
|
6422a5f233
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
|
2012-12-13 12:20:56 -05:00 |
|
Rafael Ávila de Espíndola
|
c3b8f61ff5
|
Bug 815709 - Shutdown time is read in the main thread. r=ehsan.
Move code to Telemetry.cpp and s/NULL/nullptr/.
|
2012-12-13 12:06:27 -05:00 |
|
Benoit Girard
|
08eb28e8a4
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Ehsan Akhgari
|
f5eccc3df2
|
Backed out 3 changesets (bug 799640) on the suspicion of regressing Tp5 by 50%
Backed out changeset 133c704dbcc6 (bug 799640)
Backed out changeset b130bb991d84 (bug 799640)
Backed out changeset e47b059493cf (bug 799640)
|
2012-11-30 16:05:13 -05:00 |
|
Benoit Girard
|
79cb97e19b
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Gene Lian
|
a42615518c
|
Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones
|
2012-10-02 15:26:32 +08:00 |
|
Chris Jones
|
7e993c465e
|
Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent
|
2012-09-19 16:13:31 -07:00 |
|
Ehsan Akhgari
|
57ec2ec569
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Jan Beich
|
ff90e2a7c2
|
Bug 789693 - Unify CalculateProcessCreationTimestamp() on OS X and BSDs. r=tglek
|
2012-09-11 21:49:39 -04:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Landry Breuil
|
195915de31
|
Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan
|
2012-08-30 09:10:35 +02:00 |
|
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 |
|