roc+%cs.cmu.edu
94043e1c0c
bug 258055. Fix broken C++ compiler bustage. r+sr=roc, patch by Yuliy Pisetsky
2004-09-08 15:39:44 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
bryner%brianryner.com
86de6958fb
Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard.
2004-06-10 20:39:11 +00:00
aaronleventhal%moonset.net
b129a05b0f
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
2004-06-08 19:34:55 +00:00
gerv%gerv.net
aa835b77c5
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
cbiesinger%web.de
3c212719bf
bug 239604. make uriloader more doxygen friendly, and remove unused "command"
...
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
bryner%brianryner.com
b148069934
Fix bug 240174 ('no running window found' on startup). r+sr=blizzard.
2004-04-13 04:50:19 +00:00
blizzard%redhat.com
14061147ac
Bug #237283 . Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa
2004-04-08 14:01:17 +00:00
pedemont%us.ibm.com
4ec445a358
Bug 237183, Add FP exception handler to OS/2, r=,a=mkaply
2004-03-31 16:48:48 +00:00
timeless%mozdev.org
14f2cba95a
Bug 238468 NS_APPSTARTUPNOTIFIER_CONTRACTID should not live very long
...
r=bsmedberg sr=dbaron a=asa
2004-03-25 18:29:33 +00:00
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