gecko-dev/toolkit/xre
Cristina Horotan 3de280b975 Backed out 5 changesets (bug 1787182) for causing leaks on linux asan. CLOSED TREE
Backed out changeset c5518abf189e (bug 1787182)
Backed out changeset ade3e3a9ec67 (bug 1787182)
Backed out changeset 10299b2e3a6a (bug 1787182)
Backed out changeset d11d31ec4d81 (bug 1787182)
Backed out changeset bde24058d87c (bug 1787182)
2023-03-27 18:09:38 +03:00
..
detect_win32k_conflicts Bug 1802689 - Add missing licenses info in Cargo.toml r=mhoye,necko-reviewers,kershaw,valentin 2022-12-13 09:14:44 +00:00
dllservices Bug 1276351 - remove unused mozilla::tuple. r=sergesanspaille 2023-03-27 07:20:29 +00:00
test Bug 1671548 - Remove fission experiment support code and prefs, r=smaug, 2023-01-17 10:05:36 +00:00
AssembleCmdLine.h Bug 1791675 - Part 3: Quote empty string args passed to nsIProcess r=mossop,kmag 2022-11-08 15:42:23 +00:00
AutoSQLiteLifetime.cpp
AutoSQLiteLifetime.h
Bootstrap.cpp
Bootstrap.h Bug 1788233: Remove PermissionsService from process Windows sandboxing code. r=handyman 2022-09-07 09:42:04 +00:00
CmdLineAndEnvUtils.cpp
CmdLineAndEnvUtils.h Bug 1733821 - [9/9] Drive-by cleanup: add nullptr_t overload for CheckArg r=nika 2022-08-02 21:02:06 +00:00
CreateAppData.cpp
DllPrefetchExperimentRegistryInfo.cpp
DllPrefetchExperimentRegistryInfo.h
EventTracer.cpp
EventTracer.h
GeckoArgs.h Bug 1744362 - Part 6: use dynamic blocklist file to block third-party DLLs r=handyman 2022-12-30 20:10:04 +00:00
LauncherRegistryInfo.cpp Bug 1744362 - Part 12: fix build and some tests r=handyman 2022-12-30 20:10:06 +00:00
LauncherRegistryInfo.h Bug 1744362 - Part 6: use dynamic blocklist file to block third-party DLLs r=handyman 2022-12-30 20:10:04 +00:00
MacApplicationDelegate.h Bug 639707 - Add resume session support on macOS. Based on a patch by :MattN. r=mstange 2023-02-03 03:28:06 +00:00
MacApplicationDelegate.mm Bug 639707 - Add resume session support on macOS. Based on a patch by :MattN. r=mstange 2023-02-03 03:28:06 +00:00
MacAutoreleasePool.h
MacAutoreleasePool.mm
MacLaunchHelper.h
MacLaunchHelper.mm Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika 2022-09-28 15:17:46 +00:00
MacRunFromDmgUtils.h
MacRunFromDmgUtils.mm Bug 1793809: Remove telemetry probe startup.run_from_dmg_install_outcome. r=chutten 2022-10-25 08:19:56 +00:00
MultiInstanceLock.cpp Bug 1705676 - Move GetNormalizedAppFile function to MultiInstanceLock header r=nalexander 2022-08-15 07:07:45 +00:00
MultiInstanceLock.h Bug 1705676 - Move GetNormalizedAppFile function to MultiInstanceLock header r=nalexander 2022-08-15 07:07:45 +00:00
PolicyChecks.h Bug 1811272 - allow QWORD registry keys for Enterprise blocklist policy r=mkaply 2023-01-30 22:33:29 +00:00
ProfileReset.cpp
ProfileReset.h
SafeMode.h Bug 1733821 - [9/9] Drive-by cleanup: add nullptr_t overload for CheckArg r=nika 2022-08-02 21:02:06 +00:00
UIKitDirProvider.h
UIKitDirProvider.mm
WinTokenUtils.cpp
WinTokenUtils.h
components.conf Bug 1795370 - Add nsICrashReporter as an interface on nsAppRunner. r=gsvelto 2022-10-18 18:22:24 +00:00
detect_win32k_conflicts.h
glxtest.cpp Backed out 5 changesets (bug 1787182) for causing leaks on linux asan. CLOSED TREE 2023-03-27 18:09:38 +03:00
metrics.yaml Bug 1793809: Remove telemetry probe startup.run_from_dmg_install_outcome. r=chutten 2022-10-25 08:19:56 +00:00
moz.build Backed out 5 changesets (bug 1787182) for causing leaks on linux asan. CLOSED TREE 2023-03-27 18:09:38 +03:00
nsAndroidStartup.cpp
nsAppRunner.cpp Backed out 5 changesets (bug 1787182) for causing leaks on linux asan. CLOSED TREE 2023-03-27 18:09:38 +03:00
nsAppRunner.h Bug 1682520 p1: Move GeckoProcessType and implementation of get and set into mozglue. r=glandium 2022-08-02 10:41:14 +00:00
nsCommandLineServiceMac.h
nsCommandLineServiceMac.mm
nsConsoleWriter.cpp
nsEmbedFunctions.cpp Bug 1763819 - Allow a bit more attempts for crash reporter pipe connections r=gsvelto 2023-03-11 17:03:37 +00:00
nsGDKErrorHandler.cpp Bug 1772006 - Part 5: Simplify and move the string searching APIs from ns[T]StringObsolete, r=xpcom-reviewers,necko-reviewers,eeejay,dragana,barret 2022-07-30 00:12:48 +00:00
nsGDKErrorHandler.h
nsINativeAppSupport.idl
nsIWinAppHelper.idl
nsIXREDirProvider.idl
nsNativeAppSupportBase.cpp
nsNativeAppSupportBase.h
nsNativeAppSupportCocoa.mm
nsNativeAppSupportDefault.cpp
nsNativeAppSupportUnix.cpp Bug 1799470 - Refactor app starter r=nika 2023-01-18 15:46:09 +00:00
nsNativeAppSupportWin.cpp
nsNativeAppSupportWin.h Bug 1804661 - Convert browser/components/BrowserContentHandler.jsm to an ES module. r=Gijs 2022-12-12 14:59:18 +00:00
nsSigHandlers.cpp
nsSigHandlers.h
nsUpdateDriver.cpp Bug 1815473: Update code comment to no longer refer to Updated.app being stored inside the application bundle on macOS. r=bytesized,application-update-reviewers DONTBUILD 2023-02-07 21:54:15 +00:00
nsUpdateDriver.h Bug 1772908 - [6/6] Replace polling in UpdateDriver with use of HandleWatcher on Windows r=application-update-reviewers,bytesized 2022-12-13 16:38:06 +00:00
nsUpdateSyncManager.cpp Bug 1705676 - Move GetNormalizedAppFile function to MultiInstanceLock header r=nalexander 2022-08-15 07:07:45 +00:00
nsUpdateSyncManager.h
nsWindowsRestart.cpp
nsWindowsWMain.cpp
nsX11ErrorHandler.cpp Bug 1777849 - Avoid calling XSynchronize in error handler unless debugging. r=gfx-reviewers,ahale 2023-02-25 22:20:17 +00:00
nsX11ErrorHandler.h
nsXREDirProvider.cpp Bug 1772089 p5: Remove content temp dir from Windows and masOS. r=jld,haik,glandium 2023-02-24 08:44:41 +00:00
nsXREDirProvider.h Bug 1772089 p5: Remove content temp dir from Windows and masOS. r=jld,haik,glandium 2023-02-24 08:44:41 +00:00
platform.ini
updaterfileutils_osx.h
updaterfileutils_osx.mm