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
pavlov%netscape.com
bc7320450a
fix build bustage on windows
2000-02-13 22:59:00 +00:00
pavlov%netscape.com
30b31e81a5
disable building of unix splashscreen. rewrite the unix splashscreen code. r=blizzard
2000-02-13 22:24:14 +00:00
syd%netscape.com
510dfe16ef
Make true PR_TRUE. r=tor@cs.brown.edu
2000-02-13 16:49:50 +00:00
tor%cs.brown.edu
7c01ec0c1f
Add a "-nosplash" command line option to disable splash screen. r=syd
2000-02-13 16:49:41 +00:00
syd%netscape.com
435fb29e8d
Fix build bustage. r=syd
2000-02-13 16:27:21 +00:00
syd%netscape.com
c5e2dcbc14
Added splash screen for Gtk/Linux. r=ben, scc. Tested on TrueColor and
...
PsuedoColor devices.
2000-02-13 15:23:28 +00:00
leaf%mozilla.org
2011d35b0e
fixing --enable-detect-webshell-leaks for bug 10847, fix from waqar, r=leaf
2000-02-12 00:59:27 +00:00
sfraser%netscape.com
2538cee1c8
Really fix this ASSERT macro in the optimized case, now.
2000-02-11 23:42:25 +00:00
sfraser%netscape.com
87561d1721
Be a bit more paranoid about using a macro called ASSERT, which is rather common.
2000-02-11 22:49:55 +00:00
sfraser%netscape.com
862c03f913
Fix for bug 27287 -- get Apple Events working again on Mac. r=scc
2000-02-11 22:10:43 +00:00
sfraser%netscape.com
2b7a425ab6
Added new files for Apple Event support. r=scc
2000-02-11 22:08:23 +00:00
sfraser%netscape.com
edd9e7853a
File Removed.
2000-02-11 22:08:02 +00:00
sfraser%netscape.com
69b3433226
First Checked In.
2000-02-11 22:06:28 +00:00
Jerry.Kirk%Nexwarecorp.com
b3949394ec
Adding the Splash Screen for Neutrino/Photon platform.
2000-02-11 14:37:43 +00:00
sspitzer%netscape.com
6ca7fcdb40
handle /v /help /? on windows.
...
handle --help --version on linux.
#23501 r=alecf
2000-02-08 12:10:22 +00:00
dp%netscape.com
a3e9d698ad
Eliminate all trace of cookies from apprunner. It gets lazily created
...
when the first http connection is opened. r=gagan
2000-02-08 06:12:37 +00:00
sspitzer%netscape.com
72e8a9e317
make it so -chrome <chrome url> does the right thing.
...
r=mscott
2000-02-08 03:12:39 +00:00