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
nisheeth%netscape.com
ad3409c277
lo_FillinImageGeometry() was not being called before the image load was started
...
for the case when an <IMG> tag was processed while layout was blocked. Fixed.
1998-08-07 23:45:27 +00:00
vidur%netscape.com
5dcf11251a
Better JSConsole return values
1998-08-07 23:19:20 +00:00
vidur%netscape.com
b1f5f748ae
Implemented additional document and form interfaces. Implemented named elements for documents and forms. nsInput now implements nsIDOMHTMLInputElement.
1998-08-07 23:08:00 +00:00
vidur%netscape.com
6e1e87c9b9
Better support for interface families in the IDL (named elements). Netscape interfaces for HTMLDocument and HTMLFormElement (for backwards compatibility.
1998-08-07 23:01:52 +00:00
kostello%netscape.com
4d3903759d
Put both AOLMAIL and html/text of the pasteboard
1998-08-07 22:35:44 +00:00
buster%netscape.com
43c4537038
bug #312932 . fixes nested tables with percent widths that also have
...
content with percent widths.
1998-08-07 21:53:27 +00:00
rods%netscape.com
8dace2bf02
Shift click (without first clicking) no longer crashes the viewer
1998-08-07 20:15:36 +00:00
rods%netscape.com
41198541c5
Select All no turns on selection in the document and renders it selected.
1998-08-07 20:14:39 +00:00
kmcclusk%netscape.com
f7e70e1ac3
Correctly set shift and control flags on mouse and keyboard events.
1998-08-07 19:38:28 +00:00
kostello%netscape.com
415f4acd12
Fix mac build
1998-08-07 18:34:13 +00:00
law%netscape.com
a4c98fdbaa
Fixing stupid off-by-one bug that breaks rel builds
1998-08-07 18:34:03 +00:00
troy%netscape.com
a09b9a211e
Removed MoveTo() and SizeTo() member functions that were for debug
...
purposes, and are no longer needed
1998-08-07 18:17:34 +00:00
robinf%netscape.com
2f793a3a3c
this is help file that goest with as_html/2step.htm; re: bug 3000065
1998-08-07 18:10:18 +00:00
robinf%netscape.com
e4e752a985
removing this file so I can replace it with renamed file "2step.htm" to fix bug # 3000065
1998-08-07 18:08:29 +00:00
karnaze%netscape.com
6dd5e7e32f
removed overloaded GetAttribute on nsInput
1998-08-07 17:39:27 +00:00
kmcclusk%netscape.com
4e6594fac4
Changed NSIMETHOD to NS_METHOD in nsWindow.h
...
Changed eCursor_arrow_east and east_plus to west and west_plus for
duplicate switch statement
1998-08-07 17:13:04 +00:00
kmcclusk%netscape.com
bd63c94b70
Changed nsFontMetrixWin to nsFontMetrixUnix for GetWidth member function.
1998-08-07 16:43:52 +00:00
rods%netscape.com
aa71eea6d7
Bug fixes for memory crash, and added blue triangle instead of red line
1998-08-07 16:14:07 +00:00
ramiro%netscape.com
35ea10ba77
Fix the unix build bustage cause of undefined NET_DisplayCookieInfoAsHTML().
1998-08-07 15:37:30 +00:00
spider%netscape.com
986554891a
Cursor support
1998-08-07 15:35:27 +00:00
spider%netscape.com
31d7a10536
Adding several new cursor types
1998-08-07 14:45:46 +00:00
ramiro%netscape.com
c8b7588195
fix attachment.
1998-08-07 11:03:30 +00:00
ramiro%netscape.com
c6a59fc40e
dfm's privacy tools menu.
1998-08-07 09:51:55 +00:00
clu%netscape.com
74d5115b8c
modified a conditional statement in ChangeTableSelection so that table selection can be correct on the mac when the movement is ED_MOVE_NONE (unlike other platforms, macfe passes in a NULL pData). Reviewed by cmanske and brade.
1998-08-07 09:17:19 +00:00
clu%netscape.com
27f17f0646
changed composer table select submenu so it can now select row, col, cell, and all cells correctly. Reviewed by brade.
1998-08-07 09:11:11 +00:00
clu%netscape.com
5a6ee739c1
added resource numbers 1320 through 1323 to support table menu selection. Reviewed by brade.
1998-08-07 09:06:20 +00:00
clu%netscape.com
bc30a76974
implemented code to respond to table selection from the menu. reviewed by brade.
1998-08-07 09:03:54 +00:00
clu%netscape.com
522cbebe03
separating #ifdef MOZ_MAIL_NEWS from #ifdef EDITOR so that CComposerFind can work with just the EDITOR but not MOZ_MAIL_NEWS turned on. #312288 ; reviewed by brade.
1998-08-07 09:01:50 +00:00
ramiro%netscape.com
ba7177f6c6
Granting some dude's wish.
1998-08-07 08:44:04 +00:00
joki%netscape.com
c947a7da15
Fix mouseover in url messages by initializing event result messages.
1998-08-07 08:11:20 +00:00
peterl%netscape.com
d336ead3a5
IRIX build fix
1998-08-07 06:24:38 +00:00