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

22602 Коммитов

Автор SHA1 Сообщение Дата
nisheeth%netscape.com f4a64fe49a Replacing asserts in the destructor with printf's. These asserts fire when the namespace or content stacks are non-empty which can happen for any malformed XML document, now that expat is enabled.
This checkin and the earlier one to htmlparser/src/* was approved by Chris Hoffmann earlier todxay.
1999-04-08 09:27:08 +00:00
nisheeth%netscape.com 7ff1bc40e9 - Enable expat by default. If you run into problems, you can disable expat at run-time by setting NOEXPAT=1 in your environment on Windows and UNIX.
On Mac, create a file called NOEXPAT in the directory from which you run the browser.

- Changed nsExpatTokenizer so that it stops parsing buffers once it sees an XML well-formedness error.
1999-04-08 09:21:16 +00:00
spence%netscape.com 4649c4bc27 solaris was choking 1999-04-08 09:04:04 +00:00
spence%netscape.com c77b359a2c async dialog work for ftp; generalized async interface 1999-04-08 07:37:37 +00:00
law%netscape.com 18ee0a79d8 Fixing screw-up I had applied earlier to OnEndDocumentLoad 1999-04-08 06:58:13 +00:00
gagan%netscape.com 9a7240e61a Moved the files from nunet to netwerk. For history on these files- see mozilla/nunet.
Not in the build (of netwerk) yet.
1999-04-08 06:13:27 +00:00
jfrancis%netscape.com fece7c9e61 fix for another range gravity bug; rvwd and apprd kostello; appr chofmann 1999-04-08 06:00:44 +00:00
radha%netscape.com c47fb16061 Don't add the rdfAppcore explicitly, since that call fails internally in Appcoresmanager
and control is never returned to Javascript to execute the loadURL call.
rdfCore.Init() already does the job of XPAppcoresManager.add()
1999-04-08 05:14:31 +00:00
saari%netscape.com 897f0bc9af fix for bug #4562 > mozilla/widget/src/mac/nsMacEventHandler.cpp - commented out 3 lines mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added 2 #ifdef XP_MAC changes that should go away by M5. The problem is that the nsMenuBar class doesn't know when it is through building a menubar from XUL since nsWebShellWindow actually does the construction today. That will change when menus build themselves, which needs to be done for M5's dynamic menu construction. So the hack would go away sometime soon. Previously, the nsMacEventHandler would get a deactivate event before bringing up a dialog or another window... why this isn't happening anymore, I don't know. Perhaps this is a bug in itself, but I was the only one relying on the behavior, and that reliance was a hack to begin with. 1999-04-08 04:29:37 +00:00
law%netscape.com 8fd0a4e421 File download; approved by chofmann 1999-04-08 04:21:15 +00:00
nisheeth%netscape.com b48eb32ab9 Fix for bug 3413. I had to reapply the fix because it got trashed during the
work that happened on the document load observation APIs.
1999-04-08 04:08:49 +00:00
briano%netscape.com c83bfbb048 Turned on pthreads for OSF/1, removed some flags that aren't needed anymore, and fixed the 'repeating timestamp' bug. 1999-04-08 03:01:20 +00:00
mscott%netscape.com 15d994585e (not part of the build yet) a=cyeh.
Replace the identity stuff with their equivalents in nsIMsgIncomingServer.
use the imap service to create a protocol instance instead of creating one directly ourselves.
1999-04-08 02:59:52 +00:00
sdagley%netscape.com f197fdaa60 Fix to properly call new wrapper for GetFile dialog. 1999-04-08 02:59:30 +00:00
mscott%netscape.com a298d7b5cd (not part of the build yet) a=cyeh.
build nsImapService and nsImapIncomingServer.
1999-04-08 02:58:38 +00:00
mscott%netscape.com 379be56015 (not part of the build yet) a=cyeh.
Foundation for our imap service. Right now it only creates protocol instances.
1999-04-08 02:57:47 +00:00
mscott%netscape.com 0e219bc9ac (not part of the build yet) a=cyeh.
implementation of the nsIImapIncomingServer interface. This class is responsible for maintaining an up to date list of all the prefs for a given imap server.
1999-04-08 02:57:20 +00:00
mscott%netscape.com e7d5334609 (not part of the build yet) a=cyeh.
Replace identity with nsIMsgIncomingServer. Initialize now takes a host session list.
1999-04-08 02:56:12 +00:00
mscott%netscape.com 5f43e3f549 (not part of the build yet) a=cyeh.
Replace the identity with nsIMsgIncomingServer. Initialize now takes in the host session list.
1999-04-08 02:55:29 +00:00
mscott%netscape.com d939c01e95 (not part of the build yet) a=cyeh.
Replace identity stuff with nsIMsgIncomingServer.
1999-04-08 02:54:20 +00:00
mscott%netscape.com 6fa3c842f8 (not part of the build yet) a=cyeh.
Export nsIImapService.h and nsIImapIncomingServer.h
1999-04-08 02:53:17 +00:00
mscott%netscape.com ba6e30e5b7 (not part of the build yet) a=cyeh.
Foundation for an imap service interface.
1999-04-08 02:53:01 +00:00
mscott%netscape.com 86123a7227 (not part of the build yet) a=cyeh.
Changed identity getters and setters to use the new nsIMsgIncomingServer interface instead.
1999-04-08 02:52:28 +00:00
spence%netscape.com 9daec18a39 remove outside dependency from netlib 1999-04-08 02:51:14 +00:00
mscott%netscape.com 5de74bcaf8 (not part of the build yet) a=cyeh.
Initialize now takes the host session list.
1999-04-08 02:51:13 +00:00
mscott%netscape.com 7fc41cf9a1 (not part of the build yet) a=cyeh.
Add an imap incoming server interface which holds imap account server specific information such as user name, host name, etc.
1999-04-08 02:50:44 +00:00
mscott%netscape.com b7ea611b18 (not part of the build yet) a=cyeh.
I changed the dll name for imap to be msgimap.dll. We now need prefs and js in the requires list.
1999-04-08 02:49:40 +00:00
mscott%netscape.com 3eefdc4c4d (not part of the build) a=cyeh.
Imap factory can now generate components for the imap service and for the imap incoming server.
1999-04-08 02:48:56 +00:00
briano%netscape.com 640cf3d8af Added a pointer to ftp.gtk.org if gtk-config can't be found. 1999-04-08 02:06:55 +00:00
waterson%netscape.com 540407e20f Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com 1999-04-08 01:53:31 +00:00
briano%netscape.com c22cf7974d Automated update 1999-04-08 01:32:30 +00:00
briano%netscape.com 99483ca2d9 Define _REENTRANT for any compiler on OSF/1. Fixes the problem with mkautocf.c. 1999-04-08 01:31:49 +00:00
mjudge%netscape.com 54aef1837f fixed selection results after bold/italics. 4593 bug. simply collapsed range and extended it to take up the whole new range 1999-04-08 01:30:05 +00:00
mjudge%netscape.com 0f03b6a5f0 adding batch changes around editor BeginTransaction. bug 4593 1999-04-08 01:28:33 +00:00
mjudge%netscape.com 9a83dd0a53 bug 4539 approved by hoffman. fix gives us nested selection batch changes. 1999-04-08 01:27:29 +00:00
akkana%netscape.com 834d6dd1ed Cleaner addendum to the fix for 4661 1999-04-08 00:54:32 +00:00
akkana%netscape.com 84380c250e 4661: Fix win32 crasher inserting an image. Approved by chofmann.
Split nsEditor::DeleteSelectionAndCreateNode into two parts,
so that routines like InsertImage which need to set attributes
on the new node before inserting into the tree can do so.
This is somewhat temporary, since the current method isn't undo-able;
undo will be implemented after M4.
1999-04-08 00:46:10 +00:00
waterson%netscape.com e07ee6fe41 Bug 4710. Implement no-ops for local store commands so as not to break stuff that depends on commands working. r=putterman@netscape.com, a=chofmann@netscape.com 1999-04-08 00:43:11 +00:00
kipp%netscape.com 8a0284add8 Delay first move until onload has finished 1999-04-08 00:01:12 +00:00
kipp%netscape.com 0c0ce42a16 Fixed not bother repositioning when coordinates don't change 1999-04-08 00:00:13 +00:00
waterson%netscape.com e85ace8aa5 Bug 4706. Make sure to close the first RDF:RDF tag. Duh. 1999-04-07 23:18:54 +00:00
evaughan%netscape.com d8e4fb2275 Made secure connection have a display type of none by default. 1999-04-07 23:15:06 +00:00
momoi%netscape.com dda8abda17 4 sort result files for WindowsNT4-US. 1999-04-07 23:14:59 +00:00
ftang%netscape.com 7329fbfca6 fix bug 4672, 4673, 4674, 4676 , check in for cata from ftang's account 1999-04-07 23:00:28 +00:00
slamm%netscape.com 7f1af32a4f Fix for bookmark properties come up blank (bug #4678). Approved by cyeh and chofmann. 1999-04-07 22:59:59 +00:00
ftang%netscape.com c94f5cce5e fix bug 564 to use CP 1252 mapping table to convert ISO-8859-1 1999-04-07 22:59:35 +00:00
mjudge%netscape.com fae945861f indexes returned from prepareunicodestring are mContentOffset based. 3641 3772 Hoffman approved 1999-04-07 22:56:09 +00:00
mjudge%netscape.com 2bb61f6606 Simon reviewed. Hoffman approved bug number 4584 fixes clicking in alternate text. 1999-04-07 22:49:07 +00:00
briano%netscape.com 87e11ba05a Automated update 1999-04-07 21:59:37 +00:00
briano%netscape.com ea65a6fa55 Turned off -pipe for BSDI builds. 1999-04-07 21:48:19 +00:00