kipp%netscape.com
368f07d59c
Build win-dns too
1998-07-16 23:29:34 +00:00
kipp%netscape.com
f687609cc9
Enable async-dns for windows in the modular netlib
1998-07-16 23:29:18 +00:00
kipp%netscape.com
4124f6c572
updated a comment
1998-07-16 23:28:47 +00:00
kipp%netscape.com
24090dcf89
new
1998-07-16 23:28:21 +00:00
law%netscape.com
c414f21aa8
Fix for bug#301644; don't call SetContext if we ain't got no context
1998-07-16 23:26:42 +00:00
buster%netscape.com
1e57359168
ua.css changed to match Nav default for cell padding
1998-07-16 23:24:53 +00:00
buster%netscape.com
51fe86ee79
fundemental overhaul of the BasicTableLayoutStrategy
...
We now cache lots of useful info in the colframes
we now properly account for margins just as uniform cellspacing
1998-07-16 23:23:31 +00:00
kin%netscape.com
dff21bbf04
Fix for 5.0 SF1in bug #301716 : Table WIDTH parameter lost when loaded in
...
composer
Changed the type of the m_iWidth field of the CEditTableElement class from
XP_Bool to int32.
Reviewed by mjudge.
1998-07-16 22:19:46 +00:00
troy%netscape.com
f98b66a3df
Fixed Init() to compute the mask row size correctly
1998-07-16 22:18:36 +00:00
kipp%netscape.com
8a146ed86e
Fix incremental reflow bug
1998-07-16 22:15:02 +00:00
spider%netscape.com
bd87c6c4f2
Performance Optimization: Do not create a writeable GC on every
...
instantiation of a rendering context. Re-use the old one.
1998-07-16 22:02:36 +00:00
spider%netscape.com
329f22d194
Optimization: Don't create a writeable GC for non-html drawing area
1998-07-16 22:01:47 +00:00
kin%netscape.com
0b6a300c6b
Fix for 5.0 SF1in bug #300809 : Composer adds and deletes tags; bad image
...
display; HTML does not validate
There are actually 3 different bugs reported in 300809. This checkin fixes
the problem where the spacing and the image are too close: <P></P><BR><IMG>
edtbuf.cpp:
- Modified CEditBuffer::ParseOpenTag() so we don't discard a <BR> that
comes after a </P>.
- Commented out code that adds a blank container before a table that
follows a </P>.
edtele.cpp:
- Modified CEditContainerElement::AdjustContainers() to add a blank
container after a paragraph that ends with a </P> tag.
1998-07-16 21:56:54 +00:00
kmcclusk%netscape.com
15d22d92ca
Removed commented out CreateWindow code
1998-07-16 21:43:15 +00:00
spider%netscape.com
3b2507bae4
Do not reset the clip mask when drawing to onscreen buffer.
1998-07-16 21:36:39 +00:00
vidur%netscape.com
847154c1e7
Fixed memory leak in the case where a view already exists for a frame
1998-07-16 21:36:25 +00:00
kmcclusk%netscape.com
1ba3030044
Added code to set the XmNx and XmNy attributes in the resize method
1998-07-16 21:28:51 +00:00
vidur%netscape.com
13174d69b8
Rotation test
1998-07-16 21:13:10 +00:00
karnaze%netscape.com
d38ecde734
revised hack for input controls
1998-07-16 19:50:03 +00:00
karnaze%netscape.com
a7e143ec46
removed hack for input, textarea
1998-07-16 19:48:37 +00:00
rickg%netscape.com
6f95c347a6
fixed frameset/frames
1998-07-16 19:36:28 +00:00
jevering%netscape.com
2c3b709bf3
null out related links item.
1998-07-16 19:00:11 +00:00
spider%netscape.com
c7265362fc
Remove broken-image.gif from install of Makefile. It was moved
...
to layout/html...
1998-07-16 18:44:32 +00:00
troy%netscape.com
2698502e58
Turned back on optimized images
1998-07-16 18:32:17 +00:00
kmcclusk%netscape.com
3c7c5e8b26
Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix
1998-07-16 18:24:56 +00:00
guha%netscape.com
850489e013
Fix for bug reported by Mr. Hickman
1998-07-16 18:22:23 +00:00
kipp%netscape.com
39fd8b6e99
Deal with lingering leaf content properly during append reflow
1998-07-16 18:19:53 +00:00
spider%netscape.com
a78b5bc6ef
Update for new cvs server
1998-07-16 17:54:57 +00:00
spider%netscape.com
5fb3452263
Misc fixes to build on Unix
1998-07-16 17:53:13 +00:00
kmcclusk%netscape.com
99e5b09d92
Changed CopyOffScreenBits to copy from 0,0 instead of using the aBounds (x,y)
1998-07-16 17:40:47 +00:00
troy%netscape.com
0f8921d050
Fixed some more nsColor.h captitalization problems
1998-07-16 17:09:26 +00:00
nisheeth%netscape.com
43e47de554
Fix for bug #300477 to stabilize the table freeing changes. This fixes
...
the crash that occurred when you aborted the loading of the Netscape home
page.
1998-07-16 08:42:43 +00:00
ramiro%netscape.com
5c5498ff39
Fix a broken INCLUDES += ./
...
Should be INCLUDES += -I./
Im not really sure why this is needed since the current mime is on the
REQUIRES list. I had to fix this cause 'make depend' was breaking because
of the misplaced './'
1998-07-16 07:25:12 +00:00
mlm%netscape.com
62850ceecd
Fix for bug 122467 (P0 SF1 In): Merge from 4.06 fix for 123836.
...
If two layers come in with the same name, rename the first one
to avoid a layer getting prematurely garbage collected or GC'd
twice. Originally reviewed by brendan, chouck, and nisheeth.
1998-07-16 05:20:45 +00:00
kipp%netscape.com
a030caaa7d
Fixed include
1998-07-16 05:04:01 +00:00
troy%netscape.com
6619360a1e
Changed background color to be a const
1998-07-16 04:51:12 +00:00
troy%netscape.com
8a3882d546
Added background color to image loading member functions
1998-07-16 04:34:59 +00:00
gagan%netscape.com
317366bcdb
Fix for #300506 and #300207 .
1998-07-16 03:36:10 +00:00
gagan%netscape.com
0f6f28717e
Fix for bug #300506 and #300207 . Incompatible cache formats between gromit and mozilla were causing the crash/asserts. Cleaning your cache before using this should fix everything.
1998-07-16 03:33:34 +00:00
troy%netscape.com
007ea3d8b5
Fixed some build bustage I introduced
1998-07-16 03:09:33 +00:00
troy%netscape.com
a90f1b6cbd
Changed image group GetImage() member function so the background color
...
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
kipp%netscape.com
6d0a25535d
Setup includes for unix
1998-07-16 02:21:30 +00:00
kipp%netscape.com
1f4d58f10e
Fixed exporting makefile bug
1998-07-16 02:16:05 +00:00
kipp%netscape.com
68b5fb6156
build workage for windows
1998-07-16 01:53:55 +00:00
kipp%netscape.com
98fa2a4633
Fix unix build woes
1998-07-16 01:19:02 +00:00
kipp%netscape.com
a79127243a
new
1998-07-16 01:16:47 +00:00
rpotts%netscape.com
e084a5bf89
Fix for view reference counting... A reference to the scrolling view was not being release. This prevented Scrolling views from being destroyed.
1998-07-16 00:14:03 +00:00
guha%netscape.com
7fc26bf75d
Fix bug in related links
1998-07-16 00:10:48 +00:00
vidur%netscape.com
c7deba47ae
Got rid of unnecessary file
1998-07-15 23:49:22 +00:00
karnaze%netscape.com
3617f6230c
initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp
1998-07-15 23:42:14 +00:00