mscott%netscape.com
0e8aa1c4a6
Bug #63346 --> add a pref for keeping the progress download dialog open
...
sr=sspitzer
2001-01-29 21:32:16 +00:00
dbaron%fas.harvard.edu
d25c3d0092
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:31:15 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu
20b685bf78
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
akkana%netscape.com
6499aa20b0
56296: Disable popping up new window on target=, pref controlled. r=dveditz, sr=brendan
2001-01-27 01:08:36 +00:00
pavlov%netscape.com
e2b1d15a17
adding decoderobserver so that people will be able to listen for notifications
...
decoders should QI the request to nsIImageDecoderObserver and call the methods with null for the request param
people will be able to add an observer to the request so that they can get the messages
2001-01-26 12:05:55 +00:00
racham%netscape.com
2a6aa10e0f
Fixing bug 65556. Turning the Biff feature on by default and automatic message download is turned off for POP3 servers on biff as deafult. r=sspitzer sr=mscott
2001-01-25 20:38:45 +00:00
darin%netscape.com
6bfaf3912c
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
racham%netscape.com
e3dc236f47
Fixing bugs 14301 and 63251. As a part of fix to bug 14301, Setting the default value of the pref that says log onto this account at startup to false. All newly created accounts will not have this one turned on and interested users with multiple accounts will have to manually turn it on, by turning the checkbox on, to take the advantage multiple logins at startup. While fixing bug 63251, a new pref is added to findout the url of the page that need to be displayed in the AccountCentral frame. r=sspitzer sr=bienvenu
2001-01-23 21:54:12 +00:00
pavlov%netscape.com
d6257b9303
hee hee. threads are fun
2001-01-23 02:02:29 +00:00
jgaunt%netscape.com
31384fcdb8
bug# 62489 r=bnesse@netscape.com sr=buster@netscape.com a=av@netscape.com
...
population of filename for plugins at load time, and freeing of that variable as well.
2001-01-23 00:10:38 +00:00
pavlov%netscape.com
50b8108e3d
adding more unix makefiles
2001-01-22 22:05:48 +00:00
pavlov%netscape.com
9e57f7f51c
some code for new imagelib (not part of bulid)
2001-01-22 22:01:03 +00:00
ssu%netscape.com
05b2b1fa99
fixing tree redness
2001-01-22 20:53:31 +00:00
blakeross%telocity.com
1519d3233f
Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=timeless,sspitzer sr=bienvenu
2001-01-22 20:30:26 +00:00
ssu%netscape.com
4f9b6eec85
fixing bug 59105 - chrome install hangs when target is not an install file. sr=mscott, r=dveditz.
2001-01-22 20:15:49 +00:00
blakeross%telocity.com
5612a3ed83
Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=timeless sr=alecf
2001-01-21 03:44:15 +00:00
alecf%netscape.com
f8bf9f049f
back out my last changes for now, cuz they cause wierd leaks
2001-01-20 01:47:33 +00:00
radha%netscape.com
29150ca5fa
Fix for Session History growth bug 62651 r=law and several other people, sr=waterson
...
Put a limit on number entries session History will hold for each browser window/embedding
window
2001-01-19 21:12:14 +00:00
alecf%netscape.com
4b49a247af
fix for #62401 - r=jsg sr=brendan
...
clean up references to the global runtime before
services are shutdown, but acting as an observer on XPCOM shutdown
2001-01-19 20:44:19 +00:00
jdunn%netscape.com
d7eaec547c
fixing the issue of "delete [] (void*)". This is wrong.
...
since the pointer was 'newed' as a char *, we need to
delete a (char *)
No bug for this... but very similar to
# 34040
r= cls@seawood.org Joe.Chou@eng.sun.com
2001-01-19 01:52:33 +00:00
ccarlen%netscape.com
2fd12aa71b
2nd part of bug 64501 - obsoleting this because moved into xpcom r=dougt@netscape.com sr=brendan@mozilla.org
2001-01-18 22:59:28 +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
chuang%netscape.com
3ff3a12081
Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu
2001-01-18 05:38:03 +00:00
blakeross%telocity.com
68fc27d616
Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=valeski sr=alecf
2001-01-18 00:53:48 +00:00
alecf%netscape.com
0dc7935c12
fix for bug 65616 - make nsIObserver-based pref notifications work as designed
...
sr=blizzard, r=timeless
2001-01-17 21:10:58 +00:00
blakeross%telocity.com
d94976ed8d
Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=dveditz sr=alecf
2001-01-17 00:13:37 +00:00
rich.burridge%sun.com
96891eb635
Fix to allow applet doing POST to an https connection over a proxy to work.
...
r=pollman@netscape.com
sr=waterson@netscape.com
Bugid #60228
2001-01-16 22:53:39 +00:00
mkaply%us.ibm.com
b1de241f37
r=cls
...
SHORT_LIBNAME not needed here anymore - gkplugin is 8 chars - fixes OS/2 fullscreen plugins
2001-01-15 15:09:32 +00:00
peterlubczynski%netscape.com
d1183b4047
Fix regression. bug 65162 a=av sr=vidur
2001-01-12 23:45:03 +00:00
sspitzer%netscape.com
be8d66aa9c
remove the unused default pref "mail.allow_at_sign_in_user_name".
...
see #53970 for details.
2001-01-12 20:14:12 +00:00
peterlubczynski%netscape.com
6a1d2165fe
Fix for reading content-type header before using default plugin bug 54437 a=av sr=buster
2001-01-10 23:49:19 +00:00
akkana%netscape.com
76f26fe101
57317: move "middle click on content area loads URL" behavior from
...
middlemouse.paste pref to new middlemouse.contentLoadURL pref.
r=timeless, sr=hyatt
2001-01-10 22:16:19 +00:00
ccarlen%netscape.com
b80e87777e
Part of 35559 - dynamic profile switching
sr=alecf
2001-01-10 20:25:52 +00:00
jgmyers%netscape.com
93254a9c97
cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org
2001-01-10 06:12:15 +00:00
sean%beatnik.com
ac26758599
Address npsimple plugin bug discovered by bug 63243. Calling the window proc directly is not safe as the HWND might be ANSI or Unicode. Call indirectly via CallWindowProc. a=av sr=roc+moz
2001-01-10 04:22:08 +00:00
akkana%netscape.com
c9a065cce8
17686: Add a pref to control image animation. r=tor, sr=buster
2001-01-09 23:55:27 +00:00
blakeross%telocity.com
4d90cbffd4
Fix 61474: disable Java Console item in Tasks menu when Java plugin isn't installed. patch mostly by Xiaobin Lu (xiaobin.lu@eng.sun.com). r=blake a=ben
2001-01-09 21:49:02 +00:00
peterlubczynski%netscape.com
83e3a92c0c
Top crash fix. Null pointer check on mDocument. bug 62579 a=av sr=buster
2001-01-09 00:39:46 +00:00
akkana%netscape.com
d3089c475e
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
2001-01-08 21:01:29 +00:00
sspitzer%netscape.com
99dcbaa064
fix for #36025 . play sound when new mail arrives. thanks to
...
rcassin@supernova.org for the front end work. all the prefs work,
but we only have UI for enabling / disabling the sound.
sr=bienvenu
2001-01-06 02:43:03 +00:00
mstoltz%netscape.com
811d4cb9a1
bug 62972 - block location and other sensitive properties in mail messages. r=rginda, sr=mscott
2001-01-06 00:26:58 +00:00
bryner%uiuc.edu
6862b07fb9
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
alecf%netscape.com
f2206e4265
fix for 63448 - don't do a JS_GC every time we read a pref file - instead do
...
one JS_MaybeGC after reading in ALL the default prefs, and do a JS_MaybeGC after reading
in any single user prefs file (i.e. prefs.js)
sr=brendan@mozilla.org , r=jst@netscape.com
2001-01-03 00:11:50 +00:00
timeless%mac.com
72e6f102cf
cleanout unused wallet references
...
r=blake, sr=alecf
2001-01-02 23:15:34 +00:00
blakeross%telocity.com
6254430196
Fix 60005: prefs UI for showing and hiding tooltips. r=timeless sr=alecf
2001-01-01 04:25:06 +00:00
sspitzer%netscape.com
b47a312a45
ignore generated Makefile, no reviewer.
2000-12-30 21:09:11 +00:00
sspitzer%netscape.com
69307331cd
wrap more printfs with #ifdef DEBUG_edburns. no reviewer.
2000-12-30 21:08:11 +00:00
sspitzer%netscape.com
7c81f11224
making it so only edburns sees his debugging printfs. no reviewer.
2000-12-30 20:46:17 +00:00
bryner%uiuc.edu
ac0ad21445
Removing dead references to old header files that will be going away for bug 38061. r=jag, sr=cls.
2000-12-29 22:41:22 +00:00