kipp
6c7df9225b
Fixed HR style
1998-07-15 17:07:00 +00:00
kipp
4c2cb08763
Speed up doc loading by not reflowing after appending leaf elements (temporary hack)
1998-07-15 17:06:53 +00:00
kipp
658a22492a
Indent tweak
1998-07-15 17:05:59 +00:00
kipp
302578583b
Stop storing image attrs directly; changed layout code to not use nsHTMLImage directly
1998-07-15 17:05:49 +00:00
troy
a629312753
Some more changes of nsIPresContext* to nsIPresContext&
1998-07-15 17:05:21 +00:00
kmcclusk
ebefc920fc
Put all EXPORT's on a single line. Didn't work on Linux when they were on separate lines.
1998-07-15 17:04:56 +00:00
kipp
1183e898de
Make bullets a bit smaller to look better
1998-07-15 17:04:30 +00:00
spider
19f7a6209a
Fix for multitude of print statements that SHM is not available when
...
displaying on Hummingbird PC X Display Server
1998-07-15 17:03:53 +00:00
shaver
e8ab388331
more jsI?Context stuff, some Scriptable hackery
1998-07-15 16:59:47 +00:00
kostello
671a19cd9d
Fix Unix build bustage
1998-07-15 16:54:29 +00:00
vidur
81c1022008
Added HTML idl definitions. Changed directory structure in src
1998-07-15 16:54:19 +00:00
kipp
9f98bda93a
Use GetStyleSize to get a better width; store away computed width so that paint code doesn't have to compute it
1998-07-15 16:49:07 +00:00
kipp
7b8a54834f
Keep unconstrained flowing downward
1998-07-15 16:48:21 +00:00
danm
96cc5027e5
removing Windows-specific obsolete version of Full Circle code. bug 300132 a:don.
1998-07-15 16:39:21 +00:00
ftang
1339a4b50d
Partially fix 5.0 SF1 In bug 122807 and hand it to clu per brade request.
1998-07-15 16:33:40 +00:00
ramiro
49042cfd9b
Nasty hack to deal with hpux 10.x ANSI C compiler bug. Do the expression
...
expansion "by hand".
HPUX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
1998-07-15 10:34:34 +00:00
ramiro
0d08f07683
Replace (un-hardcode) /usr/lib/libm.a with -lm.
...
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
This is a good change for all platforms. ITs dumb to hardcode the library
like that. If for some reason a particular paltform requires a hard coded
path to libm, then it should be special cased.
1998-07-15 10:30:51 +00:00
ramiro
b77a0a696f
Add support for HPUX A.09. Cleanup HPUX B.10 defines. Add hpux support for
...
NS_USE_GCC.
Comment out an unused variable.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
1998-07-15 10:19:36 +00:00
ramiro
b63af0dce3
Turn editres off on hpux. Declare missing XmString function on motif 2.x.
...
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
1998-07-15 10:09:51 +00:00
ramiro
22224b2d4c
Turn EDITRES of on hpux. HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html .
1998-07-15 10:04:44 +00:00
troy
afdf23392e
Added an XXX to remind me to talk with Cujo about how we determine
...
whether the column widths have changed...
1998-07-15 04:52:32 +00:00
troy
21525a97ca
Turned off some code that was accidently turned on
1998-07-15 04:46:51 +00:00
troy
88ad0371f3
Some improvements to the incremental reflow logic to handle all the
...
cases handled by resize reflow
1998-07-15 04:45:58 +00:00
danm
feec62b0c6
use ns/fullsoft dll if MOZ_FULLCIRCLE
1998-07-15 04:07:56 +00:00
danm
524c8ac188
build Full Circle using /ns source, and only ifdef MOZ_FULLCIRCLE. bug 300132 a:don.
1998-07-15 04:05:21 +00:00
pierre
01f543f2a9
300635 (Missing icons in Aurora control bar). Put back the 3 Aurora icons ('ics8' 16251-3) inadvertently removed during the last MOZ_DARK checkin.
1998-07-15 03:31:57 +00:00
troy
d660868bc2
Changed API for CreateContinuingFrame and GetReflowMetrics to take
...
a reference to a nsIPresContext
1998-07-15 03:23:23 +00:00
racham
cccdb4c7b1
Error Checking statements added at various locations
1998-07-15 03:12:25 +00:00
mccabe
51247013fe
Added configuration section for js 1.4, with in/instanceof/exceptions turned
...
on. (Default configuration is still 1.3.)
1998-07-15 03:00:24 +00:00
troy
711c31863c
Changed GetReflowMetrics() to take a reference to a nsIPresContext
1998-07-15 02:59:06 +00:00
troy
a90fe8e1de
Changed Reflow() member function to take a reference to a nsIPresContext
...
instead of a pointer
1998-07-15 02:53:09 +00:00
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