gayatrib%netscape.com
ddd9673274
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
2ca48b7d76
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
1b4f1c76e6
Removing using prefs to control xpcom logging.
2000-03-25 08:28:13 +00:00
law%netscape.com
0c7ebcc9ef
Fix for bug 29775. Permit customized splash screen .bmp's
2000-03-21 22:46:50 +00:00
nisheeth%netscape.com
b28dbbbec3
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
175266a25d
Better program icon, thanks to Jason Kersey
2000-03-17 06:45:28 +00:00
gagan%netscape.com
e8e1ee73b3
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
880eb46df6
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
264829ea97
add debugging printfs. fix warning.
2000-03-12 08:10:23 +00:00
pavlov%netscape.com
b97985e39a
argh.. fix mac
2000-03-11 05:18:48 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
tbogard%aol.net
620e9f7db7
Remove dependency on nsIBrowserWindow.
2000-03-11 00:21:27 +00:00
dougt%netscape.com
b5b199e914
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
fc8e20b921
Backing these out due to dependence on nspr/xpcom.
2000-03-06 00:40:03 +00:00
warren%netscape.com
f46e4ab41c
Fixing to be thread safe.
2000-03-06 00:26:19 +00:00
warren%netscape.com
ed33f5d836
Fixing anticipated bustage due to thread safety checking code.
2000-03-06 00:08:26 +00:00
warren%netscape.com
7e37f4f478
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
5f9cecc080
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
2533a18b2b
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
e88657a878
# 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
c4734766bd
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
8bbac10e64
fix spelling of hander to handler. bug #29407 . r=sspitzer
2000-02-27 20:51:11 +00:00
sspitzer%netscape.com
28998a89a5
fix the mac startup bustage.
2000-02-26 08:29:40 +00:00
sspitzer%netscape.com
83498d2ac6
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
478a9bee18
Enable the Splash screen for Neutrino builds.
2000-02-25 13:33:57 +00:00
Jerry.Kirk%Nexwarecorp.com
e44da38587
Change PgFlush to PtFlush to force the splash screen to draw immediately.
2000-02-25 13:21:29 +00:00
law%netscape.com
65f3782465
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
74d0f231ed
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
c811263638
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
26b267ec48
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
0188e1d840
SUNWspro doesn't like declaring a variable inside an "if" statement. r=alecf
2000-02-16 05:16:29 +00:00
sspitzer%netscape.com
09e6d755aa
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
12fab6fee9
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
b63a6438b1
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
4c16fe4be1
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
917dae13e7
fix build bustage on windows
2000-02-13 22:59:00 +00:00
pavlov%netscape.com
98edc3fdc3
disable building of unix splashscreen. rewrite the unix splashscreen code. r=blizzard
2000-02-13 22:24:14 +00:00
syd%netscape.com
45da3b2cec
Make true PR_TRUE. r=tor@cs.brown.edu
2000-02-13 16:49:50 +00:00
tor%cs.brown.edu
3ffb3d2dfa
Add a "-nosplash" command line option to disable splash screen. r=syd
2000-02-13 16:49:41 +00:00
syd%netscape.com
d0d890b0df
Fix build bustage. r=syd
2000-02-13 16:27:21 +00:00
syd%netscape.com
2c7c53b9e4
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
5349a8018b
fixing --enable-detect-webshell-leaks for bug 10847, fix from waqar, r=leaf
2000-02-12 00:59:27 +00:00
sfraser%netscape.com
d6af9b41f7
Really fix this ASSERT macro in the optimized case, now.
2000-02-11 23:42:25 +00:00
sfraser%netscape.com
36d86d833e
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
fb8fd193ab
Fix for bug 27287 -- get Apple Events working again on Mac. r=scc
2000-02-11 22:10:43 +00:00
sfraser%netscape.com
389652fbb0
Added new files for Apple Event support. r=scc
2000-02-11 22:08:23 +00:00
sfraser%netscape.com
fecc2c7511
File Removed.
2000-02-11 22:08:02 +00:00
sfraser%netscape.com
72cf97085f
First Checked In.
2000-02-11 22:06:28 +00:00
Jerry.Kirk%Nexwarecorp.com
244b9f2d96
Adding the Splash Screen for Neutrino/Photon platform.
2000-02-11 14:37:43 +00:00
sspitzer%netscape.com
2b82cceead
handle /v /help /? on windows.
...
handle --help --version on linux.
#23501 r=alecf
2000-02-08 12:10:22 +00:00