1447 Commits

Author SHA1 Message Date
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
guha
cf08af5b9b Add prototype, temporary bug fix added. 1998-05-21 19:23:44 +00:00
guha
451ec35fd9 Export NET_InitRDFCookieResources 1998-05-21 19:17:21 +00:00
guha
587d877cf1 Add export (for Mac), fix XP_strcmp NOT_NULL bug. 1998-05-21 19:16:43 +00:00
guha
9572e18899 Cookie changes. 1998-05-21 19:08:38 +00:00
selmer
a1c7463f7a Change over to http: w/IP for reggie connections 1998-05-21 18:18:55 +00:00
gagan
e3d9b3d4b9 Added nsCachePref for cache preferences. This will have the interface
for libpref or nsPref stuff. Added database support for dbm. General
progress. This is not in the main build as yet.
1998-05-21 18:04:34 +00:00
gagan
e637b389bb Added nsCachePref for cache preferences. This will have the interface
for libpref or nsPref stuff. General progress. This is not in the main
build as yet.
1998-05-21 18:03:50 +00:00
guha
ccea1895f6 Fix Linux optimized build problem reported by
Hani Suleiman <hani@fate.demon.co.uk>

>Building an optimised build under Linux fails unless the FE_Trace() on
>line 143 is wrapped with #ifdef DEBUG
1998-05-21 17:34:57 +00:00
kipp
2addaf04c8 disabled reflow-mapped-child for now 1998-05-21 16:29:20 +00:00
kipp
7a14b3c74d Not quite functional handling of line state during GetReflowMetrics 1998-05-21 16:12:31 +00:00
kipp
460f3aac59 better handle reflow avoidance; factored align children slightly different so that more code is shared between ResizeReflow and IncrementalReflow; fixed more cases where reflow is required 1998-05-21 16:12:10 +00:00
kipp
d0c79cf1df Added a few more fields to better handle reflow avoidance; factored align children slightly different so that more code is shared between ResizeReflow and IncrementalReflow 1998-05-21 16:11:29 +00:00
kipp
347d3d39f9 Removed temporary content appended hack (it no longer works) 1998-05-21 16:10:35 +00:00
spider
4a477136e3 Some additional Rendering Implementations (Line/Rect/Arc)
Support for offscreen Pixmap's
1998-05-21 08:24:44 +00:00
toshok
6625b23211 fix the bug where form reset with textarea's would segfault. just cut-n-pasted one line from the text input element's reset method. 1998-05-21 07:18:51 +00:00
briano
0e466f4023 Added -D_PR_LOCAL_THREADS_ONLY so files outside nsprpub that include _scoos.h will compile. 1998-05-21 04:06:00 +00:00
scc
56195332b6 Report the project that actually stopped the build. 1998-05-21 02:41:11 +00:00
peterl
f850f5baa5 new file 1998-05-21 02:34:45 +00:00
peterl
7168f94691 Changed GetStyleData to use an enum instead of an nsID 1998-05-21 02:34:13 +00:00
rickg
df5167e848 filled in the popback function 1998-05-21 02:27:34 +00:00
slamm
ffd7ba4873 Fix Mozilla bug #385. Global history file would not get recreated if it was deleted. Thanks to Ronan Waide <waider@cognotec.com> for reporting the problem and developing a patch. 1998-05-21 01:39:25 +00:00
rjc
7339cf65c9 Bug fix: Make sure parent isn't NULL. 1998-05-21 01:06:51 +00:00
rjc
6a2acce579 GetSlotValue() now returns memory which caller must free (if its a string). Remove references to DEBUG_RDF_GetSlotValue_Memory_Needs_Freedom define. 1998-05-21 00:57:25 +00:00
spider
853ef72d83 Fixes for making nsAppTest use gfx basics 1998-05-21 00:37:02 +00:00
slamm
9b09aaf8dd Use the winning animation from the Mozilla Logo Contest. Congratulations go to Urs Streidl <urs@gigaperls.org>. 1998-05-20 23:33:44 +00:00