.. |
test
|
Bug 1336778 - Part 4: Remove always-false #if WINVER < 0x0600 (Windows Vista) check in toolkit/win. r=jimm
|
2017-01-25 00:30:55 -08:00 |
Bootstrap.cpp
|
Bug 1330533 - Pass LibFuzzerInitFunc and LibFuzzerTestingFunc to libfuzzer_main. r=decoder
|
2017-01-12 14:50:14 +09:00 |
Bootstrap.h
|
Bug 1332523 - Make the Bootstrap API entry point the same for both dependent and standalone linkage. r=bsmedberg
|
2017-01-13 07:29:56 +09:00 |
CreateAppData.cpp
|
Bug 1321593 part A - Refactor nsXREAppData: 1) make nsXREAppData strongly own its members 2) rename it to mozilla::XREAppData 3) separate out the static compiled data into StaticXREAppData 4) Remove XRE_CreateAppData and XRE_FreeAppData 5) remove the struct size and related size-checking code which was only ever useful for cross-version compatibility, r=glandium
|
2016-12-02 09:07:24 -05:00 |
EventTracer.cpp
|
Bug 1337189 (part 3) - Remove profiler_responsiveness. r=mstange.
|
2017-02-07 14:15:10 +11:00 |
EventTracer.h
|
…
|
|
MacApplicationDelegate.h
|
…
|
|
MacApplicationDelegate.mm
|
…
|
|
MacAutoreleasePool.h
|
…
|
|
MacAutoreleasePool.mm
|
…
|
|
MacLaunchHelper.h
|
Bug 1250901: Replace waitpid with NSTask's waitUntilExit. r=mstange f=rstrong
|
2016-08-31 18:56:48 -04:00 |
MacLaunchHelper.mm
|
Bug 1250901: Replace waitpid with NSTask's waitUntilExit. r=mstange f=rstrong
|
2016-08-31 18:56:48 -04:00 |
Makefile.in
|
…
|
|
MozMeegoAppService.h
|
…
|
|
ProfileReset.cpp
|
Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj
|
2016-12-14 09:32:21 -07:00 |
ProfileReset.h
|
Bug 883627 - Updated CreateResetProfile() to use the existing profile name for the newly created profile, r=gijs
|
2017-02-09 15:29:58 -08:00 |
UIKitDirProvider.h
|
…
|
|
UIKitDirProvider.mm
|
…
|
|
glxtest.cpp
|
Backed out changeset cf43cacdb262 (bug 1294232) for XPCShell failures
|
2016-09-21 14:24:26 +08:00 |
moz.build
|
bug 1331320 install X11 error handler through Xlib in plugin process as GTK2 does not use g_error r=glandium
|
2017-01-13 20:50:58 +13:00 |
nsAndroidStartup.cpp
|
Bug 1306327 - Move reading application.ini to XRE_main. r=bsmedberg
|
2017-01-10 16:43:23 +09:00 |
nsAppRunner.cpp
|
Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj
|
2016-12-14 09:32:21 -07:00 |
nsAppRunner.h
|
Bug 1336048 - Add display detection to dom/ipc/ContentChild.cpp, r=glandium
|
2017-02-07 14:34:23 +01:00 |
nsAppStartupNotifier.cpp
|
Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop
|
2017-01-12 13:47:27 -08:00 |
nsAppStartupNotifier.h
|
Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop
|
2017-01-12 13:47:27 -08:00 |
nsCommandLineServiceMac.cpp
|
…
|
|
nsCommandLineServiceMac.h
|
…
|
|
nsConsoleWriter.cpp
|
…
|
|
nsEmbedFunctions.cpp
|
bug 1303096 - Stop sending sync messages soon after content process start-up r=billm
|
2017-02-05 00:52:38 -05:00 |
nsEmbeddingModule.cpp
|
Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop
|
2017-01-12 13:47:27 -08:00 |
nsGDKErrorHandler.cpp
|
…
|
|
nsGDKErrorHandler.h
|
…
|
|
nsIAppStartupNotifier.h
|
Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop
|
2017-01-12 13:47:27 -08:00 |
nsINativeAppSupport.idl
|
Bug 1332892 - Remove obsolete hackaround from nsDefaultURIFixup.cpp. r=bz
|
2017-01-22 14:32:37 +09:00 |
nsIWinAppHelper.idl
|
…
|
|
nsNativeAppSupportBase.cpp
|
…
|
|
nsNativeAppSupportBase.h
|
…
|
|
nsNativeAppSupportCocoa.mm
|
…
|
|
nsNativeAppSupportDefault.cpp
|
…
|
|
nsNativeAppSupportUnix.cpp
|
Bug 694570 - (4/4) - Drop unused Xatom.h include. r=karlt
|
2016-06-20 08:17:00 +02:00 |
nsNativeAppSupportWin.cpp
|
Bug 1322465 part 11 - Use explicit/MOZ_IMPLICIT for the unary constructors in toolkit/. r=Ehsan
|
2016-12-16 15:59:00 +08:00 |
nsNativeAppSupportWin.h
|
…
|
|
nsSigHandlers.cpp
|
Ignore SIGINT on all subprocesses. (bug 1277068, r=billm)
|
2016-05-31 21:49:31 -07:00 |
nsSigHandlers.h
|
…
|
|
nsUpdateDriver.cpp
|
Bug 1335916 - Make sure the update driver only calls SetupMacCommandLine from the main thread. r=rstrong
|
2017-02-02 15:29:32 -08:00 |
nsUpdateDriver.h
|
Bug 1272614 - Avoid blocking where possible while waiting for the updater to stage; r=spohl
|
2016-08-04 12:54:01 -07:00 |
nsWindowsRestart.cpp
|
…
|
|
nsWindowsWMain.cpp
|
Bug 1279769 - Remove VS2013 workaround for crash on non-AVX2 processors. r=froydnj
|
2016-06-26 16:07:44 -07:00 |
nsX11ErrorHandler.cpp
|
bug 1331320 install X11 error handler through Xlib in plugin process as GTK2 does not use g_error r=glandium
|
2017-01-13 20:50:58 +13:00 |
nsX11ErrorHandler.h
|
bug 1331320 install X11 error handler through Xlib in plugin process as GTK2 does not use g_error r=glandium
|
2017-01-13 20:50:58 +13:00 |
nsXREDirProvider.cpp
|
Bug 1334866 - Remove Windows XP support from toolkit/xre/. r=bsmedberg
|
2017-01-29 16:17:37 +09:00 |
nsXREDirProvider.h
|
Bug 1270018 - NS_APP_CONTENT_PROCESS_TEMP_DIR should only return the sandbox writeable temp. r=bobowen, r=bsmedberg
|
2016-07-05 14:48:25 -07:00 |
platform.ini
|
…
|
|
updaterfileutils_osx.h
|
Bug 394984: Enable any admin user on OSX to update Firefox, native OSX changes. r=mstange
|
2016-05-24 22:25:16 -04:00 |
updaterfileutils_osx.mm
|
Bug 394984: Enable any admin user on OSX to update Firefox, native OSX changes. r=mstange
|
2016-05-24 22:25:16 -04:00 |