gecko-dev/toolkit/xre
Michael Wu eca11b20b3 Bug 603592 - Report mapping to crash reporter, r=ted a=blocking-fennec 2010-10-20 20:44:03 -04:00
..
test Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
MacApplicationDelegate.h Code style cleanup for toolkit/xre Mac OS X code. No bug. 2009-03-09 17:27:48 -04:00
MacApplicationDelegate.mm Backed out changeset db7e931c4410 to see if it is responsible for bug 584273. (CLOSED TREE) 2010-08-04 00:40:02 -04:00
MacAutoreleasePool.h bug 559473 - use a longer-lived autorelease pool to try and resolve intermittent crash during widget destruction. r=smichaud,joshmoz 2010-04-21 09:29:38 +01:00
MacAutoreleasePool.mm bug 559473 - use a longer-lived autorelease pool to try and resolve intermittent crash during widget destruction. r=smichaud,joshmoz 2010-04-21 09:29:38 +01:00
MacLaunchHelper.h Code style cleanup for toolkit/xre Mac OS X code. No bug. 2009-03-09 17:27:48 -04:00
MacLaunchHelper.mm Bug 601145: Child processes spawned from 'LaunchChildMac' should inherit the parent environment. r=ted a=blocking-beta7 2010-10-01 15:59:26 -04:00
Makefile.in Bug 595384 - Disable the updater utility for Android [r=rs, a2.0=blassey] 2010-09-10 16:48:52 -07:00
MozMeegoAppService.h Bug 584730 - change the licenses to be tri-licenses for MozMeegoAppService.h. r=doug.turner 2010-08-10 13:01:34 -07:00
make-platformini.py bug 475618, xulrunner's platform.ini should include repo and sourcestamp, r=bsmedberg 2009-02-16 14:32:39 +01:00
nsAndroidStartup.cpp Bug 603592 - Report mapping to crash reporter, r=ted a=blocking-fennec 2010-10-20 20:44:03 -04:00
nsAppData.cpp
nsAppRunner.cpp Bug 601518 - Need updater tests to cover nsUpdateDriver.cpp code. r=dtownsend, a=blocking2.0-final 2010-10-19 21:28:29 -07:00
nsAppRunner.h Followup to bug 535802, make it work on Linux too by passing around the program name from argv[0] 2009-12-18 17:14:53 -05:00
nsCommandLineServiceMac.cpp Backed out changeset db7e931c4410 to see if it is responsible for bug 584273. (CLOSED TREE) 2010-08-04 00:40:02 -04:00
nsCommandLineServiceMac.h Backed out changeset db7e931c4410 to see if it is responsible for bug 584273. (CLOSED TREE) 2010-08-04 00:40:02 -04:00
nsConsoleWriter.cpp Hook up the tab child process 2009-06-30 15:21:25 -04:00
nsEmbedFunctions.cpp Merge with mozilla central 2779c55431a4, no conflicts 2010-09-10 22:32:25 -07:00
nsINativeAppSupport.idl
nsIWinAppHelper.idl Bug 397964 - Remove nsPostUpdateWin.js. r=dtownsend 2009-01-05 15:17:40 -08:00
nsNativeAppSupportBase.cpp
nsNativeAppSupportBase.h
nsNativeAppSupportBeOS.cpp
nsNativeAppSupportCocoa.mm Require Mac OS X 10.6 at runtime for 64-bit builds. b=553429 r=bsmedberg 2010-03-25 12:07:50 -04:00
nsNativeAppSupportDefault.cpp
nsNativeAppSupportOS2.cpp Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst 2010-06-17 13:28:38 -07:00
nsNativeAppSupportOS2.h
nsNativeAppSupportQt.cpp Bug 598250 - De-Initialize basic osso_context for Maemo5 Qt port. r=dougt a=npodb 2010-09-21 10:10:18 -07:00
nsNativeAppSupportUnix.cpp Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String() (Maemo only bustage fix) [r=bz] 2010-05-18 13:41:42 -04:00
nsNativeAppSupportWin.cpp Bug 569590 - nsNativeAppSupportWin.cpp compilation failure on mingw-w64 due to pointer to int casts loosing precision r=timeless 2010-06-25 14:09:22 +02:00
nsNativeAppSupportWin.h Bug 500533 - Firefox missing app icon on Windows CE - incorrect icon resource id's. r=vlad 2009-07-07 21:16:45 -07:00
nsQAppInstance.cpp Bug 589520 - Meegotouch don't check and don't understand that amount of arguments can be 0! r=dougt 2010-08-24 10:00:49 -07:00
nsQAppInstance.h Bug 581758 - use simple QApplication instead of nsQAppInstance for static sQAppInstance. r=dougt 2010-07-28 18:05:08 -07:00
nsSigHandlers.cpp Bug 563462 - Remove Photon bits from toolkit/ r=Mossop 2010-05-12 14:31:24 -04:00
nsSigHandlers.h Bug 538339 In fpehandler() mask cw and back to the faulting x87 instruction on Solaris r=gal,bsmedberg 2010-01-13 17:04:52 +08:00
nsSplashScreen.h b=381494; add optional splashscreen for our slower targets; r=bsmedberg 2009-06-16 11:59:35 -07:00
nsSplashScreenDummy.cpp b=381494; add optional splashscreen for our slower targets; r=bsmedberg 2009-06-16 11:59:35 -07:00
nsSplashScreenWin.cpp Bug 502526 - Need splashscreen artwork for Windows CE. artwork=horlander, ui-r=faaborg, r=vladimir 2009-08-20 15:17:29 -07:00
nsUpdateDriver.cpp Bug 601469 - Updater in 10/02 and 10/03 Windows nightly is broken. r=dolske, a=blockingB7 2010-10-03 12:47:00 -07:00
nsUpdateDriver.h
nsWindowsDllBlocklist.cpp Backed out bug 286382 to fix bug 584613 2010-08-06 14:06:28 -07:00
nsWindowsDllBlocklist.h Bug 522575 - crash opening attachment, r=vlad, a=dbaron 2010-08-31 18:06:35 +01:00
nsWindowsDllInterceptor.h Bug 545149 - Fix various issues with winless plugin context menus. r=bent. 2010-03-22 22:06:35 -05:00
nsWindowsRestart.cpp Bug 495871 - "Memory leak in nsWindowsRestart.cpp" (A patch) [r=doug.turner a=sgautherie.bz] 2009-06-14 01:55:04 -07:00
nsWindowsWMain.cpp Bug 286382 - Don't load DLLs from the current directory; r=bsmedberg a=blocking-betaN+ 2010-09-28 20:33:43 -04:00
nsX11ErrorHandler.cpp Bug 572295: Add X11Util.h for X11 toolkits. r=karlt,joedrew 2010-06-21 15:35:49 -05:00
nsX11ErrorHandler.h b=517133 Get crash stats for X errors r=bsmedberg 2010-02-24 14:25:16 -08:00
nsXREDirProvider.cpp Bug 533038 - 7. Extensions should not be extracted into the profile directory, but installed/stored as XPI file, r=Mossop a=blocking-beta6 2010-09-10 15:54:37 -07:00
nsXREDirProvider.h Bug 568691 - Register extension components/chrome again. This doesn't remove the EM restart yet, because there's some weirdness about reading default prefs from extensions that needs to be solved first. 2010-06-23 12:18:32 -04:00