spider
a116453c59
Fix for crash on servers not supporting MIT-SHM
1998-07-15 02:29:10 +00:00
rickg
22dc30d276
eliminated warnings from linux build
1998-07-15 02:08:19 +00:00
rickg
ba4e32e19c
fixed linux warnings
1998-07-15 02:01:00 +00:00
rickg
fef7448f3b
fixed linux tinderbox error
1998-07-15 01:58:02 +00:00
akkana
2a36f2078c
Bug 112612: Don't do anything with mail/news-specific preferences unless
...
MOZ_MAIL_NEWS is defined, so we won't save garbage out. r=brade.
1998-07-15 01:52:21 +00:00
spider
33b2e92a85
query the server for the pixmap format rather than trying to guess ourselves
1998-07-15 01:29:20 +00:00
spider
1937e53b3c
MIT-SHM implementation for offscreen drawables
1998-07-15 01:08:35 +00:00
ramiro
cda04e1392
Protect debug printf with #ifdef.
1998-07-15 00:56:51 +00:00
kipp
e77c6fa9b2
Treat embed properly as a leaf; fixed typo with object tag
1998-07-15 00:49:26 +00:00
kipp
fff0d2b60c
Made applet's, embed's and object's inlines
1998-07-15 00:48:56 +00:00
kipp
5ef073ab09
Rebased to use nsObjectContent to share common code
1998-07-15 00:48:39 +00:00
kipp
44dba2b2a1
new
1998-07-15 00:48:22 +00:00
kipp
d94273ffcf
Added nsObjectContent
1998-07-15 00:48:15 +00:00
kipp
0b21a9b759
More hacks for floating embed's, object's and applet's
1998-07-15 00:47:46 +00:00
kipp
4d7ae47daf
Treat embed just like img
1998-07-15 00:47:19 +00:00
briano
db3308c2b9
Fix for Mozilla bug#117. Thanks to thorsten@wurzelausix.cs.uni-sb.de and wtc@netscape.com for the suggestions.
1998-07-15 00:37:11 +00:00
morse
21aa2adc5f
fix bug 161346, reviewed by valeski
1998-07-15 00:29:04 +00:00
kipp
847827aa89
Handle null pointers better
1998-07-15 00:23:31 +00:00
kipp
87faf8d82c
Added applet, object and embed support
1998-07-15 00:23:07 +00:00
kipp
3b245bcbcd
Added nsObjectFrame
1998-07-15 00:22:56 +00:00
kipp
fdbc836e19
new
1998-07-15 00:22:30 +00:00
kipp
2edd02bae5
Handle applet, object and embed tags
1998-07-15 00:22:15 +00:00
kipp
4e2e0f5153
Use NS_NewObjectFrame
1998-07-15 00:21:51 +00:00
kipp
d9b9fa893c
added nsHTMLEmbed
1998-07-15 00:21:43 +00:00
rickg
d09bc7fbb3
fixed a tinderbox problem introduced in latest contentsinkstream
1998-07-15 00:21:39 +00:00
briano
4220c344d9
Fix for Mozilla bug#249. Thanks to armen@unx.dec.com for doing the testing for me.
1998-07-14 23:49:35 +00:00
radha
8f41d0a238
Fix for Gromit SF1 in bug # 123826. COde reviewed by Judson Valeski.
...
Type of change:
--------------
Set the timer to call NET_ProcessNet() after a request for network access
is made. See bug report for more details.
1998-07-14 23:40:16 +00:00
joki
a3768a39bd
Change these to PR boolean values
1998-07-14 23:34:37 +00:00
kostello
213a328a93
Sync with new DOM interfaces
1998-07-14 23:30:44 +00:00
rickg
c0b7b411e2
fixed 's' tag which broke with introduction of nsHTMLTags
1998-07-14 23:29:25 +00:00
briano
945751fe20
Fix for mozilla bug#477. Thanks to sjm@nwc.dk for the info.
1998-07-14 23:24:30 +00:00
law
ce4bce4a4d
Fix for bug#197179
1998-07-14 23:11:05 +00:00
vidur
eb09b8f6be
Added square-bracket indexing for any interface that has an item() method.
1998-07-14 23:07:26 +00:00
chuang
8e4211b680
Fix300421 Edit Preferences doesn't work, reviewed by putterman
1998-07-14 23:03:07 +00:00
karnaze
10c6b37bd2
made "get" the default for submission when method is omitted
1998-07-14 22:52:07 +00:00
ramiro
909cc0dc5d
Fix for 124262 5.0 SF1 in bug.
...
Thanks to for providing the initial fix Juergen Keil <jk@tools.de>.
1998-07-14 22:51:57 +00:00
kostello
4774b3488b
Added XIF Support. XIF is a Netscape internal XML format which is
...
designed to allow for easy conversion from the NGLayoutContent model
to other formats. It's primary focus is to allow easy conversion to
HTML3.2 and HTML4.0 formats. Other formats may be supported in the future.
1998-07-14 22:37:51 +00:00
spider
d834cf9b6a
Removing incorrectly added Mac specific files from Motif directory
1998-07-14 22:35:56 +00:00
kostello
33fd5ef97a
Added XIF (XML Interchange Format) Support. XIF is designed
...
as an Netscape internal XML application. It is designed to
allow conversion from our content model to any output format --
most importantly to HTML 3.2 and HTML4.0 format.
1998-07-14 22:34:27 +00:00
kostello
f9fa8c6055
Helper object that creates a buffer of XIF data
1998-07-14 22:29:21 +00:00
jevering
79bcfb878b
Turned on location bar in windows.
1998-07-14 22:29:01 +00:00
kostello
3f77ac3183
DTD to take XIF input and write to a IHTMLContentSinkStream
1998-07-14 22:26:38 +00:00
toshok
134617a2e5
Only call lo_SetLineBreak if we indeed inserted a line break - fixes SF1 P0 bug 300047.
1998-07-14 22:16:21 +00:00
danm
b599f7a752
plug small memory leak. bug 300980 a:don.
1998-07-14 21:51:36 +00:00
toshok
682346549a
switch order of if checks. gets rid of a SF1 P0 bug 300045.
1998-07-14 21:39:00 +00:00
cyeh
79fb85c788
fix for Macintosh raptor build. target name was mispelled, so the build defaulted to the wrong networking target. corrected spelling so that modular netlib is built instead. (not a part of mozilla or gromit builds, reviewed cyeh)
1998-07-14 21:13:23 +00:00
spider
0b783b36f8
Fix for not unloading fonts no longer needed
1998-07-14 20:32:33 +00:00
joki
b34e9d04d7
Generated JS from IDL now calls backdoor routine all the time from js getters/setters
1998-07-14 20:19:28 +00:00
spider
9920970271
Export the CNavDTD interface so DTD's residing in remote shared libraries
...
can use it.
1998-07-14 19:24:54 +00:00
rickg
3fa9d5af37
added a few missing tags
1998-07-14 19:18:06 +00:00