.. |
MacApplicationDelegate.h
|
Apple Event handling for use with Cocoa widgets. Patch by Stan Shebs. b=355352 r=josh moa=bsmedberg
|
2006-12-14 22:00:46 +00:00 |
MacApplicationDelegate.mm
|
dock menu impl for Cocoa-based applications. patch by Colin Barrett. b=368784 r=josh sr=bsmedberg
|
2007-04-25 12:30:02 -07:00 |
MacLaunchHelper.h
|
325910 Kill redo-prebinding.sh. r1=josh r2=bryner
|
2006-02-06 19:53:10 +00:00 |
MacLaunchHelper.m
|
Fix leaks in the code that launches a child process. b=355355 r=mento sr=pinkerton
|
2006-10-11 15:53:40 +00:00 |
Makefile.in
|
bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try
|
2007-05-02 11:45:36 -07:00 |
nsAppData.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-12-11 09:45:41 +00:00 |
nsAppRunner.cpp
|
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
|
2007-04-30 16:52:44 -07:00 |
nsAppRunner.h
|
Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong
|
2007-04-20 08:22:17 -07:00 |
nsCommandLineServiceMac.cpp
|
don't pass on psn flag from the OS. gets rid of error in js console on app startup. b=304755 r=mento sr=pinkerton
|
2006-10-23 15:08:20 +00:00 |
nsCommandLineServiceMac.h
|
345057 Improve Mac launch behavior through xpcom fork/exec restart and autoupdate restart. Open URLs and documents requested at launch time in the final process. Bring the final process to the foreground if appropriate. Minimize dock icon games. r=bsmedberg r=josh
|
2006-07-19 21:08:19 +00:00 |
nsConsoleWriter.cpp
|
|
|
nsEmbedFunctions.cpp
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsINativeAppSupport.idl
|
|
|
nsIWinAppHelper.idl
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
nsIXULAppInfo.idl
|
Bug 310084 - nsIXULAppInfo.platformVersion should use the new version format, not "1.7+" r=darin
|
2005-09-29 19:57:21 +00:00 |
nsIXULRuntime.idl
|
|
|
nsNativeAppSupportBase.cpp
|
|
|
nsNativeAppSupportBase.h
|
|
|
nsNativeAppSupportBeOS.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-12-11 09:45:41 +00:00 |
nsNativeAppSupportDefault.cpp
|
|
|
nsNativeAppSupportMac.cpp
|
|
|
nsNativeAppSupportOS2.cpp
|
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 1, changes to OS/2 only core code. r=abwillis1, sr=mkaply
|
2006-12-10 08:53:03 +00:00 |
nsNativeAppSupportOS2.h
|
Convert CR-LF and CR linebreaks to LF.
|
2006-09-14 05:42:14 +00:00 |
nsNativeAppSupportWin.cpp
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
nsNativeAppSupportWin.h
|
|
|
nsUpdateDriver.cpp
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
nsUpdateDriver.h
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
nsWindowsRestart.cpp
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
nsXREDirProvider.cpp
|
Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg
|
2007-05-02 13:13:33 -07:00 |
nsXREDirProvider.h
|
Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong
|
2007-04-20 08:22:17 -07:00 |
nsXULAppAPI.h
|
Bug 319843 - XULRunner windows are grouped in the taskbar (and all XULRunner apps have the same firewall settings), r=darin
|
2006-08-17 14:22:04 +00:00 |
xrecore.h
|
Add missing type to typedef declaration. Fixing mingw bustage.
|
2005-11-28 15:04:32 +00:00 |