mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #21 - Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and additional js module changes (next part).
This commit is contained in:
parent
92a1cc3139
commit
8d800b1cb0
205 changed files with 45 additions and 40519 deletions
|
|
@ -48,7 +48,6 @@
|
|||
#endif
|
||||
|
||||
#include "mozilla/IOInterposer.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/StartupTimeline.h"
|
||||
|
||||
static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID);
|
||||
|
|
@ -344,7 +343,6 @@ nsAppStartup::Quit(uint32_t aMode)
|
|||
}
|
||||
|
||||
PROFILER_MARKER("Shutdown start");
|
||||
mozilla::RecordShutdownStartTimeStamp();
|
||||
mShuttingDown = true;
|
||||
if (!mRestart) {
|
||||
mRestart = (aMode & eRestart) != 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue