michael.lowe%bigfoot.com
ea7c30bd13
Fix some leaks, and other problems found using BoundsChecker r=bryner@uiuc.edu
2000-05-14 09:18:43 +00:00
danm%netscape.com
239f9df89e
load newly installed chrome at startup
2000-05-13 21:43:39 +00:00
law%netscape.com
a97ea28d00
New native app support to enable Win32 dde
2000-05-12 22:37:20 +00:00
law%netscape.com
4fa65478ae
New files to provide baseline implementation of new nsINativeAppSupport interface (not built yet)
2000-05-10 22:05:43 +00:00
pierre%netscape.com
4ee2e12e08
bumped up the debug build memory partition to 16Mb instead of 12
2000-05-10 00:10:45 +00:00
mccabe%netscape.com
5f3ead855b
Support for starting up with -jsconsole on the Mac.
2000-05-08 23:43:27 +00:00
cls%seawood.org
4bb89416eb
More OS/2 Makefile changes. Bug #34106 Batch 12
2000-05-04 11:00:47 +00:00
brendan%mozilla.org
36499eb772
Add TraceMalloc* native methods; allow multiple log files per site file.
2000-04-27 04:02:22 +00:00
cls%seawood.org
5203eb31c3
Added --long-argument support for BeOS. Thanks to justin@68k.org for the patch.
2000-04-25 02:15:55 +00:00
scc%netscape.com
4fc9172ea9
makings string conversions explicit
2000-04-24 05:19:20 +00:00
brendan%mozilla.org
7f8e4445fe
Added NS_TraceMalloc support (ifdef'd off -- not part of build by default).
2000-04-20 04:35:07 +00:00
tbogard%aol.net
66ed9724ae
Removed references to the old session history.
2000-04-16 11:08:28 +00:00
pinkerton%netscape.com
7990ffae73
new clipboard interfaces for unix selection clipboard.
2000-04-14 02:52:38 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
cls%seawood.org
bf81ae3827
Another DLL_SUFFIX change hidden by not clobbering.
2000-03-31 12:05:29 +00:00
gayatrib%netscape.com
b344ded683
Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz
2000-03-30 01:35:15 +00:00
sspitzer%netscape.com
c940dd4c79
fix from dunna001@bama.ua.edu for bug #33555 . r=sspitzer
...
check all the args for -h and -v, and handle them immediately.
2000-03-28 08:20:38 +00:00
dp%netscape.com
072abbe36f
Removing using prefs to control xpcom logging.
2000-03-25 08:28:13 +00:00
law%netscape.com
398bb23c04
Fix for bug 29775. Permit customized splash screen .bmp's
2000-03-21 22:46:50 +00:00
nisheeth%netscape.com
54727a6ab9
r=pollmann. Bug 10847. Moved the webshell leak detection code to the end of the main() function.
2000-03-21 03:31:20 +00:00
law%netscape.com
975b29ec9c
Better program icon, thanks to Jason Kersey
2000-03-17 06:45:28 +00:00
gagan%netscape.com
8c8414179e
You can now run -g as well as other parameters to hand over to the prog. Now allowing debuggers (gdb/ddd) to pass the arguments over to teh program. So if you do "mozilla -g foo" it will correctly pass foo as an argument to run (or prun as the case maybe) r=pavlov
2000-03-16 03:39:46 +00:00
dbaron%fas.harvard.edu
bc8524a534
Prevent non-leak from showing up as a leak by scoping in a block. r=pinkerton@netscape.com
2000-03-16 01:27:12 +00:00
sspitzer%netscape.com
cb1347cfe8
add debugging printfs. fix warning.
2000-03-12 08:10:23 +00:00
pavlov%netscape.com
e2c86d150c
argh.. fix mac
2000-03-11 05:18:48 +00:00
pavlov%netscape.com
ce094b4cfc
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
tbogard%aol.net
225c10c319
Remove dependency on nsIBrowserWindow.
2000-03-11 00:21:27 +00:00
dougt%netscape.com
a7dfe9b9ae
moving the timebomb code from the nsAppRunner to the Browser. This
...
allows us to modify that user's first start page.
28060. r= mccabe, a= jevering.
2000-03-07 21:02:50 +00:00
warren%netscape.com
b18cccef79
Backing these out due to dependence on nspr/xpcom.
2000-03-06 00:40:03 +00:00
warren%netscape.com
debed198de
Fixing to be thread safe.
2000-03-06 00:26:19 +00:00
warren%netscape.com
24a7797beb
Fixing anticipated bustage due to thread safety checking code.
2000-03-06 00:08:26 +00:00
warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
law%netscape.com
18639f4ca8
Dynamically create console, if requested; b=26103, r=roc+moz@cs.cmu.edu,a=jevering@netscape.com
2000-03-02 02:37:46 +00:00
tbogard%aol.net
d2a51867ff
Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering
2000-02-29 22:03:49 +00:00
mkaply%us.ibm.com
0fe1244474
# 25555
...
r= slamm@netscape.com )
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 15:54:29 +00:00
tbogard%aol.net
cf5a3f3925
Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering
2000-02-29 00:20:55 +00:00
blizzard%redhat.com
a6d97b2321
fix spelling of hander to handler. bug #29407 . r=sspitzer
2000-02-27 20:51:11 +00:00
sspitzer%netscape.com
8b3fd1a173
fix the mac startup bustage.
2000-02-26 08:29:40 +00:00
sspitzer%netscape.com
7cb570ad1b
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
2000-02-26 03:52:06 +00:00
Jerry.Kirk%Nexwarecorp.com
377349eb38
Enable the Splash screen for Neutrino builds.
2000-02-25 13:33:57 +00:00
Jerry.Kirk%Nexwarecorp.com
54b149cb1a
Change PgFlush to PtFlush to force the splash screen to draw immediately.
2000-02-25 13:21:29 +00:00
law%netscape.com
2220839346
Fixes to splash screen and program icon problems; bugs=26581/26685, r=jband@netscape.com, a=jevering@netscape.com
2000-02-25 02:19:41 +00:00
dveditz%netscape.com
a63ee75907
Bug 23941 speed up install on Mac, r=cathleen, a=jar;
...
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
sspitzer%netscape.com
ff10232470
I broke -f, which would mean I broke bloaty, except I fixed it.
...
a=alecf who is the sheriff
2000-02-16 09:14:40 +00:00
sspitzer%netscape.com
56fb0c4bb2
clean up -help output. fix bug #26959 , make it so when you start
...
a browser window, the right page (home, blank or last page visted) gets
loaded. clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js. r=mscott
2000-02-16 06:22:03 +00:00
tor%cs.brown.edu
7dce0b491d
SUNWspro doesn't like declaring a variable inside an "if" statement. r=alecf
2000-02-16 05:16:29 +00:00
sspitzer%netscape.com
6dadb806de
gracefully handle bad progids (when registered as command line handlers)
...
getservice instead of createinstance (vishy@netscape.com needs this)
r=mscott@netscape.com
2000-02-16 02:45:22 +00:00
Jerry.Kirk%Nexwarecorp.com
782c6ba7e3
Add a flag I missed that tells Photon to release the memory it allocated
...
when it created the splash image. PHOTON ONLY
2000-02-15 14:12:58 +00:00
dveditz%netscape.com
9172024f8e
New wstring nsIRegistry interface, bug 23859;
...
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dougt%netscape.com
c81120fb92
Adding Timebomb code the apprunner. It is current turned off on the
...
mac. r=dveditz@netscape.com
2000-02-14 01:28:11 +00:00