danm%netscape.com
514e54c0e8
new popup window policy pref default thing. bug 166442 r=jag
2002-09-13 23:06:49 +00:00
darin%netscape.com
64c042af4f
fixes bug 141641 "disabling cross-site HTTPS referrers breaks sites"
...
r=mstoltz,bbaetz sr=dveditz
2002-09-13 22:21:57 +00:00
sspitzer%netscape.com
bfc52196b8
fix for CAB UI and backend. bug #167571 . following jglick's spec and mscott's document ( http://www.mozilla.org/mailnews/arch/cab.html ). also fix #168115 . add "IM" button to addressbook, and launch default IM application using screenname attributes of selected cards.
...
if multiple screennames, launch a chat.
2002-09-12 03:59:14 +00:00
bzbarsky%mit.edu
31383cc71f
Adds text/image/both modes for the main toolbar. Bug 22056, patch by
...
neil@parkwaycc.co.uk , r=timeless, sr=bzbarsky, moa=blake,hyatt
2002-09-11 09:48:17 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
7250aa6490
fix comment for #157186 . a=asa
2002-09-07 01:55:13 +00:00
sspitzer%netscape.com
6730ad55bf
fix for #157186 . don't collect incoming mail by default.
...
it's all spam anyways. still collect outgoing by default.
r=putterman, sr=bienvenu
2002-09-07 01:49:29 +00:00
darin%netscape.com
daf6133e35
fixes bug 166396 "embedders should be able to override the default socket
...
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
leaf%mozilla.org
e96a609fb5
bug 163086, update user agent string, a=asa
2002-09-05 23:27:30 +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
darin%netscape.com
e1bd72e597
pref changes for link prefetching (b=12274) r=dougt sr=rpotts
2002-09-02 00:17:46 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +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
bnesse%netscape.com
d30a233eea
Backing myself out to see if this caused btek to go orange.
2002-08-23 18:36:03 +00:00
bnesse%netscape.com
e2db593d32
Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf.
2002-08-23 17:44:47 +00:00
nhotta%netscape.com
50109c363c
Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,
...
bug 140882, r=rchen, sr=bienvenu.
2002-08-15 22:30:31 +00:00
glazman%netscape.com
41f3ad2589
make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin
2002-08-14 13:12:52 +00:00
timeless%mac.com
d818b50e51
Bug 153324 user.js not loaded if prefs.js doesn't exist.
...
patch by tranquil@mail.dk r=bnesse sr=alecf
2002-08-12 14:52:32 +00:00
seawood%netscape.com
97fd6e4aed
Removing unused defines:
...
_IMPL_NS_BASE (bug #162142 )
_IMPL_NS_GFXONXP (bug #162145 )
_IMPL_NS_UI (bug #162183 )
B_ONE_M (bug #162196 )
XP_NEW_SELECTION (bug #162230 )
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
caillon%returnzero.com
60ff3ca1f6
Bug 160806. Removing Netscape only prefs from Mozilla.
...
Patch from Stephen Walker <walk84@yahoo.com>
r=caillon sr=blake
2002-08-07 09:16:39 +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
loadrunner%betak.net
683eec514e
b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa
2002-08-02 01:07:50 +00:00
loadrunner%betak.net
dd8d18c9b2
b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa
2002-07-30 19:50:12 +00:00
pete.zha%sun.com
2fe53381c8
unix: should remove the Reveal Location & Launch File buttons from download progress dialog
...
bug=90008 r=jkeiser sr=bzbarsky a=asa
2002-07-25 05:10:46 +00:00
dougt%netscape.com
ee613011bc
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
dveditz%netscape.com
7cd2c57ff3
Correct preference escaping for bug 143459, r=bnesse,mstoltz sr=alecf, a=asa
2002-07-16 02:09:34 +00:00
cltbld%netscape.com
fa1dd45d38
updating for mozilla1.1b, sr=leaf, kysmith checking in as cltbld, bugzilla 157557
2002-07-15 21:13:59 +00:00
smontagu%netscape.com
0eb1bec904
Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin
2002-07-10 00:52:17 +00:00
tao%netscape.com
75a2b17740
93002: [distribution]Conn: Use dialup networking (.DUN) when launching
...
mozilla. - turning the pref on in the trunk (r,sr)=(tao,rpotts). c/o
smeredith.
2002-07-09 21:47:41 +00:00
akkana%netscape.com
118595fd77
126312: remove old find code. r=brade sr=alecf
2002-07-09 20:29:50 +00:00
racham%netscape.com
51ac827cd3
Fixing bug 80035. Patch in here allows Administrators to control the migration behavior wrt IMAP and Local Folders files. Today, during migration, we copy all those (IMAP & Local Folders) besides others into the newly created dierctory for the migrated profile. Some external parties have expressed concern over this approach due the large amount of mails they have in 4.x folders and all of those getting copied again wasting the disk space and also failing to do migration properly sometimes. So, a hidden pref mail.migration.copyMailFiles is introduced (which can be set to false) for those who those interested to share the 4.x IMAP and Local Folders. Please see the bug report for the possible side effects and other discussion points wrt the sharing folders with 4.x. The pref is set to true by default which means we will continue to do the migration the way we have always done. Patch by henry.jia@sun.com. r=racham, sr=sspitzer
2002-07-04 00:56:33 +00:00
tao%netscape.com
cd2ef2a114
smeredith found a problem with the patch for (93002). Disabling it now.
2002-06-28 23:57:20 +00:00
tao%netscape.com
708581bd2e
93002: [distribution]Conn: Use dialup networking (.DUN) when launching
...
mozilla. r=dougt,sr=rpotts. Help Windows NT, 2000, and XP dialup a RAS
connection when a network address is unreachable. (c/osmeredith)
2002-06-28 22:58:25 +00:00
law%netscape.com
78ae040123
Bug 154238; tweak http\shell\open\ddeexec registry keys while running so that Acrobat plugin can converse with us via DDE; r=blythe@netscape.com, sr=ben@netscape.com
2002-06-28 07:31:23 +00:00
mkaply%us.ibm.com
335f2ef538
#118546
...
r=pedemont, sr=blizzard
OS/2 only - bullet proof unicode stuff, better default fonts
2002-06-27 22:37:30 +00:00
shanjian%netscape.com
4d91994911
#153980 Always display SimpChinese font as bold looking face
...
add simsun to simplied chinese default font name.
r=ftang, sr=blizzard
2002-06-26 20:09:14 +00:00
nhotta%netscape.com
7323d4fe55
Change default font size for Traditional and Simplifiled Chinese to 15
...
which let gfx to use 12 point instead of 13 for Quickdraw calls,
bug 143557, r=ftang, sr=sfraser.
2002-06-26 19:59:47 +00:00
bnesse%netscape.com
5f987d8ecc
Fix for bug 153622. Remove macxprefs (no longer used) from the build. r=ccarlen, sr=sfraser.
2002-06-25 20:05:48 +00:00
jaggernaut%netscape.com
ad49418232
Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt
2002-06-25 04:52:46 +00:00
dveditz%netscape.com
b903e21c5a
Don't reveal full plugin pathname (bug 88183) r=peterl, sr=alecf
2002-06-24 07:17:42 +00:00
mkaply%us.ibm.com
d12da994c2
#149422
...
r=bnesse, sr=jst
OS/2 only - skip over EOF character on JS files in prefs
2002-06-20 21:37:21 +00:00
leaf%mozilla.org
75b096fce6
updating the user agent string, a=asa
2002-06-19 22:20:49 +00:00
racham%netscape.com
717eb4e7b6
Fixing bug 144562. Allow ISPs and vendors to set up pre-configured mailnews accounts via prefs. Adding global version prefs which provide ISP/vendors the flexibility of adding new accounts/servers to the existing set of accounts/servers by increasing the default version number. r=srilatha, sr=bienvenu
2002-06-19 07:44:30 +00:00
smontagu%netscape.com
b9339db60d
Bug 148470: Ban "-dt-*" (bitmap!!) fonts from Xprint. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst
2002-06-11 22:11:14 +00:00
smontagu%netscape.com
8701307b55
Bug 148690: For Xprint force use of outline scaleable fonts if possible. Author Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst
2002-06-11 21:43:08 +00:00
leaf%mozilla.org
634fffc30e
updating user agent for impending release, bug 149132
2002-06-06 23:52:04 +00:00
mkaply%us.ibm.com
6a10c286c2
#149751
...
r=mkaply, sr=blizzard
OS/2 only - don't recycle compose windows - turn off pref
2002-06-06 22:17:25 +00:00
caillon%returnzero.com
9efc50a54c
Bug 107949, Allow the user to prevent sites from disabling window features via window.open(). r=danm, sr=jag
2002-06-04 22:24:00 +00:00
bnesse%netscape.com
9c92a83f10
Fix for bug 148191. Remove now obsolete references to 'session-logout'. r=morse, sr= alecf.
2002-05-31 20:55:21 +00:00