Commit Graph

1472 Commits

Author SHA1 Message Date
kipp
eb7c893d4f Fixed windows cvpack problem 1998-05-22 18:41:08 +00:00
kipp
e5b0ee397f Removed a pile of includes 1998-05-22 18:39:28 +00:00
kipp
ca9dfd762d Move padding out of UL/OL and into LI's that are in UL/OL's 1998-05-22 18:39:11 +00:00
kipp
3505e0b3cc Use new GetVisibleArea API 1998-05-22 18:38:33 +00:00
kipp
483d1c66ad Support LI's with padding instead of UL padding 1998-05-22 18:38:11 +00:00
gagan
a6371143d3 Unix builds. Not in the main build yet. 1998-05-22 18:38:10 +00:00
kipp
8e4689245f Removed some dead code; added code to DidReflow children at a good spot 1998-05-22 18:37:49 +00:00
kipp
52a57efacd Removed some includes 1998-05-22 18:37:25 +00:00
kipp
abe10706b7 Removed an include 1998-05-22 18:37:15 +00:00
kipp
9094e7ca15 Declare nsStylePosition 1998-05-22 18:37:04 +00:00
kipp
f2ba7b689f Removed includes; updated GetVisibleArea API 1998-05-22 18:36:40 +00:00
kipp
ec47208d0c updated GetVisibleArea API 1998-05-22 18:36:27 +00:00
gagan
4417a94e34 strlen to PL_strlen. Not in the build yet. 1998-05-22 18:34:22 +00:00
kipp
8daaf04ddd Removed includes 1998-05-22 18:28:40 +00:00
kipp
b5a42fbb0a Only verify last is complete when enabled 1998-05-22 18:28:29 +00:00
kipp
619abbfb24 Removed unneeded include 1998-05-22 18:28:02 +00:00
kipp
73c89fcb92 Repaired GetVisibleArea API 1998-05-22 18:27:48 +00:00
kipp
74275a09e5 new 1998-05-22 18:27:25 +00:00
jevering
8be66e8b53 Fixed about: URL's from crashing the viewer. 1998-05-22 18:10:08 +00:00
buster
97094cd511 added -r # for specifying a repeat count for batch mode 1998-05-22 17:34:58 +00:00
slamm
8602d9867f Fix crash on bringing up second NavCenter. 1998-05-22 17:15:03 +00:00
dcone
7310132a19 Added the nsBlender classes to the project 1998-05-22 14:15:57 +00:00
hshaw
223ca295d3 Fix for SCO build. bitypes.h defines int32_t and was missing from stub files. Not a problem in real sun-java. Thanks briano@netscape.com 1998-05-22 09:31:16 +00:00
ramiro
47f5a571b5 Fix a dyslexic typo. Geez, how long was this here for ? 1998-05-22 06:52:57 +00:00
ramiro
4cb2e40aa6 Add initial support for layable children resource. 1998-05-22 06:50:41 +00:00
atotic
25e35658ed Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
atotic
a9c999d6bb Experimental Mac makefile 1998-05-22 05:57:00 +00:00
troy
9b54fbae32 Changed reference to reflow command to a pointer to a reflow command 1998-05-22 04:56:27 +00:00
troy
6204c78831 Changed splittable enum to be bit flags 1998-05-22 04:54:11 +00:00
pinkerton
a476e5c2cd commented out the annoying assert when max round was exceeded. 1998-05-22 04:22:04 +00:00
pinkerton
fcc3270223 Landing of a bunch of appearance manager stuff. (appr sdagley). 1998-05-22 04:19:24 +00:00
troy
a1ab3d3e9a Changed the nsBandTrapezoid::State enum values to conform to the coding
standard
1998-05-22 04:03:14 +00:00
troy
a4a33ecef7 Added new Reflow() member function that will eventually supersede the two
existing reflow functions: ResizeReflow() and IncrementalReflow()
1998-05-22 03:52:51 +00:00
troy
d0e4da316d Some work in progress for incremental floaters 1998-05-22 02:38:41 +00:00
spider
6a530c89e5 Adding the beginnings of Colormap Installation 1998-05-22 01:58:31 +00:00
wtc
b47efa6e65 OSF1 V3.2 does not have <machines/builtins.h>, which declares the
atomic routines.  Thanks to Andrew Cassin <acassin@cs.mu.oz.au> for
this patch.
1998-05-22 00:59:33 +00:00
troy
e47c71bad0 Fixed some busted code of a bogus type cast 1998-05-22 00:45:34 +00:00
buster
aafa0d6ab4 made nsTableCaptionFrame a subclass of nsBodyFrame 1998-05-22 00:05:22 +00:00
shaver
07c67b0a77 added missing lib 1998-05-21 23:53:00 +00:00
kostello
193764594a * Added Support for cell spacing
* NOTE: due to changes in the style system -- things won't look correct right away.
1998-05-21 23:43:18 +00:00
buster
201cabd179 added a "-f" debug option to read a file for URLs to load
added a "-d" debug option to set the delay between URL loads
1998-05-21 23:41:53 +00:00
mccabe
3f3c44a66d Fix to (83996), global parseInt function fails for numbers > 2^31.
It now passes all of the tests in 15.1.2.2-1 (except that parseInt
still has the .length property, which is a different bug) - so I'll
close the bug.

Still possibly at issue is whether we conform to ECMA language about
decimal numbers that are too large to fit in a double.  I treat
decimal digits after the 20th as zero, but there could be some
floating-point rounding wackiness going on.  In particular - are we
doing the right thing for numbers that are powers of 2, but larger
than 2^54, that are representable in a double?
1998-05-21 23:15:24 +00:00
matt
1324bd0f27 ifdef include on prosdep. If should not be dependent. Was breaking js/src builds 1998-05-21 22:41:18 +00:00
rickg
2576fe4d45 temp. comment out call 1998-05-21 22:19:40 +00:00
montulli
6f664f578e initial add of netsream.h , not yet in build 1998-05-21 22:03:55 +00:00
montulli
86b37b6105 file netstream.h was initially added on branch montulli. 1998-05-21 21:57:37 +00:00
gagan
f9ccbd99fe An excursion timing class. 1998-05-21 21:56:58 +00:00
rickg
181ee968bb incremental parsing; xml support; token handler dispatching; performance 1998-05-21 20:38:32 +00:00
rickg
c13fe13cdd moved to new incremental API 1998-05-21 20:37:41 +00:00
rickg
d1a681d69c minor perf improvement to deque 1998-05-21 20:37:17 +00:00