Граф коммитов

585 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 576bce74cc Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
Bug #59505
2001-01-27 03:50:07 +00:00
mjudge%netscape.com e5dbae6f52 R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
cls%seawood.org 5152997ed7 Fix for BeOS problem of stripping away needed file attributes.
Thanks to Wade Majors <guru@startrek.com> for the patch.
Bug #66180. r=cls
2001-01-23 15:34:56 +00:00
sfraser%netscape.com 706c5ee09a Checking in code contributed by Jason Bagley (jbagley@artlogic.com) to implement window iteration and getting the URL for the front window from Apple Events, and handling of the 'inside' parameter for GetURL Apple Event. This also fixes a problem with AETokenDesc that it was not saving changes made on it back into the AEDesc*. r=me, sr=pinkerton 2001-01-20 02:50:37 +00:00
ccarlen%netscape.com 15ac5b144d Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
disttsc%bart.nl 8336dc227f Clean up nsAppRunner.cpp, bug=65660, r=timeless, a=alecf 2001-01-17 04:44:13 +00:00
dr%netscape.com f3c4111506 fix for 50121, adds stupid gtk command line options in --help. r=pavlov, sr=ben 2001-01-17 01:40:11 +00:00
dcone%netscape.com e3e16c99f2 r=dbaron sr=buster. Took out the nsIPrintOptions service registration.. which is not needed. 2001-01-16 21:00:58 +00:00
dcone%netscape.com b1939b2368 r=peterl sr = buster. Added printeroptions service 2001-01-11 22:17:38 +00:00
bryner%uiuc.edu 6862b07fb9 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
timeless%mac.com c985c00576 fix bug 50622 change the help content for -CreateProfile.
patch by andre@beta.telenordia.se r=timeless sr=blizzard
2000-12-21 22:22:04 +00:00
sspitzer%netscape.com 288f441ba4 fix for #14003. finally implement -version.
thanks to mcafee for the patch. sr=alecf.
2000-12-20 23:20:20 +00:00
mkaply%us.ibm.com 1a3a1c9ea0 #60944
r=cls
This was already approved in #60020, just moving it in the makefile
2000-12-08 15:33:19 +00:00
blizzard%redhat.com 9aa71ea284 Bug #61774. Add -remote help text to the cmd line. Patch from andre@beta.telenordia.se. sr=blizzard sr=alecf 2000-12-05 21:34:39 +00:00
jdunn%netscape.com d8a0599f20 fixing HPUX build bustage
r= cls@seawood.org
# 61368
2000-11-30 11:22:51 +00:00
blizzard%redhat.com d0fd6d0662 Return a specific value if a window wasn't found. Fixes bug #60865. r=tor, sr=brendan, a=alecf 2000-11-29 21:58:30 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
mkaply%us.ibm.com 124b6fa92c #60020
r=cls
Makefile changes to enable/disable console on OS/2
2000-11-14 00:50:30 +00:00
sfraser%netscape.com ed38aa7f0d Fix for bug 48887 -- OpenURL apple event drops the last character of the URL. r=beard, sr=scc. Trunk checkin. 2000-11-08 00:53:30 +00:00
alecf%netscape.com e79a4a4c79 fix for #59125 - back out some stuff that I didn't mean to checkin
(wallet has to be loaded in main1() so that it registers correctly with the
observer service)
r=syd, sr=scc
2000-11-07 08:04:06 +00:00
ccarlen%netscape.com d015f6354e Bug 46866. Splitting profile API into public and internal parts. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:27:30 +00:00
alecf%netscape.com 59708a710f part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
mkaply%us.ibm.com 79ac2801ac #55813
r=dougt, sr/a=waterson
Support for a MOZILLA_HOME dir to specify pref location
2000-11-01 20:04:59 +00:00
sfraser%netscape.com a437924d89 Fix for bug 57835; increase the 'Preferred size' in both debug and opt targets to 20480 K. sr=hangas, r=brade. 2000-11-01 00:39:56 +00:00
mkaply%us.ibm.com 7dd94bccae #58617
r/a=cls
Don't copy mozilla shell script to dist on OS/2
2000-10-31 21:49:38 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
sspitzer%netscape.com bb55484880 fix build bustage. (for me only) 2000-10-28 06:38:31 +00:00
warren%netscape.com 2ae770a293 Removed printfs. 2000-10-28 05:07:06 +00:00
warren%netscape.com 4804270601 Fixed FPRINTF => PRINTF 2000-10-28 04:15:35 +00:00
dbaron%fas.harvard.edu cbd35e264a Remove extra 0 param. (Fix warren's bustage.) r=warren 2000-10-28 02:30:42 +00:00
warren%netscape.com ddd21bd95d Fixed extra 0 param 2000-10-28 01:52:46 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
cls%seawood.org 76701f01bd Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +00:00
blizzard%redhat.com 835df3b76c bug #44847. -remote support for unix. r=dmose sr=shaver 2000-10-20 05:14:01 +00:00
beard%netscape.com e2a869caf5 Fix for MRJ JITC/TalkBack interaction crasher. r=danm, a=waterson 2000-10-13 01:52:45 +00:00
hyatt%netscape.com f9816f3351 Fix for 50846, a=waterson 2000-10-12 20:52:52 +00:00
mkaply%us.ibm.com b16a6f51a3 OS/2 Tinderbox break
More XP_PC stuff
2000-10-05 13:18:17 +00:00
vishy%netscape.com 41d87bafb2 sr=mscott,r=vishy (this is racham's code), bugzilla=48981
for standalone app, the profile data has to go in the windows
app data directory - not where the app is running
2000-10-05 03:34:18 +00:00
mkaply%us.ibm.com 20431e8878 #54716
r=jkobal, a=blizzard
OS/2 only fix - we weren't destroying the splash screen.
Also put in a fix to honor system setting on OS/2 to not display the splash screen.
2000-09-29 21:20:12 +00:00
ccarlen%netscape.com 42068cffb5 Bug #48981 Make use of mpfilelocprovider for Shrimp r=bhuvan,mscott 2000-09-22 05:05:48 +00:00
ccarlen%netscape.com de07bb6416 Bug #48981 Added mpfilelocprovider lib to makefile r=bhuvan,mscott 2000-09-22 05:04:47 +00:00
ccarlen%netscape.com e4558dda1f Bug #48981 Added mpfilelocprovider lib to project r=sfraser 2000-09-22 05:03:30 +00:00
mkaply%us.ibm.com 21bc139e32 #45185
r=mkaply, a=brendan
An OS/2 specific splashscreen
2000-09-20 14:02:01 +00:00
quy%igelaus.com.au e917c1546d removing mozilla script from ignore list. r=waterson 2000-09-19 05:40:04 +00:00
mkaply%us.ibm.com 4b123b7d62 #45185
r=law, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:31:10 +00:00
mkaply%us.ibm.com 7deb600821 #45185
r=cls, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:30:32 +00:00
mkaply%us.ibm.com e4daea380a #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 14:25:59 +00:00
mkaply%us.ibm.com 1d3ae6bc70 #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-15 20:15:28 +00:00
mkaply%us.ibm.com a1f201f4d6 #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-15 19:19:53 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00