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

5747 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com 1e4f857439 fixed "return" submission on a single text field 1998-08-10 17:26:20 +00:00
troy%netscape.com 928f68f09e Fixed ClearTimeout() to free the timer closure struct 1998-08-10 17:25:35 +00:00
troy%netscape.com 863fff6b7f Added GetClosure() member function 1998-08-10 17:24:36 +00:00
troy%netscape.com e89d3ec240 Added memset of lfFaceName array to 0 for debug builds. This eliminates
a Purify warning
1998-08-10 16:53:14 +00:00
jfrancis%netscape.com fa1395ec73 Turning on ENDER. 1998-08-10 15:18:32 +00:00
troy%netscape.com ee860b9d7f Added call to Shutdown() of prefs object 1998-08-10 05:12:25 +00:00
sdagley%netscape.com 5d18148ed8 Fix #309842. For some reason the call to NET_FinishInitNetLib() was commened out in the MacFE. Since this is where the cache is initialized and cookies are initially read, among other useful stuff, it seems like a bad idea to not call it. 1998-08-10 04:49:58 +00:00
karnaze%netscape.com 6837a9ba6b adjusted sizing for text controls; default control is text; assertion cleanup 1998-08-10 04:28:17 +00:00
troy%netscape.com 9b7ad6e4ad Fixed leak of an IL color space in NewPixmap() 1998-08-10 04:25:35 +00:00
jwz%mozilla.org 31500d82ea I could tell you what this patch was for, but then I'd have to shoot you. 1998-08-10 03:50:04 +00:00
troy%netscape.com 69008dbb80 Fixed leak of async net context. Now there's only one net context used
for all image requests and its released when the image group is
destroyed
1998-08-10 03:33:49 +00:00
troy%netscape.com 0fe801297d Stopped holding a reference to the device context, because the device context
holds a reference to the font cache and this was causing a circular reference
1998-08-10 02:34:00 +00:00
joki%netscape.com ec9313f3d7 Move disassociation of frame from view up from destructor to DeleteFrame to prevent event entrance during destruction 1998-08-10 02:28:23 +00:00
buster%netscape.com 0824132571 percent-width nested tables in fixed-width cells now use the computed
column width if available for computing their own width.
1998-08-10 02:16:18 +00:00
joki%netscape.com cfd01bf968 Additional fixes to allow child webshells in framesets to be properly released. 1998-08-10 01:36:02 +00:00
joki%netscape.com 1f008faf7e Add RunGC method onto ScriptContext interface. Probably temporary until we have auto-gc'ing set up. 1998-08-10 01:33:34 +00:00
joki%netscape.com 7aa37b7bb4 Fix possible addref on null pointer 1998-08-10 01:30:29 +00:00
karnaze%netscape.com 2638dac692 added GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight to web widget, frameset codes calls it. 1998-08-10 01:01:27 +00:00
jwz%mozilla.org 8b0cbd04ac add -DNO_SECURITY so that it works on the internal Netscape builds as well
(which do have security, but which do not have a libmime with S/MIME code.)
1998-08-10 00:24:00 +00:00
valeski%netscape.com d387beafca removed the http:// assumption code from here to nsWebShell.cpp 1998-08-09 21:23:54 +00:00
valeski%netscape.com 3b621e7bb0 moved http:// assumption code into nsWebShell.cpp from nsBrowserWindow.cpp 1998-08-09 21:22:18 +00:00
waterson%netscape.com 6d039fd88b Added some info to the begin-session timing trace. 1998-08-09 20:32:48 +00:00
waterson%netscape.com 17dec56a44 Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00
waterson%netscape.com eced28047e Added some more timing traces to WinFE. Approved by blythe. 1998-08-09 20:28:53 +00:00
waterson%netscape.com 208528ba1e Added context parameter to timing macros. 1998-08-09 20:28:04 +00:00
troy%netscape.com d09a40cfec Changed destructor to release reference to image request observer objects. This
fixes a memory leak
1998-08-09 16:53:24 +00:00
troy%netscape.com c2d779ef60 Now deletes the images and releases the reference to the image group 1998-08-09 16:42:06 +00:00
mcafee%netscape.com c27502fec7 Compiler warning on IRIX. 1998-08-09 09:10:55 +00:00
joki%netscape.com b45f46d744 Partial fix for frame based and general memory leaks of webshells and prescontexts 1998-08-09 07:43:22 +00:00
jwz%mozilla.org 550ebba247 oops, typo'ed an extra ";" that gcc doesn't like. 1998-08-09 06:02:27 +00:00
troy%netscape.com f2da0f4720 Added code to destructor to delete mVisited 1998-08-09 05:00:24 +00:00
jwz%mozilla.org 741187535c build and link against libmime (on Unix only, until I find some victims to
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org 11d49b4463 various tweaks to get libmime to build, and be linkable with the
rest of Mozilla.
1998-08-09 03:51:51 +00:00
jwz%mozilla.org 4e53d461b5 in order to make libmime compile without libmsg, moved some
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:

	msg_GrowBuffer ==> XP_GrowBuffer
	msg_LineBuffer ==> XP_LineBuffer
	msg_ReBuffer ==> XP_ReBuffer
	msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
beard%netscape.com 8ec2164a59 Added nsIPluginInstance* and NPWindow* data members to CPluginInstancePeer, fixed some reference counting bugs. Changed instance->pdata to point to the peer, so it can be accessed independently. 1998-08-09 03:17:39 +00:00
troy%netscape.com 0000b03ed4 Added release of mAppShell 1998-08-09 02:13:29 +00:00
beard%netscape.com cb0f40cc2e Fixed a C string copy bug in CPluginInstancePeer::CPluginInstancePeer, added strcasecmp for XP_MAC. 1998-08-09 01:55:13 +00:00
troy%netscape.com 88de215dbd Cleaned up widget reference counting. In particular parent widgets
release their references to child widgets
1998-08-09 01:37:30 +00:00
leif f3fb22c106 - Lots of modifications, minor changes etc.
- Updated all documentation.
- Added a few new functions.
1998-08-09 01:16:55 +00:00
jevering%netscape.com 711bbeb5ee Fixed build. forgot prenv.h 1998-08-09 00:02:40 +00:00
jevering%netscape.com 1cea64fc20 Set Home page for viewer. 1998-08-08 22:01:46 +00:00
beard%netscape.com 8630892040 Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +00:00
michaelp%netscape.com 02355fbfa6 merged changes from branch. 1998-08-08 19:21:40 +00:00
ramiro%netscape.com b72fff1a29 Fix xpcom linking problem under some versions of gcc and egcs.
Add libxpcom.a to link line after libraries that reference symbols in it.
1998-08-08 06:37:47 +00:00
troy%netscape.com acaa6d2f0e Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
jwz%mozilla.org dffc72e144 Got libmime and the mimefilt program to build in the public Mozilla code base.
Mostly I did this by turning on -DMOZILLA_30, which eliminates most of
the, uh, "progress" made in libmime since 3.0.  That this worked highlights
the fact that the 3.x libmime had far fewer cross-dependencies on libmsg
than 4.x did.
1998-08-08 02:20:33 +00:00
jwz%mozilla.org bfdaeef3b5 In 2.x/3.x, this file was lib/libmsg/addr.c.
In 4.x, it was lib/libmsg/addrutil.cpp.  (They felt the need to convert it
to C++ for no adequately explainable reason, and to add some dependencies
on the rest of libmsg.)

Since libmime needs this, and libmsg isn't being built, I converted it
back to C, removed the libmsg dep, and put a copy of this file here.

Someday, something more sensible should be done.  Like deleting the copy
in libmsg, perhaps.
1998-08-08 02:17:51 +00:00
cmanske%netscape.com 9076fefa9f Fixed P0 Composer bug 312249 (backspacing when lines wrap) with help/review/approval by nisheeth. Also layout's part of fix to 310966 (changing doc colorsof current windows) 1998-08-08 02:06:57 +00:00
cmanske%netscape.com 6f585babe9 Fixed image loading problem in composer. Bug 312056. Reviewed and checkin permission by gagan 1998-08-08 01:23:26 +00:00
nisheeth%netscape.com 3858b3fd8f Fixes bugs 301002, 206090, and 312021. Blocked tags were getting misordered.
lo_FinishLayout() was getting called multiple times.  These fixes were migrated
over from the 4.06 branch.
1998-08-07 23:59:48 +00:00