jband%netscape.com
9cf5029cc2
not part of mozilla build - merging from SpiderMonkey140_BRANCH
1998-11-05 08:57:24 +00:00
jband%netscape.com
58a2b541e3
not part of mozilla build - merging from SpiderMonkey140_BRANCH
1998-11-05 08:47:44 +00:00
troy%netscape.com
d96a24b764
Make sure Linux links okay
1998-11-05 06:16:24 +00:00
troy%netscape.com
04c879d6fb
Changed frame construction code to create a simple page sequence frame
...
when paginated
1998-11-05 06:13:55 +00:00
troy%netscape.com
22d1bd6f04
Updated to work with new frame construction code
1998-11-05 06:12:57 +00:00
joki%netscape.com
096ec2090d
Fixing missing '.h' on filename.
1998-11-05 05:50:20 +00:00
rpotts%netscape.com
4c7b5f52a5
fix bug #1112 . Free the next stream listener as soon as OnStopBinding(...) is called...
1998-11-05 05:39:16 +00:00
rpotts%netscape.com
75e5ccea4e
fix bug #1112 . For MODULAR_NETLIB never null out the fe_data field of the URL Struct...
1998-11-05 05:37:58 +00:00
rpotts%netscape.com
3f8b2d5296
fix bug #1112 . Added support for multipart/x-mixed-replace content type
1998-11-05 05:37:02 +00:00
pavlov%pavlov.net
839f153d84
added gtk/nsWidgetFactory.cpp so that we are not dependant on the one in
...
Build. Changed build/Makefile.in so that we do not compile
nsMotifWidgetFactory.cpp if we are using GTK as we have one in the GTK dir
now.
Add nsWidgetFactory.cpp to gtk/Makefile.in
Cleanup of nsWindow.cpp: removed lots of unused code and general cleanups and
fixes.
Don't create a toplevel window in nsAppShell.cpp as it isn't really needed.
1998-11-05 04:08:10 +00:00
spider%netscape.com
f615b3d60d
Fix duplicate Adding of children into hierarchy during Window Creation.
...
This is done the first time in BaseCreate.
1998-11-05 03:26:41 +00:00
michaelp%netscape.com
ef1993045d
fixed release mode build issue.
1998-11-05 03:25:02 +00:00
michaelp%netscape.com
f15dcc105b
fixes bug on (at minimum) hometonw.aol.com due to delete object being used.
1998-11-05 03:15:51 +00:00
racham%netscape.com
60bb473da1
BUG 333146 : Adding fix to allow leave server fix on existing path
1998-11-05 03:14:03 +00:00
spider%netscape.com
f9f2f78b24
Fix linux bustage
1998-11-05 02:15:53 +00:00
mang%netscape.com
247bc39095
Fixed possible infinite loop in dependency.
1998-11-05 02:13:43 +00:00
mccabe%netscape.com
c499da28fa
Not part of the client build. Propagate perlconnect work from development branch.
1998-11-05 01:53:57 +00:00
cls%seawood.org
291316a3cd
Always remember to match the ()s
1998-11-05 00:21:56 +00:00
mccabe%netscape.com
7949df7b77
Stable drop of JavaScript interpreter code from SpiderMonkey140_BRANCH
1998-11-05 00:08:43 +00:00
troy%netscape.com
34ef7d33db
Added simple page sequence formatting object
1998-11-04 23:21:50 +00:00
cls%seawood.org
248adc33d1
Updated
1998-11-04 23:13:55 +00:00
janc%netscape.com
c590a20096
New CSS parser test
1998-11-04 23:08:16 +00:00
fur%netscape.com
d58f9a63c8
Finished -commit option
1998-11-04 23:02:28 +00:00
cls%seawood.org
5f4568b896
Fixed problems with toolkits cflags not being used
1998-11-04 22:44:50 +00:00
dcone%netscape.com
f392b64628
updated inverse colormap code, now blend works at 4 bit resolution
1998-11-04 22:38:37 +00:00
mjudge%netscape.com
65d591e92b
Editor Structure taking hold. mjudge
1998-11-04 22:04:22 +00:00
fur%netscape.com
774bf88eee
Script utility for checking in the JS branch
1998-11-04 22:02:26 +00:00
kmcclusk%netscape.com
ee8cff4b2b
Added comments + css style for find dialog
1998-11-04 21:52:49 +00:00
rods%netscape.com
54919e4b4d
Made changes for GetBounds to GetClientBounds conversion
1998-11-04 21:46:00 +00:00
rods%netscape.com
2bd5f4f19f
Made GetBounds and GetClientBounds changes
...
Added window width and height fields nsSizeEvent
1998-11-04 21:43:47 +00:00
rods%netscape.com
ca3be3b243
Made change for GetBounds to GetClientBounds conversion
1998-11-04 21:41:26 +00:00
rods%netscape.com
63bab60263
Added Getbounds and GetBorderSize (these need to be removed when
...
nsWindow is derived from nsBaseWidget)
1998-11-04 21:02:42 +00:00
troy%netscape.com
768d7859c8
Removed code for RootContentFrame class which is no longer used
1998-11-04 21:02:32 +00:00
kmcclusk%netscape.com
1500e36748
Changed to use nsIDOMHTMLDocument to find an element with a particular id instead
...
of walking the content tree. Removed FindDomElement and SearchTree methods since they
are redundant with the nsIDOMHTMLDocument GetElementById
1998-11-04 20:17:56 +00:00
mang%netscape.com
7ce246151c
Added fdlibm math library for JS 1.4
1998-11-04 20:11:45 +00:00
buster%netscape.com
983a5d4e43
removed some inefficiencies in finding the parent table frame.
...
Now the parent table frame is cached in the reflow state.
1998-11-04 20:09:19 +00:00
buster%netscape.com
a84d47ada2
nsHTMLReflowCommand now knows what attribute triggered a StyleChanged notification
1998-11-04 19:34:34 +00:00
buster%netscape.com
95dc9f956f
in default 2-pass layout, tables with auto width and with all columns coord width now act like auto width tables,
...
not like specified width (which you might logically expect since all column widths are specified, but sadly that's
not the way Nav or IE interprets this case. )
nsTableFrame's use of IsPseudoFrame has been removed.
1998-11-04 19:33:27 +00:00
buster%netscape.com
c7dbb849e8
nsHTMLReflowCommand now has mAttribute, the attribute that triggered StyleChanged reflow
...
for reflow commands of type other than StyleChanged, mAttribute is nsnull.
1998-11-04 19:26:25 +00:00
michaelp%netscape.com
64f26ac7f0
xpcom'ed blender.
1998-11-04 19:03:37 +00:00
cyeh%netscape.com
1b29e40313
checking in conflicts to fix
1998-11-04 18:50:29 +00:00
cyeh%netscape.com
f2be427ff2
checkin files with conflicts to fix
1998-11-04 18:50:05 +00:00
valeski%netscape.com
076f72db88
fix for bugzilla 1219
1998-11-04 18:37:10 +00:00
ramiro%netscape.com
fe8a962678
Patch from fraioli@dg-rtp.dg.com (Marc J. Fraioli) to unbreak DGUX.
1998-11-04 17:54:14 +00:00
ramiro%netscape.com
3c3e1a764f
Add missing ac makefile. Fixes broken ac build.
1998-11-04 17:47:23 +00:00
dcone%netscape.com
356b053d66
have a new interface for the blends init
1998-11-04 17:34:19 +00:00
dcone%netscape.com
3c44a29c2c
updated the blending, fixed 8 bit blending, and fixed a leak in the blender
1998-11-04 16:02:50 +00:00
ramiro%netscape.com
c970b74647
Add autoconf makefiles.
1998-11-04 15:14:18 +00:00
ramiro%netscape.com
156228f5fd
Remove duplicate lib.
1998-11-04 15:04:22 +00:00
ramiro%netscape.com
9b98d8f6e6
Make it 'work' on unix.
1998-11-04 13:41:54 +00:00