dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
6a427f06d4
Move gtk_init to after NS_TraceMallocStartupArgs to try to fix tracemalloc bustage. r=cls.
2003-03-04 05:47:54 +00:00
bryner%netscape.com
262d56cd9d
Consolidate gtk initialization to main(), which fixes inconsistencies with not calling gtk_set_locale(). We can do this now that we're not worrying about drop-in toolkit support. Bug 118478, patch by gelsoft@mx4.tiki.ne.jp, r=me, sr=blizzard.
2003-03-03 08:57:12 +00:00
bryner%netscape.com
d76bc02165
fix leak of nsNativeAppSupport (bug 195515). r=bbaetz, sr=blake.
2003-03-02 04:40:45 +00:00
robin.lu%sun.com
fe6a23dc4a
fixed Bug 186510 [gtk2] porting splash.
...
r=blizzard sr=jaggernaut a=dbaron
2003-02-17 02:15:28 +00:00
bryner%netscape.com
f9bbe04294
fixing cocoa-only bustage; not part of the normal build. a=roc.
2003-01-25 02:18:29 +00:00
ccarlen%netscape.com
f9502e3ac0
Bug 97622 - Put in UI to expose dynamic profile switching. r=kaie/sr=alecf
2003-01-22 06:13:39 +00:00
dougt%netscape.com
54a087c13f
Fixing mozilla version command option. r=pavlov, sr=alec, b=189992
2003-01-22 05:03:21 +00:00
dougt%netscape.com
a37c6a9268
fixing 189839 - remote gives the wrong return value. r=kairo@kairo.at
2003-01-21 00:12:11 +00:00
darin%netscape.com
3e6034af00
Attempting to fix Mac OSX bustage
2003-01-17 03:08:36 +00:00
dougt%netscape.com
2af847e133
Attempting to keep Mac CFM afloat.
2003-01-16 19:52:54 +00:00
dougt%netscape.com
0ed09d1bf4
Enabling GRE support in the mozilla client. r=chak, sr=darin, b=173262
2003-01-16 19:25:47 +00:00
kaie%netscape.com
1fe62ddc21
b=175320 Support clean profile & NSS shutdown at any time + Mozilla needs to clean up on exit to allow for PSM failure detection
...
r=ccarlen/morse sr=darin
2002-12-13 20:39:03 +00:00
ccarlen%netscape.com
2dabff2ebf
Bug 183366 - Mach-0 build fails to launch via icon if whitespace in path the executable. r=seawood/sr=sfraser/a=brendan
2002-12-09 15:36:49 +00:00
seawood%netscape.com
96f5e4b676
Add native app support for OSX mach-o builds.
...
Fixes the 'Quit from dock not working' problem.
Allows certain files to be dragged to the dock icon.
Thanks to Mike Pinkerton <pinkerton@netscape.com> for the original patch.
Bug #111797 r=ccarlen sr=sfraser
2002-11-19 05:16:50 +00:00
blizzard%redhat.com
3abd837979
Backout checkin for bug #175320 . It was causing cookie files to be saved without any entries but still with the standard "This is a generated file!" header. sr=bz
2002-11-15 01:47:59 +00:00
kaie%netscape.com
629a2359bc
b=175320 Support clean profile & NSS shutdown at any time + Mozilla needs to clean up on exit to allow for PSM failure detection
...
r=ccarlen sr=darin
2002-11-14 01:50:14 +00:00
ccarlen%netscape.com
f96d45a9b7
Bug 178440 - Mach-0 build ignores startup prefs. r=sdagley/sr=sfraser
2002-11-06 15:35:57 +00:00
seawood%netscape.com
ab94ad8a88
BeOS uses the default `NS_CreateNativeAppSupport()
...
Fixing tinderbox bustage
2002-09-26 07:59:05 +00:00
lordpixel%mac.com
8bc9223add
Fix for bug 90823 Relaunching or clicking Dock icon should display last minimized window or create new window
r=sdagley, sr=smfr
2002-09-26 03:38:06 +00:00
dougt%netscape.com
a847b469d9
Fixes 130954. crash [@nsComponentManagerImpl::FreeServices] (this=0x0) r=brendan@mozilla.org, sr=alecf@netscape.com
2002-09-12 19:34:36 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
bryner%netscape.com
1026eb8c10
Removing MOZ_PHOENIX #ifdefs that are no longer needed.
2002-09-02 20:21:31 +00:00
danm%netscape.com
7f29b72ea7
restate and simplify the application-quit and application-don't-quit-while-windows-are-open logic. bug 163710 r=brendan,pinkerton
2002-08-29 23:55:37 +00:00
bryner%netscape.com
9d8ff1e1bb
Fixing up splash_xpm for phoenix builds on Linux. Not part of the default build.
2002-08-29 03:04:36 +00:00
alecf%netscape.com
8c96fc729b
oops, fix a typo in my previous checkin that caused help not to display - found by bryner, just returning the logic to where it was before...
2002-08-27 04:17:32 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
alecf%netscape.com
5823310245
fix bug 162741 - revamp chrome registry interface in preparation for bug 160000 - switch lots of public APIs over to ACString, etc.
...
r=bryner, sr=hyatt
2002-08-20 18:12:51 +00:00
henry.jia%sun.com
a65ab30704
Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
...
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
dougt%netscape.com
3a6371556a
Fixes NS_InitEmbedding unconditionally calls AutoRegister. This also removes xpinstall from using component.reg which I believe is the last users of this file. r=chak,dveditz sr=bryner b=149208
2002-08-12 22:09:25 +00:00
blakeross%telocity.com
c3182085db
Don't heed startup prefs for phoenix.
2002-08-10 01:44:09 +00:00
blakeross%telocity.com
fd0fb95abf
Turn off the splash screen in phoenix (r=bryner sr=hyatt, npob).
2002-08-07 08:54:08 +00:00
henry.jia%sun.com
edb10a6aac
2nd patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
law%netscape.com
25a3398037
Bug 155080; move SavePrefFile call ahead of call to ShutDownCurrentProfile; this does two things: (a) protects prefs.js with profile lock (b) prevents collision on prefs.js that causes prefs to be lost; r=ccarlen, sr=bryner, a=asa
2002-08-02 04:11:45 +00:00
ssu%netscape.com
5253ed68d1
fixing bug 158187 - Support for Windows XP SP1 Integration (TRUNK merge). r=ssu,dprice,curt,law sr=jag,dveditz a=drivers
2002-07-24 06:43:19 +00:00
alecf%netscape.com
eb04da966b
more prep for bug 119923 - use chrome registry ContractID rather than CID, so that we can drop in a new embedding-only chrome registry
...
r=bnesse, sr=dveditz, a=asa
2002-07-23 23:30:04 +00:00
mkaply%us.ibm.com
eb39c86819
#157770
...
r=dougt, sr=blizzard, a=asa
OS/2 only - up the numbre of file handles when starting Moz, and handle specific error with DosCopy
2002-07-17 05:46:34 +00:00
dmose%netscape.com
96da8dc541
Add a configure option and hack for Linux x86 to make existing plugin binaries (eg flash, real, ...) work with gcc 3.1 builds (bug 154206). r=bryner@netscape.com, serge@netscape.com; sr=blizzard@mozilla.org; a=asa@mozilla.org
2002-07-12 21:30:31 +00:00
law%netscape.com
f119c0b7a3
Bug 14807; handle WM_QUERYENDSESSION (Windows logoff/session) using -killAll; r=sgehani@netscape.com, sr=blaker@netscape.com
2002-05-16 01:02:15 +00:00
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
law%netscape.com
6f45eeeb59
Bug 141647; make sure profile is selected if -turbo option is given with other command line options that trigger display of a window; r=jelwell, sr=jag
2002-05-02 03:18:19 +00:00
tor%cs.brown.edu
8293d090c9
Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan
2002-04-30 22:34:34 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
sspitzer%netscape.com
a376f9f56c
fix for #137886 . Detect defunct previously migrated profiles and offer to re-migrate.
...
this is pref controlled, "profile.seconds_until_defunct. by default,
we'll never offer to remigrate. initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
morse%netscape.com
1c365f5237
bug 132641, -killAll to shutdown everything, r=law, sr=jag
2002-04-23 02:23:56 +00:00
alecf%netscape.com
e60e07296f
fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
...
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
dprice%netscape.com
090982c461
105087 r=dveditz, sr=mscott, a=asa
...
hook up the installer and the directory service
2002-04-02 23:56:43 +00:00
tao%netscape.com
d0e1cb0ceb
44070: match browser and OS locale. (reusing r=alecf,sr=hyatt,a=asa
...
from previous checkin but set intl.locale.matchOS=false by default.
This should remove the start regression. Will watch the tree and
back this patch if the regression comes back. In theory, this should
not happen)
2002-04-01 05:56:35 +00:00
jkeiser%netscape.com
193e95e812
Backing out tao's bug 44070 to see if it is the mega pageload regression culprit.
2002-03-31 09:17:18 +00:00