Commit Graph

92 Commits

Author SHA1 Message Date
Aaron Klotz
66884a5f0b Bug 976000: Add info to Telemetry.fileIOReports to differentiate between start/normal/shutdown I/O; r=froydnj 2014-03-18 16:07:35 -06:00
Terrence Cole
5403e658ff Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink 2014-01-16 09:48:58 -08:00
Tom Schuster
4a7dd51a60 Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Ehsan Akhgari
5329e49f60 Merge m-c into b2g-inbound 2014-01-04 12:17:52 -05:00
Ehsan Akhgari
68bfe70f09 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Fabrice Desré
f4f6ab378d Bug 956186 - Don't use hiddenwindow.html on b2g r=roc 2014-01-03 18:56:52 -08:00
Marina Samuel
201a2f1800 Bug 934032 - Add View on Metro feature to Desktop Firefox in Australis. r=bbondy 2013-11-19 13:06:58 -05:00
Marina Samuel
89bd827370 Bug 924911 - Change View on Desktop feature to be switch to Desktop feature. r=bbondy 2013-11-19 12:47:23 -05:00
Jonas Finnemann Jensen
cf099c0754 Bug 902587 - Part 2A: Refactor late-write-checks as client of IO Interposer. r=BenWa 2013-11-05 07:45:20 -05:00
David Rajchenbach-Teller
b71566629a Bug 881667 - Implement nsIAppStartup::startingUp. r=bsmedberg 2013-10-11 12:00:19 -04:00
Birunthan Mohanathas
b55ff3bd65 Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
David Rajchenbach-Teller
4caf0b0989 Bug 922814 - nsIAppStartup::shuttingDown is not reset to true during shutdown. r=bsmedberg 2013-10-09 13:02:33 -04:00
Ehsan Akhgari
c110a2c9ac Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
Tim Taubert
b93c5cd65f Bug 911146 - Add nsIAppStartup attribute to tell whether the app was restarted; r=bsmedberg 2013-09-11 03:40:45 +02:00
Tim Taubert
76df8b9518 Backed out changeset 4c2ec5c33ea9 (bug 911146) 2013-09-11 04:53:01 +02:00
Tim Taubert
a639f43a6f Bug 911146 - Add nsIAppStartup attribute to tell whether the app was restarted; r=bsmedberg 2013-09-11 03:40:45 +02:00
Brian R. Bondy
103fa15870 Bug 882142 - Add an interface attribute to determine if the app is restarting. r=jimm 2013-09-10 10:24:56 -04:00
Joshua Cranmer
4c1f2d0784 Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop 2013-07-18 21:24:15 -05:00
Gabriele Svelto
c77313ff20 Bug 793735 - Make StartupTimeline use TimeStamp instead of PRTime and adjust nsAppStartup to cope with it, r=nfroyd 2013-03-28 11:50:16 +01:00
David Zbarsky
e37c03f2f4 Bug 867459: Root toolkit/ r=terrence 2013-05-01 18:43:53 -04:00
Bill McCloskey
df9302c94d Bug 745154 - Disable automatic safe mode after startup crashes in debug builds or using an environment variable (r=ehsan) 2013-04-19 16:25:20 -07:00
Nathan Froyd
5e2155bec0 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
909adcd2c3 Bug 793735 - Make StartupTimeline use TimeStamp instead of PRTime and adjust nsAppStartup to cope with it, r=froydnj 2013-03-28 11:50:16 +01:00
Benoit Girard
f4b3710284 Bug 851611 - Part 3: Rename headers. r=jrmuizel 2013-03-18 15:25:50 +01:00
Benoit Girard
4146042cfd Bug 851611 - Part 2: Update profiler calls. r=jrmuizel 2013-03-16 00:47:02 -04:00
Ed Morley
90c9bf415e Backed out changeset c75481a07302 (bug 851611) 2013-03-18 14:10:35 +00:00
Ed Morley
627fcd7895 Backed out changeset d195190adc48 (bug 851611) 2013-03-18 14:10:30 +00:00
Benoit Girard
0b880319f3 Bug 851611 - Part 3: Rename headers. r=jrmuizel 2013-03-18 14:41:02 +01:00
Benoit Girard
6d0dfa5b89 Bug 851611 - Part 2: Update profiler calls. r=jrmuizel 2013-03-16 00:47:02 -04:00
Gabriele Svelto
5c4ec8b254 Bug 689256 - Record invalid PROCESS_CREATION timestamps and adjust tests to cope with them. r=glandium 2013-03-08 12:37:16 +01:00
Ryan VanderMeulen
6db76a5033 Backed out changeset f856bcb5097f (bug 689256) for xpcshell orange on a CLOSED TREE. 2013-03-06 14:37:34 -05:00
Gabriele Svelto
55c8020a18 Bug 689256 - Record invalid PROCESS_CREATION timestamps and adjust tests to cope with them. r=glandium 2013-03-05 18:24:21 +01:00
Ehsan Akhgari
5ab06de081 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
Rafael Ávila de Espíndola
3cc9e7437d Bug 831303 - Fix the the stop where we start counting the shutdown time.r=ehsan. 2013-01-17 11:40:14 -05:00
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