Граф коммитов

49480 Коммитов

Автор SHA1 Сообщение Дата
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
Jerry.Kirk%Nexwarecorp.com c7b2b94bf1 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 9b50d8d2ef 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 717cbdd7e2 Fix a warning. r=mcafee. 1999-12-28 20:26:56 +00:00
bryner%uiuc.edu 21e2898b7d 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 f37e107774 fix warnings 1999-12-28 19:41:57 +00:00
sspitzer%netscape.com fbd97e9856 fix warnings. 1999-12-28 19:37:29 +00:00
sspitzer%netscape.com 4a766f0156 the very humble beginnings of drag and drop for messenger. 1999-12-28 19:17:36 +00:00
rpotts%netscape.com 4d0ab7f287 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 9619211274 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 2331eb43cb 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 24da9eddd8 Fixing null pointer reference, patch submitted by jst@citec.fr. r=mcafee 1999-12-28 08:29:11 +00:00
mcafee%netscape.com 3433af8cef 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 9f3d5d8eb0 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 caf725ed86 Adding -h help info (14003) 1999-12-28 07:41:05 +00:00
mcafee%netscape.com 011025baf2 Adding pref for modeless pref window, still modal by default (21698) 1999-12-28 06:09:18 +00:00
tonyr%fbdesigns.com b1de7cbf3c Added text import module and new UI 1999-12-27 21:24:00 +00:00
Jerry.Kirk%Nexwarecorp.com 1622a83b57 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 f58f2535ae 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 5d39c50708 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 fbfd83e78c 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 33d5e7906c 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 01c59e17b2 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 d637f1f3c9 This is part of fix for sending >72 character length lines - Bug #22465 1999-12-25 21:51:45 +00:00
rhp%netscape.com 6a52510db7 Part of fix for sending >72 character lines - Bug #: 22465 1999-12-25 21:49:50 +00:00
rhp%netscape.com 7923943ee4 Adding SMIME and Signed Stubs to the Mozilla.org product - Bug: 19064 1999-12-25 19:58:53 +00:00
rhp%netscape.com f5549230fa Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
rhp%netscape.com 7077c2102e Adding signed stubs to build process 1999-12-25 16:05:30 +00:00
bryner%uiuc.edu 77d764168e Fix a compiler warning by reordering initializers. r=syd. 1999-12-24 22:11:18 +00:00
bryner%uiuc.edu 2671310947 Fixing a compiler warning by reordering initializers. r=syd. 1999-12-24 22:06:48 +00:00
rjc%netscape.com 3891c1d58e 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 6199d14fa0 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 03ce06ed8d 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
cls%seawood.org 51d1c6e8a3 Ok, taking this split of compiler options used only for compiles a step further....The idea is that when the user passes CFLAGS to configure, those flags are to be used basically anywhere that that CC is. COMPILE_FLAGS is set in configure to contain the compiler flags that cannot be used while linking (e.g. -include on BSD/OS). In config.mk, I moved all of the variables that used to compose CFLAGS into COMPILE_CFLAGS so that CFLAGS only contains the values from running configure.
Removed unused NOMD_CFLAGS & MDUPDATE_FLAGS.
1999-12-24 10:58:11 +00:00
sspitzer%netscape.com 1b413ccaef fix for #18751. now, if the user has a newsgroup selected in the folder pane,
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
sspitzer%netscape.com dc6f96ac32 rest of fix for #15845, #15843, and #15861. for check boxes, see if
"reversed" attribute is true.  if so, reverse the value.
1999-12-24 09:57:49 +00:00
sspitzer%netscape.com f5a6026e45 fix for #15845, #15843, and #15861. we had the pref ui reversed for a few prefs. doh! 1999-12-24 09:38:15 +00:00
sspitzer%netscape.com d9aff6507e fixes for #21345 and #17090. remove the junk mail folder, since we
don't support it yet.  and remove the message center prefs, since we
don't support that UI anymore.
1999-12-24 09:18:36 +00:00
sspitzer%netscape.com d4a3bb6a6b ignore generated makefiles 1999-12-24 09:16:59 +00:00
sspitzer%netscape.com 83ab92372a Ignore generated makefile 1999-12-24 09:16:10 +00:00
sspitzer%netscape.com 33107dab44 fix for #17665, allow the user to configure if they want to use
the newsgroup name abbreviations in the folder pane.
default is yes.  comment out some dumps.  make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
briano%netscape.com 726ab6fb1c Use unsigned int instead of useconds_t in the usleep prototype. 1999-12-24 08:27:31 +00:00
tor%cs.brown.edu c0c306f17d Build bustage patch for SUNWspro so the compiler doesn't choke
seeing an "extern" and "static" definition of kPlatformCharsetCID.
Removes duplicate definition of PlatformCharsetCID and uses the
one from nsIPlatformCharset.h. r=sspitzer
1999-12-24 08:26:20 +00:00
sspitzer%netscape.com e32328cd40 only hyatt needs to see his debugging printfs. 1999-12-24 07:53:41 +00:00
sspitzer%netscape.com 8b80c1262e fix for #20990. missing some filter choices, and fix a js error. 1999-12-24 06:28:44 +00:00
sspitzer%netscape.com 9ffa08f796 fix for #13767. new nntp accounts should have text compose for the default.
the user can always override this in the account manager.
if it was a migrate account, we use what ever they had set in 4.x
1999-12-24 05:07:30 +00:00
sspitzer%netscape.com 127ef3aa9b fix warings for pavlov and mcafee 1999-12-24 03:48:08 +00:00