rjc%netscape.com
c7a74439e2
Even better.
1999-12-30 15:18:52 +00:00
rjc%netscape.com
4db3880339
Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching.
1999-12-30 14:56:26 +00:00
rjc%netscape.com
1f423037dc
Get default search engine from prefs.
1999-12-30 14:42:33 +00:00
rjc%netscape.com
5e34f13a14
Add search default preferences.
1999-12-30 14:37:26 +00:00
rjc%netscape.com
0e8c89168c
Add support for automatically opening the "Search Results" panel in the sidebar when the "Search" button is clicked on. [Note: this behavior can be turned off via a preference in the "Search" preferences panel.]
1999-12-30 14:16:17 +00:00
rjc%netscape.com
3ed100c043
Small text change.
1999-12-30 11:35:52 +00:00
rjc%netscape.com
98da51e126
Add a search preference panel
1999-12-30 11:16:07 +00:00
rjc%netscape.com
88d9f13d73
Add some support for various search modes when using the "Search" button.
1999-12-30 11:10:19 +00:00
rjc%netscape.com
785f913b3d
Add GetInternetSearchURL() method.
1999-12-30 11:09:30 +00:00
rgoodger%ihug.co.nz
bb4f4dc5d4
hooking up file open/location open shortcut keys properly.
1999-12-30 04:16:32 +00:00
troy%netscape.com
138fa22a88
Work-in-progress for having maximum width (needed by tables) be updated
...
incrementally
1999-12-30 04:15:45 +00:00
wtc%netscape.com
405ebc2efb
Bugzilla bug #18511 : on Windows NT, the IP_MULTICAST_TTL option cannot be
...
set unless the socket is bound to an address.
1999-12-29 23:17:27 +00:00
sspitzer%netscape.com
bd8d501c35
fix for #21457 .
...
if the user has foo@bar.com as there smtp user name
(either from migration or from the account wizard)
send only foo as the username to the smtp server
r=mozilla@bucksch.org
1999-12-29 22:47:09 +00:00
wtc%netscape.com
759123e535
Added a test to join with an unjoinable thread.
1999-12-29 22:31:34 +00:00
wtc%netscape.com
f8990e45d7
Bugzilla bug #22549 : made PR_Read/PR_Write for sockets equivalent to
...
PR_Recv/PR_Send with infinite timeout. r=colin@theblakes.com ,
srinivas@netscape.com
1999-12-29 22:19:53 +00:00
valeski%netscape.com
413cbd982c
22534. r=gagan. We were leaking a single byte on non uname/pwd inclusive url's that required authentication, and we weren't over-writing the auth string when a auth realm wanted new credentials.
1999-12-29 21:55:18 +00:00
warren%netscape.com
538b2ca40f
Breaking out persistent properties from nsIProperties.h.
1999-12-29 20:55:42 +00:00
warren%netscape.com
9531c0b6ae
Added nsIStopwatch for timing analysis.
1999-12-29 20:54:13 +00:00
warren%netscape.com
c3c3652080
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
sspitzer%netscape.com
04b7228154
fix bug #22450 . if the user has an @ in there pop username, truncate at that point
...
when sending the username to the server. (but the full thing will show up in the ui and in
the password dialog)
now we support the "mail.allow_at_sign_in_user_name" pref.
bring over the comments from the 4.x code base.
this fix will also fix pop for users who entered there full email address as there pop username
1999-12-29 20:50:27 +00:00
sspitzer%netscape.com
0f984615d6
bulletproofing fix for crash reported in #22811
1999-12-29 19:28:06 +00:00
sspitzer%netscape.com
53eb29235b
second half of the fix for #22791 .
...
dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
1999-12-29 18:26:50 +00:00
sspitzer%netscape.com
767b32eac9
fix for #22791 . define a default for mail.forward_message_mode.
...
fix by=endico, r=sspitzer
1999-12-29 18:22:31 +00:00
blizzard%redhat.com
920babce0b
Make sure that mSuperWin is not null before dereferencing it. Fix from Johnny Stenback <jst@citec.fi>.
1999-12-29 17:50:06 +00:00
blizzard%redhat.com
fb29ef6099
Fix for bug #21375 . Don't assume that a not null mWidget means that mMozBox is valid.
1999-12-29 17:38:52 +00:00
srinivas%netscape.com
d2f9f93f67
Implement block/unblock interrupt. Bugzilla #17055 .
1999-12-29 16:57:37 +00:00
rjc%netscape.com
2278e60b7a
Add a sidebar panel for Search results instead of having them mixed in with Related Links data.
1999-12-29 09:27:45 +00:00
rjc%netscape.com
35fd19742c
Add a sidebar panel for Search results instead of having them mixed in with Related Links data.
1999-12-29 09:17:41 +00:00
rpotts%netscape.com
af4f9c2189
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
1999-12-29 07:32:59 +00:00
rpotts%netscape.com
38fc9e5e0f
Removed obsolete method nsIDocumentLoader::LoadOpenedDocument.
1999-12-29 05:10:21 +00:00
rpotts%netscape.com
c9377dd1ab
fix to prevent a crash when displaying IMap messages... nsXULDocument::StartDocumentLoad(...) calls GetOriginalURI(...) which returned null - this was bad.
1999-12-29 04:58:46 +00:00
sspitzer%netscape.com
cac344c777
more work to get the download headers dialog to work.
1999-12-29 03:48:46 +00:00
bryner%uiuc.edu
efb687dcad
Changing a char array to a PRUnichar array, to fix a build
...
warning. r=sspitzer.
1999-12-29 03:45:26 +00:00
sspitzer%netscape.com
ef700385ba
more changes for the "Choose..." button near the signature text area.
...
also, make the smtp server pane in the account wizard grey, like the rest of them.
1999-12-29 02:53:33 +00:00
sspitzer%netscape.com
f20b68b65b
add a "choose..." button next to the signature text field.
1999-12-29 02:42:37 +00:00
sspitzer%netscape.com
3adee8b416
fix for #15191 . properly migrate the mail.signature_date and mail.signature_file prefs.
...
they are now per-identity prefs.
mail.identity.id1.attach_signature is set if the user had a signature in 4.x
the pref mail.signature_file gets migrated to mail.identity.id1.sig_file and
the pref mail.signature_date gets migrate to mail.identity.id1.sig_date
added a few new macros for pref migration.
1999-12-29 02:17:07 +00:00
sspitzer%netscape.com
be5b3406df
fix warning
1999-12-29 00:23:43 +00:00
sspitzer%netscape.com
37f5bc16b9
fix warnings.
1999-12-29 00:20:10 +00:00
sspitzer%netscape.com
de0253b5ff
fix warning.
1999-12-29 00:14:35 +00:00
sspitzer%netscape.com
a322cf0f41
more changes for the download headers dialog ui.
1999-12-28 23:45:57 +00:00
rpotts%netscape.com
644d8e02cb
DocLoader reorg...Removed the implementations of LoadDocument(...), LoadOpenedDocument(...) and the nsDocumentBindInfo.
1999-12-28 23:22:26 +00:00
sspitzer%netscape.com
94debc603c
include the js file to get the OnLoad handler.
1999-12-28 23:16:57 +00:00
sspitzer%netscape.com
e8f57a0dd1
more changes for the new "download headers" dialog.
1999-12-28 23:08:33 +00:00
sspitzer%netscape.com
36ccb33875
ignore generated Makefiles
1999-12-28 23:03:23 +00:00
sspitzer%netscape.com
100117019f
whoops. when I checked in that warnings fix I accidentally checked in some
...
changes from bryner for the mouse wheel prefs. backing my last check in out,
but still fixing the warning.
1999-12-28 23:02:38 +00:00
sspitzer%netscape.com
bb8aa67787
new files for the "dowload header" dialog. not part of build yet.
1999-12-28 22:57:49 +00:00
terry%mozilla.org
35b2429d00
Got rid of extra <H1> tag.
1999-12-28 22:31:47 +00:00
sspitzer%netscape.com
b4a6479e68
ignore generated makefile
1999-12-28 22:28:18 +00:00
mcafee%netscape.com
363781fb69
Adding File|Send Link (22739). r=sspitzer
1999-12-28 22:07:19 +00:00
sspitzer%netscape.com
949620ddc1
fix warnings.
1999-12-28 21:49:14 +00:00