..
test
Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs
2017-01-17 10:38:58 -06: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 1323100 - Register most of the remaining threadfunc threads with the profiler. r=froydnj
2017-01-05 16:34:26 +01: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 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
ProfileReset.h
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
2016-08-08 12:18:10 +10: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
Backed out 3 changesets (bug 1331320) for frequent X_GetWindowAttributes crashes.
2017-01-17 11:31:43 -05: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 1330533 - Use FuzzerDriver directly instead of wrapping it in a libfuzzer_main function. r=decoder
2017-01-12 14:44:18 +09:00
nsAppRunner.h
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
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
Bug 828704: Avoid duplicate -foreground argument when launching Firefox on OSX. r=mstange
2016-04-21 15:53:32 -04:00
nsCommandLineServiceMac.h
…
nsConsoleWriter.cpp
…
nsEmbedFunctions.cpp
Bug 1332530 - Move GMPLoader code out of plugin-container and back into XUL. r=gerald
2017-01-19 15:39:03 +13: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 1323100 - Assign names to all remaining threads that are created through NS_NewThread and create them using NS_NewNamedThread instead. r=froydnj
2016-12-21 11:43:50 +01: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
Backed out 3 changesets (bug 1331320) for frequent X_GetWindowAttributes crashes.
2017-01-17 11:31:43 -05:00
nsX11ErrorHandler.h
Backed out 3 changesets (bug 1331320) for frequent X_GetWindowAttributes crashes.
2017-01-17 11:31:43 -05:00
nsXREDirProvider.cpp
Bug 1305422 - part 2 - don't call size_forward on ns*String::iterators to check for SetLength failure; r=erahm
2016-09-29 22:33:58 -04: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