mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
69d1f32ff7
- Bug 1268085 - Remove unused post barrier callbacks r=terrence (0ab13411c9) - Bug 1267699 - Move some public types to the right namespace; r=sfink (3d5008e610) - Bug 1267550 (part 1) - Rename MOZ_MUST_USE as MOZ_MUST_USE_TYPE. r=ehsan. (6f47375796) - Bug 1259021 - Rename Vector::extractRawBuffer to extractOrCopyRawBuffer r=Waldo (97ca94495b) - Bug 1259021 - Add Vector::extractRawBuffer method that doesn't copy the buffer r=Waldo (e58deec48f) - Bug 1265892 - Change Vector to use Impl::new_ consistently. r=Waldo (7a52d21b29) - Bug 1267912 - Rename nsNetUtil.inl as nsNetUtilInlines.h. r=valentin. (548a41b293) - Bug 1265690 part 1 - Mark StringBuffer methods WARN_UNUSED_RESULT, fix OOM issues. r=jonco (0d7e6837e3) - Bug 1265690 part 2 - Fix some more OOM issues in TypedObject code. r=jonco (b60902453e) - Bug 1263490 - Part 2: Add GetFirstDollarIndex intrinsic and use it inRegExpReplace. r=till (4ba19db8c4) - Bug 1263490 - Part 3: Inline GetFirstDollarIndex intrinsic. r=h4writer (e7d9b5d1cc) - Bug 1263490 - Part 4: Fold GetFirstDollarIndex into a integer constant. r=h4writer (3479c7d1af) - Bug 1267269 - Make MIRType an enum class. r=bbouvier (d580ef372a) - Bug 1259295 - BaldrMonkey: Postorder (r=luke) (6ef7a77663) - Bug 1254142: BaldrMonkey: make br_table yield (r=luke) (80e7635e58) - Bug 1263202 - BaldrMonkey: switch to arities on branches, calls and return (r=bbouvier) (f5a0358634) - Bug 1236358 - Improper reading of string16 in Pickle::ReadString16. r=jld (8370ba6a0b) - Bug 1263205 - BaldrMonkey: Update section headers for proposed spec changes (r=luke) (0def2e6bc2) - Bug 1263205 - BaldrMonkey: Update for proposed new section names (r=luke) (e57f0e3367) - Bug 1263205 - BaldrMonkey: Add 'form' field to types section (r=bbouvier) (794edc890f) - Bug 1259021 - Use in-place storage in AutoStableStringChars to avoid allocation for short strings r=jandem r=Waldo (ffb53cbcf4) - Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. (47bc674b86) - Bug 1268518: Baldr: implement int32/int64 rotations; r=luke (0d5eedccce) - Bug 1255008: IonMonkey - Add a by default disabled flow sensitive alias analysis pass, r=jandem (521c585d75) - Bug 1266781: Baldr: implement proper checked truncations to integer types; r=sunfish (46078fb3d3) - Bug 1266781: Rename MTruncateToInt64 into MWasmTruncateInt64; r=sunfish (c7d7d1ac11) - Bug 1266781: Add new traps; r=luke (b7ed3d44e6) - Bug 1268024: Pass the atomic attribute down to EmitHeapAccess; r=luke (6195f7d7a3) - Bug 1268024: A few cleanups related to loads/stores; r=luke (88141e3a01) - Bug 1258312 - Make Pickle::Resize infallible r=jld (241ee9b60d) - Bug 1162772, part 1 - Allow CompartmentCreationOptions to store Secure Context state. r=jorendorff (ff666384cf) - Bug 1162772, part 2 - Expose whether SEC_FORCE_INHERIT_PRINCIPAL was dropped from an nsILoadInfo. r=bz (ada46f86bf) - Bug 1162772, part 3 - Add a getChannelResultPrincipalIfNotSandboxed method to nsIScriptSecurityManager. r=bz (5b1d9f6807) - Bug 1162772, part 4 - Implement nsGlobalWindow::IsSecureContext. r=bz (f392f439c9) - Bug 1162772, part 5 - Expose Window.isSecureContext to content. r=bz (e7296e2cf1) - Bug 1267509 - Make nsContentSecurityManager::IsURIPotentiallyTrustworthy act on an nsIPrincipal. r=bz (83de80350a) - Bug 1219098 - Use UniquePtr in UncompressedSourceCache, for it is good (r=jandem) (b68769c729) - Bug 1244279 - Part 1: Take a bit in ObjectElements::Flags to indicate whether the object is in the whole cell store buffer. r=terrence (968cf373f9) - Bug 1244279 - Part 0: Add a GC ubench for large arrays with both elements and properties. r=terrence (ec76b48323) - Bug 1255925 - Give a name to getters/setters and integer-named methods. r=efaust (f978cc6916) - Bug 888969 - Make the getPrototypeOf/setPrototypeOf traps scriptable. r=efaust, r=bholley (eb2325a9ea) - Bug 1267557 part 0 - Move JS poison constants to jsutil.h. r=jonco (65afc690d2) - Bug 1267557 part 1 - Also poison bytes allocated before the actual jitcode. r=nbp (70f0b327d3) - Bug 1267557 part 2 - Use different jitcode poison values. r=nbp (08008ab9dc) - Bug 1267557 part 3 - Define JS_SWEPT_CODE_PATTERN for mips. r=nbp (17e894d59d) - Bug 1267449 - Do not infinite loop in js_fputs; r=jimb (67f961b6cd) - Bug 1219098 - Reenable compression on large sources, but revert to uncompressed if decompression happens (r=jandem) (b44ee8d77d) - Bug 1267551 (part 1) - Use MOZ_MUST_USE more in jsnum.h. r=jonco. (d2476bf8f4) - Bug 1267551 (part 2) - Use MOZ_MUST_USE more in js/src/ds/. r=jonco. (4ff5d9aa88) - Bug 1267412 - Use MutableHandleValue instead of pointer-to-AutoValueVector; r=sfink (3f6dd284bb) - Bug 1266406 - Use EnumSet<AllocKind> to simplify GC sweeping phase information r=terrence (64811500e7) - Bug 1266457 - Update pointers in GC things in two phases when compacting r=terrence (f6f5bc4e4d) - Bug 1266457 - Simplify typed object trace hook r=terence (3b06c8d1e5) - Bug 1268541 - Compact arenas containing base shapes r=terrence (b458b92eea) - Bug 1268805 - Implement PrivateGCThingValue. (r=terrence) (deec9a83ae) - Bug 1268415: Initialize members in UpdatePointerTasks; r=jonco (6cb219005a) - Bug 1268501 - Release the GC lock periodically when releasing arenas on the backgound thread r=terrence (37f0997682) - Bug 1263572 - Wait for background sweeping to finish before checking base shapes r=terrence (354801a411) - Bug 1266887 - Store Rooted heads on the Zone; r=sfink (91c0101ee3) - Bug 1266402 - Add iteration to EnumSet<T> so that it can be used in range-based for loops r=Waldo (e9507a2524) - Bug 1266404 - Allow construction of an EnumSet<T> using an initializer list r=Waldo (1b6d340e99) - Bug 1254020 - Always compute theme scaling factor when per-monitor dpi aware, even if only a single display is currently present. r=emk (a00cda21f4) - Bug 1263525 - Add dedicated function for std_Array self-hosted intrinsic. r=efaust (449d8bb7eb) - Bug 1255925 - Change JSFunction::name to return a JSAtom. r=efaust (5ab396ce83) - Bug 888969 - Make our tree's sole implementation of nsIRemoteTagService.getRemoteObjectTag not depend upon the infallibility of [[GetPrototypeOf]] on the object provided to it. r=bz (f388f4bf1f) - Bug 1264896 - Kill off nsIRemoteTagService and do what it does, in its sole caller, in far-faster C++. r=billm (5ed3fb103d) - Bug 1268246 - Add a simple Poison class lifetime checker. r=froydnj (7b237bc70e) - Bug 1249496 - Don't apply dpi-based scaling for window titlebar dimensions when on a secondary display, because windows doesn't scale it. r=emk (64dd706dbc) - Bug 1164518 - Avoid unnecessary DB updates when caching Safe Browsing results. r=gcp (3cafd9a4df) - Bug 1264472 - Use nsRunnables in FIDO U2F. r=keeler (3aa9570132) - Bug 1236060 - Dispatch error should advance queue. r=smaug (74155b75dd) - Bug 1251697 part 1. Thread an ErrorResult reference through the worker XHR WorkerThreadProxySyncRunnable implementations. r=khuey (77804cbb7c) - Bug 1251697 part 2. Have WorkerThreadProxySyncRunnable hand the ErrorResult reference it holds to its ResponseRunnable so it can report exceptions on there instead of on a JSContext. r=khuey (355c9ee313) - Bug 1251697 part 3. Remove the JSContext argument of StopSyncLoopRunnable::MaybeSetException. r=khuey (010f5b1058) - Bug 1155328. r=smaug (e1f8dac304) - Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj (f83bfcae02) - Bug 1239946 - Change test to return error on Speak. r=eeejay (1d402beb02) - Bug 1254378 - Update synth tests and introduce no voiceschanged test. r=smaug (f5823bb70e) - Bug 1251627. Fix XMLHttpRequest.send() to follow the spec better in terms of the exceptions it throws. r=khuey (cd0e321948) - Bug 1268868: [MSE] P1. Re-enable gap detection within a media segment. r=gerald (b8b8df4bc2) - Bug 1268868: [MSE] P2. Reset longest duration after keyframe is seen. r=gerald (2b1401465c) - Bug 1268868: [MSE] P3. Prevent crash should gap be detected in content. r=gerald (063d9376fc) - Bug 1254378 - Implement nsISynthVoiceRegistry.notifyVoicesChanged. r=smaug (4b63b1c360) - Bug 1266804 - Un-inline js::Unbox(); r=jorendorff (0f288b6173) - Bug 1268863 - Report ScriptSources that are only reachable via AsmJSModule (r=njn) (5ba40acb64) - bump version to 45.1b1 (1414db0ca8) - Bug 1262062 - remove old futex names. r=bbouvier (62662bdd2e) - memory: build fix after renaming MOZ_WARN_UNUSED_RESULT (7254dc8d53) - import from mozilla: - Bug 1268725 - BaldrMonkey: Refactor away the internal storage from ExprIter. r=luke (1931bd636f17) - Bug 1268725 - BaldrMonkey: Convert default arguments into explicit arguments. r=luke (c8a11b8b6bbd) (867ec715d6)
989 lines
30 KiB
C++
989 lines
30 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "nsAppStartup.h"
|
|
|
|
#include "nsIAppShellService.h"
|
|
#include "nsPIDOMWindow.h"
|
|
#include "nsIInterfaceRequestor.h"
|
|
#include "nsIFile.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsIPrefBranch.h"
|
|
#include "nsIPrefService.h"
|
|
#include "nsIPromptService.h"
|
|
#include "nsIStringBundle.h"
|
|
#include "nsISupportsPrimitives.h"
|
|
#include "nsIWebBrowserChrome.h"
|
|
#include "nsIWindowMediator.h"
|
|
#include "nsIWindowWatcher.h"
|
|
#include "nsIXULRuntime.h"
|
|
#include "nsIXULWindow.h"
|
|
#include "nsNativeCharsetUtils.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "nsAutoPtr.h"
|
|
#include "nsString.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "GeckoProfiler.h"
|
|
|
|
#include "prprf.h"
|
|
#include "nsIInterfaceRequestorUtils.h"
|
|
#include "nsWidgetsCID.h"
|
|
#include "nsAppShellCID.h"
|
|
#include "nsXPCOMCIDInternal.h"
|
|
#include "mozilla/Services.h"
|
|
#include "nsIXPConnect.h"
|
|
#include "jsapi.h"
|
|
#include "js/Date.h"
|
|
#include "prenv.h"
|
|
#include "nsAppDirectoryServiceDefs.h"
|
|
|
|
#if defined(XP_WIN)
|
|
// Prevent collisions with nsAppStartup::GetStartupInfo()
|
|
#undef GetStartupInfo
|
|
#endif
|
|
|
|
#include "mozilla/IOInterposer.h"
|
|
#include "mozilla/Telemetry.h"
|
|
#include "mozilla/StartupTimeline.h"
|
|
|
|
static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID);
|
|
|
|
#define kPrefLastSuccess "toolkit.startup.last_success"
|
|
#define kPrefMaxResumedCrashes "toolkit.startup.max_resumed_crashes"
|
|
#define kPrefRecentCrashes "toolkit.startup.recent_crashes"
|
|
#define kPrefAlwaysUseSafeMode "toolkit.startup.always_use_safe_mode"
|
|
|
|
#if defined(XP_WIN)
|
|
#include "mozilla/perfprobe.h"
|
|
/**
|
|
* Events sent to the system for profiling purposes
|
|
*/
|
|
//Keep them syncronized with the .mof file
|
|
|
|
//Process-wide GUID, used by the OS to differentiate sources
|
|
// {509962E0-406B-46F4-99BA-5A009F8D2225}
|
|
//Keep it synchronized with the .mof file
|
|
#define NS_APPLICATION_TRACING_CID \
|
|
{ 0x509962E0, 0x406B, 0x46F4, \
|
|
{ 0x99, 0xBA, 0x5A, 0x00, 0x9F, 0x8D, 0x22, 0x25} }
|
|
|
|
//Event-specific GUIDs, used by the OS to differentiate events
|
|
// {A3DA04E0-57D7-482A-A1C1-61DA5F95BACB}
|
|
#define NS_PLACES_INIT_COMPLETE_EVENT_CID \
|
|
{ 0xA3DA04E0, 0x57D7, 0x482A, \
|
|
{ 0xA1, 0xC1, 0x61, 0xDA, 0x5F, 0x95, 0xBA, 0xCB} }
|
|
// {917B96B1-ECAD-4DAB-A760-8D49027748AE}
|
|
#define NS_SESSION_STORE_WINDOW_RESTORED_EVENT_CID \
|
|
{ 0x917B96B1, 0xECAD, 0x4DAB, \
|
|
{ 0xA7, 0x60, 0x8D, 0x49, 0x02, 0x77, 0x48, 0xAE} }
|
|
// {26D1E091-0AE7-4F49-A554-4214445C505C}
|
|
#define NS_XPCOM_SHUTDOWN_EVENT_CID \
|
|
{ 0x26D1E091, 0x0AE7, 0x4F49, \
|
|
{ 0xA5, 0x54, 0x42, 0x14, 0x44, 0x5C, 0x50, 0x5C} }
|
|
|
|
static NS_DEFINE_CID(kApplicationTracingCID,
|
|
NS_APPLICATION_TRACING_CID);
|
|
static NS_DEFINE_CID(kPlacesInitCompleteCID,
|
|
NS_PLACES_INIT_COMPLETE_EVENT_CID);
|
|
static NS_DEFINE_CID(kSessionStoreWindowRestoredCID,
|
|
NS_SESSION_STORE_WINDOW_RESTORED_EVENT_CID);
|
|
static NS_DEFINE_CID(kXPCOMShutdownCID,
|
|
NS_XPCOM_SHUTDOWN_EVENT_CID);
|
|
#endif //defined(XP_WIN)
|
|
|
|
using namespace mozilla;
|
|
|
|
uint32_t gRestartMode = 0;
|
|
|
|
class nsAppExitEvent : public mozilla::Runnable {
|
|
private:
|
|
RefPtr<nsAppStartup> mService;
|
|
|
|
public:
|
|
explicit nsAppExitEvent(nsAppStartup *service) : mService(service) {}
|
|
|
|
NS_IMETHOD Run() {
|
|
// Tell the appshell to exit
|
|
mService->mAppShell->Exit();
|
|
|
|
mService->mRunning = false;
|
|
return NS_OK;
|
|
}
|
|
};
|
|
|
|
/**
|
|
* Computes an approximation of the absolute time represented by @a stamp
|
|
* which is comparable to those obtained via PR_Now(). If the current absolute
|
|
* time varies a lot (e.g. DST adjustments) since the first call then the
|
|
* resulting times may be inconsistent.
|
|
*
|
|
* @param stamp The timestamp to be converted
|
|
* @returns The converted timestamp
|
|
*/
|
|
uint64_t ComputeAbsoluteTimestamp(PRTime prnow, TimeStamp now, TimeStamp stamp)
|
|
{
|
|
static PRTime sAbsoluteNow = PR_Now();
|
|
static TimeStamp sMonotonicNow = TimeStamp::Now();
|
|
|
|
return sAbsoluteNow - (sMonotonicNow - stamp).ToMicroseconds();
|
|
}
|
|
|
|
//
|
|
// nsAppStartup
|
|
//
|
|
|
|
nsAppStartup::nsAppStartup() :
|
|
mConsiderQuitStopper(0),
|
|
mRunning(false),
|
|
mShuttingDown(false),
|
|
mStartingUp(true),
|
|
mAttemptingQuit(false),
|
|
mRestart(false),
|
|
mInterrupted(false),
|
|
mIsSafeModeNecessary(false),
|
|
mStartupCrashTrackingEnded(false),
|
|
mRestartNotSameProfile(false)
|
|
{ }
|
|
|
|
|
|
nsresult
|
|
nsAppStartup::Init()
|
|
{
|
|
nsresult rv;
|
|
|
|
// Create widget application shell
|
|
mAppShell = do_GetService(kAppShellCID, &rv);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<nsIObserverService> os =
|
|
mozilla::services::GetObserverService();
|
|
if (!os)
|
|
return NS_ERROR_FAILURE;
|
|
|
|
os->AddObserver(this, "quit-application", true);
|
|
os->AddObserver(this, "quit-application-forced", true);
|
|
os->AddObserver(this, "sessionstore-init-started", true);
|
|
os->AddObserver(this, "sessionstore-windows-restored", true);
|
|
os->AddObserver(this, "profile-change-teardown", true);
|
|
os->AddObserver(this, "xul-window-registered", true);
|
|
os->AddObserver(this, "xul-window-destroyed", true);
|
|
os->AddObserver(this, "profile-before-change", true);
|
|
os->AddObserver(this, "xpcom-shutdown", true);
|
|
|
|
#if defined(XP_WIN)
|
|
os->AddObserver(this, "places-init-complete", true);
|
|
// This last event is only interesting to us for xperf-based measures
|
|
|
|
// Initialize interaction with profiler
|
|
mProbesManager =
|
|
new ProbeManager(
|
|
kApplicationTracingCID,
|
|
NS_LITERAL_CSTRING("Application startup probe"));
|
|
// Note: The operation is meant mostly for in-house profiling.
|
|
// Therefore, we do not warn if probes manager cannot be initialized
|
|
|
|
if (mProbesManager) {
|
|
mPlacesInitCompleteProbe =
|
|
mProbesManager->
|
|
GetProbe(kPlacesInitCompleteCID,
|
|
NS_LITERAL_CSTRING("places-init-complete"));
|
|
NS_WARN_IF_FALSE(mPlacesInitCompleteProbe,
|
|
"Cannot initialize probe 'places-init-complete'");
|
|
|
|
mSessionWindowRestoredProbe =
|
|
mProbesManager->
|
|
GetProbe(kSessionStoreWindowRestoredCID,
|
|
NS_LITERAL_CSTRING("sessionstore-windows-restored"));
|
|
NS_WARN_IF_FALSE(mSessionWindowRestoredProbe,
|
|
"Cannot initialize probe 'sessionstore-windows-restored'");
|
|
|
|
mXPCOMShutdownProbe =
|
|
mProbesManager->
|
|
GetProbe(kXPCOMShutdownCID,
|
|
NS_LITERAL_CSTRING("xpcom-shutdown"));
|
|
NS_WARN_IF_FALSE(mXPCOMShutdownProbe,
|
|
"Cannot initialize probe 'xpcom-shutdown'");
|
|
|
|
rv = mProbesManager->StartSession();
|
|
NS_WARN_IF_FALSE(NS_SUCCEEDED(rv),
|
|
"Cannot initialize system probe manager");
|
|
}
|
|
#endif //defined(XP_WIN)
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
//
|
|
// nsAppStartup->nsISupports
|
|
//
|
|
|
|
NS_IMPL_ISUPPORTS(nsAppStartup,
|
|
nsIAppStartup,
|
|
nsIWindowCreator,
|
|
nsIWindowCreator2,
|
|
nsIObserver,
|
|
nsISupportsWeakReference)
|
|
|
|
|
|
//
|
|
// nsAppStartup->nsIAppStartup
|
|
//
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::CreateHiddenWindow()
|
|
{
|
|
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_UIKIT)
|
|
return NS_OK;
|
|
#else
|
|
nsCOMPtr<nsIAppShellService> appShellService
|
|
(do_GetService(NS_APPSHELLSERVICE_CONTRACTID));
|
|
NS_ENSURE_TRUE(appShellService, NS_ERROR_FAILURE);
|
|
|
|
return appShellService->CreateHiddenWindow();
|
|
#endif
|
|
}
|
|
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::DestroyHiddenWindow()
|
|
{
|
|
#if defined(MOZ_WIDGET_GONK) || defined(MOZ_WIDGET_UIKIT)
|
|
return NS_OK;
|
|
#else
|
|
nsCOMPtr<nsIAppShellService> appShellService
|
|
(do_GetService(NS_APPSHELLSERVICE_CONTRACTID));
|
|
NS_ENSURE_TRUE(appShellService, NS_ERROR_FAILURE);
|
|
|
|
return appShellService->DestroyHiddenWindow();
|
|
#endif
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::Run(void)
|
|
{
|
|
NS_ASSERTION(!mRunning, "Reentrant appstartup->Run()");
|
|
|
|
// If we have no windows open and no explicit calls to
|
|
// enterLastWindowClosingSurvivalArea, or somebody has explicitly called
|
|
// quit, don't bother running the event loop which would probably leave us
|
|
// with a zombie process.
|
|
|
|
if (!mShuttingDown && mConsiderQuitStopper != 0) {
|
|
#ifdef XP_MACOSX
|
|
EnterLastWindowClosingSurvivalArea();
|
|
#endif
|
|
|
|
mRunning = true;
|
|
|
|
nsresult rv = mAppShell->Run();
|
|
if (NS_FAILED(rv))
|
|
return rv;
|
|
}
|
|
|
|
// Make sure that the appropriate quit notifications have been dispatched
|
|
// regardless of whether the event loop has spun or not. Note that this call
|
|
// is a no-op if Quit has already been called previously.
|
|
Quit(eForceQuit);
|
|
|
|
nsresult retval = NS_OK;
|
|
if (mRestart) {
|
|
retval = NS_SUCCESS_RESTART_APP;
|
|
} else if (mRestartNotSameProfile) {
|
|
retval = NS_SUCCESS_RESTART_APP_NOT_SAME_PROFILE;
|
|
}
|
|
|
|
return retval;
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::Quit(uint32_t aMode)
|
|
{
|
|
uint32_t ferocity = (aMode & 0xF);
|
|
|
|
// Quit the application. We will asynchronously call the appshell's
|
|
// Exit() method via nsAppExitEvent to allow one last pass
|
|
// through any events in the queue. This guarantees a tidy cleanup.
|
|
nsresult rv = NS_OK;
|
|
bool postedExitEvent = false;
|
|
|
|
if (mShuttingDown)
|
|
return NS_OK;
|
|
|
|
// If we're considering quitting, we will only do so if:
|
|
if (ferocity == eConsiderQuit) {
|
|
#ifdef XP_MACOSX
|
|
nsCOMPtr<nsIAppShellService> appShell
|
|
(do_GetService(NS_APPSHELLSERVICE_CONTRACTID));
|
|
bool hasHiddenPrivateWindow = false;
|
|
if (appShell) {
|
|
appShell->GetHasHiddenPrivateWindow(&hasHiddenPrivateWindow);
|
|
}
|
|
int32_t suspiciousCount = hasHiddenPrivateWindow ? 2 : 1;
|
|
#endif
|
|
|
|
if (mConsiderQuitStopper == 0) {
|
|
// there are no windows...
|
|
ferocity = eAttemptQuit;
|
|
}
|
|
#ifdef XP_MACOSX
|
|
else if (mConsiderQuitStopper == suspiciousCount) {
|
|
// ... or there is only a hiddenWindow left, and it's useless:
|
|
|
|
// Failure shouldn't be fatal, but will abort quit attempt:
|
|
if (!appShell)
|
|
return NS_OK;
|
|
|
|
bool usefulHiddenWindow;
|
|
appShell->GetApplicationProvidedHiddenWindow(&usefulHiddenWindow);
|
|
nsCOMPtr<nsIXULWindow> hiddenWindow;
|
|
appShell->GetHiddenWindow(getter_AddRefs(hiddenWindow));
|
|
// If the remaining windows are useful, we won't quit:
|
|
nsCOMPtr<nsIXULWindow> hiddenPrivateWindow;
|
|
if (hasHiddenPrivateWindow) {
|
|
appShell->GetHiddenPrivateWindow(getter_AddRefs(hiddenPrivateWindow));
|
|
if ((!hiddenWindow && !hiddenPrivateWindow) || usefulHiddenWindow)
|
|
return NS_OK;
|
|
} else if (!hiddenWindow || usefulHiddenWindow) {
|
|
return NS_OK;
|
|
}
|
|
|
|
ferocity = eAttemptQuit;
|
|
}
|
|
#endif
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> obsService;
|
|
if (ferocity == eAttemptQuit || ferocity == eForceQuit) {
|
|
|
|
nsCOMPtr<nsISimpleEnumerator> windowEnumerator;
|
|
nsCOMPtr<nsIWindowMediator> mediator (do_GetService(NS_WINDOWMEDIATOR_CONTRACTID));
|
|
if (mediator) {
|
|
mediator->GetEnumerator(nullptr, getter_AddRefs(windowEnumerator));
|
|
if (windowEnumerator) {
|
|
bool more;
|
|
while (windowEnumerator->HasMoreElements(&more), more) {
|
|
nsCOMPtr<nsISupports> window;
|
|
windowEnumerator->GetNext(getter_AddRefs(window));
|
|
nsCOMPtr<nsPIDOMWindow> domWindow(do_QueryInterface(window));
|
|
if (domWindow) {
|
|
MOZ_ASSERT(domWindow->IsOuterWindow());
|
|
if (!domWindow->CanClose())
|
|
return NS_OK;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
PROFILER_MARKER("Shutdown start");
|
|
mozilla::RecordShutdownStartTimeStamp();
|
|
mShuttingDown = true;
|
|
if (!mRestart) {
|
|
mRestart = (aMode & eRestart) != 0;
|
|
gRestartMode = (aMode & 0xF0);
|
|
}
|
|
|
|
if (!mRestartNotSameProfile) {
|
|
mRestartNotSameProfile = (aMode & eRestartNotSameProfile) != 0;
|
|
gRestartMode = (aMode & 0xF0);
|
|
}
|
|
|
|
if (mRestart || mRestartNotSameProfile) {
|
|
// Mark the next startup as a restart.
|
|
PR_SetEnv("MOZ_APP_RESTART=1");
|
|
|
|
/* Firefox-restarts reuse the process so regular process start-time isn't
|
|
a useful indicator of startup time anymore. */
|
|
TimeStamp::RecordProcessRestart();
|
|
}
|
|
|
|
obsService = mozilla::services::GetObserverService();
|
|
|
|
if (!mAttemptingQuit) {
|
|
mAttemptingQuit = true;
|
|
#ifdef XP_MACOSX
|
|
// now even the Mac wants to quit when the last window is closed
|
|
ExitLastWindowClosingSurvivalArea();
|
|
#endif
|
|
if (obsService)
|
|
obsService->NotifyObservers(nullptr, "quit-application-granted", nullptr);
|
|
}
|
|
|
|
/* Enumerate through each open window and close it. It's important to do
|
|
this before we forcequit because this can control whether we really quit
|
|
at all. e.g. if one of these windows has an unload handler that
|
|
opens a new window. Ugh. I know. */
|
|
CloseAllWindows();
|
|
|
|
if (mediator) {
|
|
if (ferocity == eAttemptQuit) {
|
|
ferocity = eForceQuit; // assume success
|
|
|
|
/* Were we able to immediately close all windows? if not, eAttemptQuit
|
|
failed. This could happen for a variety of reasons; in fact it's
|
|
very likely. Perhaps we're being called from JS and the window->Close
|
|
method hasn't had a chance to wrap itself up yet. So give up.
|
|
We'll return (with eConsiderQuit) as the remaining windows are
|
|
closed. */
|
|
mediator->GetEnumerator(nullptr, getter_AddRefs(windowEnumerator));
|
|
if (windowEnumerator) {
|
|
bool more;
|
|
while (windowEnumerator->HasMoreElements(&more), more) {
|
|
/* we can't quit immediately. we'll try again as the last window
|
|
finally closes. */
|
|
ferocity = eAttemptQuit;
|
|
nsCOMPtr<nsISupports> window;
|
|
windowEnumerator->GetNext(getter_AddRefs(window));
|
|
nsCOMPtr<nsIDOMWindow> domWindow = do_QueryInterface(window);
|
|
if (domWindow) {
|
|
bool closed = false;
|
|
domWindow->GetClosed(&closed);
|
|
if (!closed) {
|
|
rv = NS_ERROR_FAILURE;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
if (ferocity == eForceQuit) {
|
|
// do it!
|
|
|
|
// No chance of the shutdown being cancelled from here on; tell people
|
|
// we're shutting down for sure while all services are still available.
|
|
if (obsService) {
|
|
NS_NAMED_LITERAL_STRING(shutdownStr, "shutdown");
|
|
NS_NAMED_LITERAL_STRING(restartStr, "restart");
|
|
obsService->NotifyObservers(nullptr, "quit-application",
|
|
(mRestart || mRestartNotSameProfile) ?
|
|
restartStr.get() : shutdownStr.get());
|
|
}
|
|
|
|
if (!mRunning) {
|
|
postedExitEvent = true;
|
|
}
|
|
else {
|
|
// no matter what, make sure we send the exit event. If
|
|
// worst comes to worst, we'll do a leaky shutdown but we WILL
|
|
// shut down. Well, assuming that all *this* stuff works ;-).
|
|
nsCOMPtr<nsIRunnable> event = new nsAppExitEvent(this);
|
|
rv = NS_DispatchToCurrentThread(event);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
postedExitEvent = true;
|
|
}
|
|
else {
|
|
NS_WARNING("failed to dispatch nsAppExitEvent");
|
|
}
|
|
}
|
|
}
|
|
|
|
// turn off the reentrancy check flag, but not if we have
|
|
// more asynchronous work to do still.
|
|
if (!postedExitEvent)
|
|
mShuttingDown = false;
|
|
return rv;
|
|
}
|
|
|
|
|
|
void
|
|
nsAppStartup::CloseAllWindows()
|
|
{
|
|
nsCOMPtr<nsIWindowMediator> mediator
|
|
(do_GetService(NS_WINDOWMEDIATOR_CONTRACTID));
|
|
|
|
nsCOMPtr<nsISimpleEnumerator> windowEnumerator;
|
|
|
|
mediator->GetEnumerator(nullptr, getter_AddRefs(windowEnumerator));
|
|
|
|
if (!windowEnumerator)
|
|
return;
|
|
|
|
bool more;
|
|
while (NS_SUCCEEDED(windowEnumerator->HasMoreElements(&more)) && more) {
|
|
nsCOMPtr<nsISupports> isupports;
|
|
if (NS_FAILED(windowEnumerator->GetNext(getter_AddRefs(isupports))))
|
|
break;
|
|
|
|
nsCOMPtr<nsPIDOMWindow> window = do_QueryInterface(isupports);
|
|
NS_ASSERTION(window, "not an nsPIDOMWindow");
|
|
if (window) {
|
|
MOZ_ASSERT(window->IsOuterWindow());
|
|
window->ForceClose();
|
|
}
|
|
}
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::EnterLastWindowClosingSurvivalArea(void)
|
|
{
|
|
++mConsiderQuitStopper;
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::ExitLastWindowClosingSurvivalArea(void)
|
|
{
|
|
NS_ASSERTION(mConsiderQuitStopper > 0, "consider quit stopper out of bounds");
|
|
--mConsiderQuitStopper;
|
|
|
|
if (mRunning)
|
|
Quit(eConsiderQuit);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
//
|
|
// nsAppStartup->nsIAppStartup2
|
|
//
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetShuttingDown(bool *aResult)
|
|
{
|
|
*aResult = mShuttingDown;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetStartingUp(bool *aResult)
|
|
{
|
|
*aResult = mStartingUp;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::DoneStartingUp()
|
|
{
|
|
// This must be called once at most
|
|
MOZ_ASSERT(mStartingUp);
|
|
|
|
mStartingUp = false;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetRestarting(bool *aResult)
|
|
{
|
|
*aResult = mRestart;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetWasRestarted(bool *aResult)
|
|
{
|
|
char *mozAppRestart = PR_GetEnv("MOZ_APP_RESTART");
|
|
|
|
/* When calling PR_SetEnv() with an empty value the existing variable may
|
|
* be unset or set to the empty string depending on the underlying platform
|
|
* thus we have to check if the variable is present and not empty. */
|
|
*aResult = mozAppRestart && (strcmp(mozAppRestart, "") != 0);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::SetInterrupted(bool aInterrupted)
|
|
{
|
|
mInterrupted = aInterrupted;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetInterrupted(bool *aInterrupted)
|
|
{
|
|
*aInterrupted = mInterrupted;
|
|
return NS_OK;
|
|
}
|
|
|
|
//
|
|
// nsAppStartup->nsIWindowCreator
|
|
//
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::CreateChromeWindow(nsIWebBrowserChrome *aParent,
|
|
uint32_t aChromeFlags,
|
|
nsIWebBrowserChrome **_retval)
|
|
{
|
|
bool cancel;
|
|
return CreateChromeWindow2(aParent, aChromeFlags, 0, 0, nullptr, &cancel, _retval);
|
|
}
|
|
|
|
|
|
//
|
|
// nsAppStartup->nsIWindowCreator2
|
|
//
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::SetScreenId(uint32_t aScreenId)
|
|
{
|
|
nsCOMPtr<nsIAppShellService> appShell(do_GetService(NS_APPSHELLSERVICE_CONTRACTID));
|
|
if (!appShell) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
return appShell->SetScreenId(aScreenId);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::CreateChromeWindow2(nsIWebBrowserChrome *aParent,
|
|
uint32_t aChromeFlags,
|
|
uint32_t aContextFlags,
|
|
nsIURI *aURI,
|
|
nsITabParent *aOpeningTab,
|
|
bool *aCancel,
|
|
nsIWebBrowserChrome **_retval)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aCancel);
|
|
NS_ENSURE_ARG_POINTER(_retval);
|
|
*aCancel = false;
|
|
*_retval = 0;
|
|
|
|
// Non-modal windows cannot be opened if we are attempting to quit
|
|
if (mAttemptingQuit && (aChromeFlags & nsIWebBrowserChrome::CHROME_MODAL) == 0)
|
|
return NS_ERROR_ILLEGAL_DURING_SHUTDOWN;
|
|
|
|
nsCOMPtr<nsIXULWindow> newWindow;
|
|
|
|
if (aParent) {
|
|
nsCOMPtr<nsIXULWindow> xulParent(do_GetInterface(aParent));
|
|
NS_ASSERTION(xulParent, "window created using non-XUL parent. that's unexpected, but may work.");
|
|
|
|
if (xulParent)
|
|
xulParent->CreateNewWindow(aChromeFlags, aOpeningTab, getter_AddRefs(newWindow));
|
|
// And if it fails, don't try again without a parent. It could fail
|
|
// intentionally (bug 115969).
|
|
} else { // try using basic methods:
|
|
/* You really shouldn't be making dependent windows without a parent.
|
|
But unparented modal (and therefore dependent) windows happen
|
|
in our codebase, so we allow it after some bellyaching: */
|
|
if (aChromeFlags & nsIWebBrowserChrome::CHROME_DEPENDENT)
|
|
NS_WARNING("dependent window created without a parent");
|
|
|
|
nsCOMPtr<nsIAppShellService> appShell(do_GetService(NS_APPSHELLSERVICE_CONTRACTID));
|
|
if (!appShell)
|
|
return NS_ERROR_FAILURE;
|
|
|
|
appShell->CreateTopLevelWindow(0, 0, aChromeFlags,
|
|
nsIAppShellService::SIZE_TO_CONTENT,
|
|
nsIAppShellService::SIZE_TO_CONTENT,
|
|
aOpeningTab,
|
|
getter_AddRefs(newWindow));
|
|
}
|
|
|
|
// if anybody gave us anything to work with, use it
|
|
if (newWindow) {
|
|
newWindow->SetContextFlags(aContextFlags);
|
|
nsCOMPtr<nsIInterfaceRequestor> thing(do_QueryInterface(newWindow));
|
|
if (thing)
|
|
CallGetInterface(thing.get(), _retval);
|
|
}
|
|
|
|
return *_retval ? NS_OK : NS_ERROR_FAILURE;
|
|
}
|
|
|
|
|
|
//
|
|
// nsAppStartup->nsIObserver
|
|
//
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::Observe(nsISupports *aSubject,
|
|
const char *aTopic, const char16_t *aData)
|
|
{
|
|
NS_ASSERTION(mAppShell, "appshell service notified before appshell built");
|
|
if (!strcmp(aTopic, "quit-application-forced")) {
|
|
mShuttingDown = true;
|
|
}
|
|
else if (!strcmp(aTopic, "profile-change-teardown")) {
|
|
if (!mShuttingDown) {
|
|
EnterLastWindowClosingSurvivalArea();
|
|
CloseAllWindows();
|
|
ExitLastWindowClosingSurvivalArea();
|
|
}
|
|
} else if (!strcmp(aTopic, "xul-window-registered")) {
|
|
EnterLastWindowClosingSurvivalArea();
|
|
} else if (!strcmp(aTopic, "xul-window-destroyed")) {
|
|
ExitLastWindowClosingSurvivalArea();
|
|
} else if (!strcmp(aTopic, "sessionstore-windows-restored")) {
|
|
StartupTimeline::Record(StartupTimeline::SESSION_RESTORED);
|
|
IOInterposer::EnteringNextStage();
|
|
#if defined(XP_WIN)
|
|
if (mSessionWindowRestoredProbe) {
|
|
mSessionWindowRestoredProbe->Trigger();
|
|
}
|
|
} else if (!strcmp(aTopic, "places-init-complete")) {
|
|
if (mPlacesInitCompleteProbe) {
|
|
mPlacesInitCompleteProbe->Trigger();
|
|
}
|
|
#endif //defined(XP_WIN)
|
|
} else if (!strcmp(aTopic, "sessionstore-init-started")) {
|
|
StartupTimeline::Record(StartupTimeline::SESSION_RESTORE_INIT);
|
|
} else if (!strcmp(aTopic, "xpcom-shutdown")) {
|
|
IOInterposer::EnteringNextStage();
|
|
#if defined(XP_WIN)
|
|
if (mXPCOMShutdownProbe) {
|
|
mXPCOMShutdownProbe->Trigger();
|
|
}
|
|
#endif // defined(XP_WIN)
|
|
} else if (!strcmp(aTopic, "quit-application")) {
|
|
StartupTimeline::Record(StartupTimeline::QUIT_APPLICATION);
|
|
} else if (!strcmp(aTopic, "profile-before-change")) {
|
|
StartupTimeline::Record(StartupTimeline::PROFILE_BEFORE_CHANGE);
|
|
} else {
|
|
NS_ERROR("Unexpected observer topic.");
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetStartupInfo(JSContext* aCx, JS::MutableHandle<JS::Value> aRetval)
|
|
{
|
|
JS::Rooted<JSObject*> obj(aCx, JS_NewPlainObject(aCx));
|
|
|
|
aRetval.setObject(*obj);
|
|
|
|
TimeStamp procTime = StartupTimeline::Get(StartupTimeline::PROCESS_CREATION);
|
|
TimeStamp now = TimeStamp::Now();
|
|
PRTime absNow = PR_Now();
|
|
|
|
if (procTime.IsNull()) {
|
|
bool error = false;
|
|
|
|
procTime = TimeStamp::ProcessCreation(error);
|
|
|
|
if (error) {
|
|
Telemetry::Accumulate(Telemetry::STARTUP_MEASUREMENT_ERRORS,
|
|
StartupTimeline::PROCESS_CREATION);
|
|
}
|
|
|
|
StartupTimeline::Record(StartupTimeline::PROCESS_CREATION, procTime);
|
|
}
|
|
|
|
for (int i = StartupTimeline::PROCESS_CREATION;
|
|
i < StartupTimeline::MAX_EVENT_ID;
|
|
++i)
|
|
{
|
|
StartupTimeline::Event ev = static_cast<StartupTimeline::Event>(i);
|
|
TimeStamp stamp = StartupTimeline::Get(ev);
|
|
|
|
if (stamp.IsNull() && (ev == StartupTimeline::MAIN)) {
|
|
// Always define main to aid with bug 689256.
|
|
stamp = procTime;
|
|
MOZ_ASSERT(!stamp.IsNull());
|
|
Telemetry::Accumulate(Telemetry::STARTUP_MEASUREMENT_ERRORS,
|
|
StartupTimeline::MAIN);
|
|
}
|
|
|
|
if (!stamp.IsNull()) {
|
|
if (stamp >= procTime) {
|
|
PRTime prStamp = ComputeAbsoluteTimestamp(absNow, now, stamp)
|
|
/ PR_USEC_PER_MSEC;
|
|
JS::Rooted<JSObject*> date(aCx, JS::NewDateObject(aCx, JS::TimeClip(prStamp)));
|
|
JS_DefineProperty(aCx, obj, StartupTimeline::Describe(ev), date, JSPROP_ENUMERATE);
|
|
} else {
|
|
Telemetry::Accumulate(Telemetry::STARTUP_MEASUREMENT_ERRORS, ev);
|
|
}
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::GetAutomaticSafeModeNecessary(bool *_retval)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(_retval);
|
|
|
|
bool alwaysSafe = false;
|
|
Preferences::GetBool(kPrefAlwaysUseSafeMode, &alwaysSafe);
|
|
|
|
if (!alwaysSafe) {
|
|
#if DEBUG
|
|
mIsSafeModeNecessary = false;
|
|
#else
|
|
mIsSafeModeNecessary &= !PR_GetEnv("MOZ_DISABLE_AUTO_SAFE_MODE");
|
|
#endif
|
|
}
|
|
|
|
*_retval = mIsSafeModeNecessary;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::TrackStartupCrashBegin(bool *aIsSafeModeNecessary)
|
|
{
|
|
const int32_t MAX_TIME_SINCE_STARTUP = 6 * 60 * 60 * 1000;
|
|
const int32_t MAX_STARTUP_BUFFER = 10;
|
|
nsresult rv;
|
|
|
|
mStartupCrashTrackingEnded = false;
|
|
|
|
StartupTimeline::Record(StartupTimeline::STARTUP_CRASH_DETECTION_BEGIN);
|
|
|
|
bool hasLastSuccess = Preferences::HasUserValue(kPrefLastSuccess);
|
|
if (!hasLastSuccess) {
|
|
// Clear so we don't get stuck with SafeModeNecessary returning true if we
|
|
// have had too many recent crashes and the last success pref is missing.
|
|
Preferences::ClearUser(kPrefRecentCrashes);
|
|
return NS_ERROR_NOT_AVAILABLE;
|
|
}
|
|
|
|
bool inSafeMode = false;
|
|
nsCOMPtr<nsIXULRuntime> xr = do_GetService(XULRUNTIME_SERVICE_CONTRACTID);
|
|
NS_ENSURE_TRUE(xr, NS_ERROR_FAILURE);
|
|
|
|
xr->GetInSafeMode(&inSafeMode);
|
|
|
|
PRTime replacedLockTime;
|
|
rv = xr->GetReplacedLockTime(&replacedLockTime);
|
|
|
|
if (NS_FAILED(rv) || !replacedLockTime) {
|
|
if (!inSafeMode)
|
|
Preferences::ClearUser(kPrefRecentCrashes);
|
|
GetAutomaticSafeModeNecessary(aIsSafeModeNecessary);
|
|
return NS_OK;
|
|
}
|
|
|
|
// check whether safe mode is necessary
|
|
int32_t maxResumedCrashes = -1;
|
|
rv = Preferences::GetInt(kPrefMaxResumedCrashes, &maxResumedCrashes);
|
|
NS_ENSURE_SUCCESS(rv, NS_OK);
|
|
|
|
int32_t recentCrashes = 0;
|
|
Preferences::GetInt(kPrefRecentCrashes, &recentCrashes);
|
|
mIsSafeModeNecessary = (recentCrashes > maxResumedCrashes && maxResumedCrashes != -1);
|
|
|
|
// Bug 731613 - Don't check if the last startup was a crash if XRE_PROFILE_PATH is set. After
|
|
// profile manager, the profile lock's mod. time has been changed so can't be used on this startup.
|
|
// After a restart, it's safe to assume the last startup was successful.
|
|
char *xreProfilePath = PR_GetEnv("XRE_PROFILE_PATH");
|
|
if (xreProfilePath) {
|
|
GetAutomaticSafeModeNecessary(aIsSafeModeNecessary);
|
|
return NS_ERROR_NOT_AVAILABLE;
|
|
}
|
|
|
|
// time of last successful startup
|
|
int32_t lastSuccessfulStartup;
|
|
rv = Preferences::GetInt(kPrefLastSuccess, &lastSuccessfulStartup);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC);
|
|
|
|
// started close enough to good startup so call it good
|
|
if (lockSeconds <= lastSuccessfulStartup + MAX_STARTUP_BUFFER
|
|
&& lockSeconds >= lastSuccessfulStartup - MAX_STARTUP_BUFFER) {
|
|
GetAutomaticSafeModeNecessary(aIsSafeModeNecessary);
|
|
return NS_OK;
|
|
}
|
|
|
|
// sanity check that the pref set at last success is not greater than the current time
|
|
if (PR_Now() / PR_USEC_PER_SEC <= lastSuccessfulStartup)
|
|
return NS_ERROR_FAILURE;
|
|
|
|
// The last startup was a crash so include it in the count regardless of when it happened.
|
|
Telemetry::Accumulate(Telemetry::STARTUP_CRASH_DETECTED, true);
|
|
|
|
if (inSafeMode) {
|
|
GetAutomaticSafeModeNecessary(aIsSafeModeNecessary);
|
|
return NS_OK;
|
|
}
|
|
|
|
PRTime now = (PR_Now() / PR_USEC_PER_MSEC);
|
|
// if the last startup attempt which crashed was in the last 6 hours
|
|
if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) {
|
|
NS_WARNING("Last startup was detected as a crash.");
|
|
recentCrashes++;
|
|
rv = Preferences::SetInt(kPrefRecentCrashes, recentCrashes);
|
|
} else {
|
|
// Otherwise ignore that crash and all previous since it may not be applicable anymore
|
|
// and we don't want someone to get stuck in safe mode if their prefs are read-only.
|
|
rv = Preferences::ClearUser(kPrefRecentCrashes);
|
|
}
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// recalculate since recent crashes count may have changed above
|
|
mIsSafeModeNecessary = (recentCrashes > maxResumedCrashes && maxResumedCrashes != -1);
|
|
|
|
nsCOMPtr<nsIPrefService> prefs = Preferences::GetService();
|
|
rv = prefs->SavePrefFile(nullptr); // flush prefs to disk since we are tracking crashes
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
GetAutomaticSafeModeNecessary(aIsSafeModeNecessary);
|
|
return rv;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::TrackStartupCrashEnd()
|
|
{
|
|
bool inSafeMode = false;
|
|
nsCOMPtr<nsIXULRuntime> xr = do_GetService(XULRUNTIME_SERVICE_CONTRACTID);
|
|
if (xr)
|
|
xr->GetInSafeMode(&inSafeMode);
|
|
|
|
// return if we already ended or we're restarting into safe mode
|
|
if (mStartupCrashTrackingEnded || (mIsSafeModeNecessary && !inSafeMode))
|
|
return NS_OK;
|
|
mStartupCrashTrackingEnded = true;
|
|
|
|
StartupTimeline::Record(StartupTimeline::STARTUP_CRASH_DETECTION_END);
|
|
|
|
// Use the timestamp of XRE_main as an approximation for the lock file timestamp.
|
|
// See MAX_STARTUP_BUFFER for the buffer time period.
|
|
TimeStamp mainTime = StartupTimeline::Get(StartupTimeline::MAIN);
|
|
TimeStamp now = TimeStamp::Now();
|
|
PRTime prNow = PR_Now();
|
|
nsresult rv;
|
|
|
|
if (mainTime.IsNull()) {
|
|
NS_WARNING("Could not get StartupTimeline::MAIN time.");
|
|
} else {
|
|
uint64_t lockFileTime = ComputeAbsoluteTimestamp(prNow, now, mainTime);
|
|
|
|
rv = Preferences::SetInt(kPrefLastSuccess,
|
|
(int32_t)(lockFileTime / PR_USEC_PER_SEC));
|
|
|
|
if (NS_FAILED(rv))
|
|
NS_WARNING("Could not set startup crash detection pref.");
|
|
}
|
|
|
|
if (inSafeMode && mIsSafeModeNecessary) {
|
|
// On a successful startup in automatic safe mode, allow the user one more crash
|
|
// in regular mode before returning to safe mode.
|
|
int32_t maxResumedCrashes = 0;
|
|
int32_t prefType;
|
|
rv = Preferences::GetDefaultRootBranch()->GetPrefType(kPrefMaxResumedCrashes, &prefType);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
if (prefType == nsIPrefBranch::PREF_INT) {
|
|
rv = Preferences::GetInt(kPrefMaxResumedCrashes, &maxResumedCrashes);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
rv = Preferences::SetInt(kPrefRecentCrashes, maxResumedCrashes);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
} else if (!inSafeMode) {
|
|
// clear the count of recent crashes after a succesful startup when not in safe mode
|
|
rv = Preferences::ClearUser(kPrefRecentCrashes);
|
|
if (NS_FAILED(rv)) NS_WARNING("Could not clear startup crash count.");
|
|
}
|
|
nsCOMPtr<nsIPrefService> prefs = Preferences::GetService();
|
|
rv = prefs->SavePrefFile(nullptr); // flush prefs to disk since we are tracking crashes
|
|
|
|
return rv;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
nsAppStartup::RestartInSafeMode(uint32_t aQuitMode)
|
|
{
|
|
PR_SetEnv("MOZ_SAFE_MODE_RESTART=1");
|
|
this->Quit(aQuitMode | nsIAppStartup::eRestart);
|
|
|
|
return NS_OK;
|
|
}
|