darin%meer.net
58b279f51e
final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron
2004-03-08 23:48:39 +00:00
neil%parkwaycc.co.uk
77fd66e2f5
Bug 235188 -xinitthreads option for X11 p=gisburn r=roc sr=blizzard
2004-03-05 22:16:52 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
jshin%mailaps.org
e23c5a36ac
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2003-10-30 05:04:45 +00:00
tor%cs.brown.edu
302058f007
Bug 65881 - fix command line option to install private colormap.
...
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
cls%seawood.org
bfca537521
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
9e07f425be
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
2003-09-17 23:46:45 +00:00
bsmedberg%covad.net
3c7f6e517d
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
dbaron%dbaron.org
a165f4559a
I don't think alecf meant to check in these printfs.
2003-06-13 21:37:02 +00:00
alecf%flett.org
ccf01a2786
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
bryner%netscape.com
fe7ecce15d
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
timeless%mozdev.org
f0a8bb893d
Bug 184295 double assert in nsAppRunner.cpp when command line service is unavailable
...
r=akkana sr=dveditz
2003-04-22 00:20:24 +00:00
dougt%netscape.com
f112e9d73d
Shutdown Assertion unconditionally says GRE failed when it might be XPCOM that failed. r=timeless rs=me b=196865
2003-04-02 22:46:08 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
f5311ec3cd
Fixing --disable-xpinstall bustage.
2003-03-24 00:07:10 +00:00
dbaron%dbaron.org
ed8be7f5cf
Remove unneeded includes to fix HP-UX bustage. b=196183 Patch from <bugzilla-mozilla@thewrittenword.com>. r=timeless sr=dbaron
2003-03-21 20:48:05 +00:00
cbiesinger%web.de
4838278138
198296 --disable-xpinstall breaks mozilla build r=dougt, sr=alecf,jag
2003-03-21 14:08:48 +00:00
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