bryner%uiuc.edu
37a7616b04
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
fc6d39f73f
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
061a2bf91d
add a "choose..." button next to the signature text field.
1999-12-29 02:42:37 +00:00
sspitzer%netscape.com
f9926694a3
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
586b2af6f8
fix warning
1999-12-29 00:23:43 +00:00
sspitzer%netscape.com
d87bbcdccc
fix warnings.
1999-12-29 00:20:10 +00:00
sspitzer%netscape.com
41af3eb7b5
fix warning.
1999-12-29 00:14:35 +00:00
sspitzer%netscape.com
a6725d6f79
more changes for the download headers dialog ui.
1999-12-28 23:45:57 +00:00
rpotts%netscape.com
e6395f9b31
DocLoader reorg...Removed the implementations of LoadDocument(...), LoadOpenedDocument(...) and the nsDocumentBindInfo.
1999-12-28 23:22:26 +00:00
sspitzer%netscape.com
fe25096891
include the js file to get the OnLoad handler.
1999-12-28 23:16:57 +00:00
sspitzer%netscape.com
6abff4ac0a
more changes for the new "download headers" dialog.
1999-12-28 23:08:33 +00:00
sspitzer%netscape.com
58d5774386
ignore generated Makefiles
1999-12-28 23:03:23 +00:00
sspitzer%netscape.com
a18efcb68c
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
3c34989063
new files for the "dowload header" dialog. not part of build yet.
1999-12-28 22:57:49 +00:00
terry%mozilla.org
827eb20983
Got rid of extra <H1> tag.
1999-12-28 22:31:47 +00:00
sspitzer%netscape.com
6e1a11709a
ignore generated makefile
1999-12-28 22:28:18 +00:00
mcafee%netscape.com
5356cc91d7
Adding File|Send Link (22739). r=sspitzer
1999-12-28 22:07:19 +00:00
sspitzer%netscape.com
56bafad9e0
fix warnings.
1999-12-28 21:49:14 +00:00
Jerry.Kirk%Nexwarecorp.com
1fb60afe76
Fixed PHOTON only problem where nsAppShell could not be shutdown and
...
restarted properly when the user created a brand new profile.
1999-12-28 21:18:47 +00:00
sspitzer%netscape.com
317d957f30
fix for #21057 . we had move to trash and mark as delete switched in the UI.
1999-12-28 21:12:27 +00:00
bryner%uiuc.edu
741667c736
Fix a warning. r=mcafee.
1999-12-28 20:26:56 +00:00
bryner%uiuc.edu
2269ff9561
Changing an instance of = to ==, which is what it should have
...
been. r=karnaze.
1999-12-28 20:10:32 +00:00
sspitzer%netscape.com
42e7039924
fix warnings
1999-12-28 19:41:57 +00:00
sspitzer%netscape.com
1ff7f19198
fix warnings.
1999-12-28 19:37:29 +00:00
sspitzer%netscape.com
1578f445fb
the very humble beginnings of drag and drop for messenger.
1999-12-28 19:17:36 +00:00
rpotts%netscape.com
c4324a3078
tweaked the way stream converters are applied to make multipart/x-mixed-replace work without the DocLoader...
1999-12-28 09:20:05 +00:00
rpotts%netscape.com
54372721d5
Docloader/URIloader integration... Temporarily added CreateViewer(...) to the WebShell (moved from the DocLoader). This will ultimately end up in the DocShell...
1999-12-28 09:18:47 +00:00
rpotts%netscape.com
77c5b0f08c
Starting to integrate the DocLoader and URI loader... Removed the Channel listener and the need for nsDocumentBindInfo objects. Now all URI loading is done by the URI loader.
1999-12-28 09:16:15 +00:00
mcafee%netscape.com
08c3c0f243
Fixing null pointer reference, patch submitted by jst@citec.fr. r=mcafee
1999-12-28 08:29:11 +00:00
mcafee%netscape.com
a75239e4f0
Fixing pref/theme link loading content into pref panel (21017), thanks to Johnny Stenback for the fix. r=mcafee
1999-12-28 08:22:34 +00:00
mcafee%netscape.com
36ce5c2166
Fixing compile warnings on Unix, patch from kiel@pobox.com (21494). r=cls@seawood.org,mcafee@netscape.com
1999-12-28 08:02:07 +00:00
mcafee%netscape.com
92990e630c
Adding -h help info (14003)
1999-12-28 07:41:05 +00:00
mcafee%netscape.com
141d2c329b
Adding pref for modeless pref window, still modal by default (21698)
1999-12-28 06:09:18 +00:00
tonyr%fbdesigns.com
c19e80e9e6
Added text import module and new UI
1999-12-27 21:24:00 +00:00
Jerry.Kirk%Nexwarecorp.com
4eee8b3786
Re-worked nsAppShell to more closely correspond to the GTK version of
...
nsAppShell. This caused me to have to move the PtInit call to nsToolkit,
the PtModalStart/PtModalEnd to nsWindow and the creation of the PhWidLog
to nsWidgetFactory. This is the PHOTON UI only.
1999-12-27 17:55:20 +00:00
Jerry.Kirk%Nexwarecorp.com
3648dc4bf3
Fix up Text cut and paste again. It had previously been taken out because
...
it was so broken. This only effects the PHOTON UI.
1999-12-27 17:52:43 +00:00
rjc%netscape.com
662e7d983f
Use a HTML:INPUT field instead of a HTML:TEXTAREA field for the list of Related-Links domain exceptions.
1999-12-27 08:39:10 +00:00
rjc%netscape.com
4ab5a031cd
Comment out Related Links preferences from 4.x that aren't used in 5.x
1999-12-27 08:33:53 +00:00
rjc%netscape.com
6f00c2f652
Small XUL changes: get hard-coded text into DTD. Set flex="1" for appropriate cropping.
1999-12-27 08:30:44 +00:00
svn%xmlterm.org
29d163a7b4
NOT PART OF SEAMONKEY BUILD;
...
Many changes to XMLterm; updated for M12 Mozilla release,
autodetection of markup, document display using IFRAMEs,
Javascript command line
1999-12-26 15:19:45 +00:00
rhp%netscape.com
8f9421babc
This is part of fix for sending >72 character length lines - Bug #22465
1999-12-25 21:51:45 +00:00
rhp%netscape.com
6544b8cc5f
Part of fix for sending >72 character lines - Bug #: 22465
1999-12-25 21:49:50 +00:00
rhp%netscape.com
c61ba8721a
Adding SMIME and Signed Stubs to the Mozilla.org product - Bug: 19064
1999-12-25 19:58:53 +00:00
rhp%netscape.com
6dea47e727
Fixes for quoting problems - Bug #: 21993
1999-12-25 19:09:21 +00:00
rhp%netscape.com
5b28ef6743
Adding signed stubs to build process
1999-12-25 16:05:30 +00:00
bryner%uiuc.edu
16316ea7c3
Fix a compiler warning by reordering initializers. r=syd.
1999-12-24 22:11:18 +00:00
bryner%uiuc.edu
bee1a5c0a4
Fixing a compiler warning by reordering initializers. r=syd.
1999-12-24 22:06:48 +00:00
rjc%netscape.com
0a66f0a4b8
Small search changes. Convert various HTML entities. (We need a service for this, I think!) Fix assert when mParent is null.
1999-12-24 21:14:34 +00:00
sspitzer%netscape.com
6347e56312
clean up for fix for #18751 . don't use a constant for the type.
...
r=ducarroz
1999-12-24 16:06:52 +00:00
buster%netscape.com
b1e28675da
fixed bug 21032 ([regression] can paste multiple lines of text into a single-line text control)
...
when we were using <BR>'s in plaintext, this wasn't an issue.
when we switched to using \n, we needed to put in an extra check to transform CRLF to space.
partial fix bug 20387 (scroll bars appearing in single line text control)
part of the problem is we were leaving an empty text node lying around after inserting the bogus <br>
this induced layout to add a line after the <BR>, making the document in an empty text control too tall
Kin still has the task of hiding the scroll bar in certain situations, but this was the right thing to do
anyway.
r=kin
1999-12-24 15:48:48 +00:00