buster%netscape.com
bc9f28621d
ua.css changed to match Nav default for cell padding
1998-07-16 23:24:53 +00:00
buster%netscape.com
728589d34d
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
cfeec46577
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
5f8cf526e6
Fixed Init() to compute the mask row size correctly
1998-07-16 22:18:36 +00:00
kipp%netscape.com
b16b9e2a07
Fix incremental reflow bug
1998-07-16 22:15:02 +00:00
spider%netscape.com
04fbb3013c
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
915b75cedf
Optimization: Don't create a writeable GC for non-html drawing area
1998-07-16 22:01:47 +00:00
kin%netscape.com
79c4ad6e14
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
5aaa962f3e
Removed commented out CreateWindow code
1998-07-16 21:43:15 +00:00
spider%netscape.com
43b60ec28f
Do not reset the clip mask when drawing to onscreen buffer.
1998-07-16 21:36:39 +00:00
vidur%netscape.com
12115f0ec1
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
24cc939a2b
Added code to set the XmNx and XmNy attributes in the resize method
1998-07-16 21:28:51 +00:00
vidur%netscape.com
94ec6d13a6
Rotation test
1998-07-16 21:13:10 +00:00
karnaze%netscape.com
31147b4ae2
revised hack for input controls
1998-07-16 19:50:03 +00:00
karnaze%netscape.com
25fbc6265e
removed hack for input, textarea
1998-07-16 19:48:37 +00:00
rickg%netscape.com
97d6722830
fixed frameset/frames
1998-07-16 19:36:28 +00:00
jevering%netscape.com
4c4cb7cb56
null out related links item.
1998-07-16 19:00:11 +00:00
spider%netscape.com
b66986dd8d
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
70d278f3ef
Turned back on optimized images
1998-07-16 18:32:17 +00:00
kmcclusk%netscape.com
cf216ec655
Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix
1998-07-16 18:24:56 +00:00
guha%netscape.com
6b558d9170
Fix for bug reported by Mr. Hickman
1998-07-16 18:22:23 +00:00
kipp%netscape.com
18fa173534
Deal with lingering leaf content properly during append reflow
1998-07-16 18:19:53 +00:00
spider%netscape.com
c685aefd12
Update for new cvs server
1998-07-16 17:54:57 +00:00
spider%netscape.com
531f536443
Misc fixes to build on Unix
1998-07-16 17:53:13 +00:00
kmcclusk%netscape.com
e8bcfe5f85
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
977847d3c3
Fixed some more nsColor.h captitalization problems
1998-07-16 17:09:26 +00:00
nisheeth%netscape.com
6abffe75f6
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
b50ae3dfab
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
a727bb8a3f
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
64c1287d33
Fixed include
1998-07-16 05:04:01 +00:00
troy%netscape.com
8fb601c4a9
Changed background color to be a const
1998-07-16 04:51:12 +00:00
troy%netscape.com
8456cebd78
Added background color to image loading member functions
1998-07-16 04:34:59 +00:00
gagan%netscape.com
0bf4cab029
Fix for #300506 and #300207 .
1998-07-16 03:36:10 +00:00
gagan%netscape.com
32f5863c06
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
4b5024c9a1
Fixed some build bustage I introduced
1998-07-16 03:09:33 +00:00
troy%netscape.com
2c3fd8a09b
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
cb686e8cdb
Setup includes for unix
1998-07-16 02:21:30 +00:00
kipp%netscape.com
bba6fd0b23
Fixed exporting makefile bug
1998-07-16 02:16:05 +00:00
kipp%netscape.com
a2ae84f955
build workage for windows
1998-07-16 01:53:55 +00:00
kipp%netscape.com
1efb40aa44
Fix unix build woes
1998-07-16 01:19:02 +00:00
kipp%netscape.com
1fe2df7b57
new
1998-07-16 01:16:47 +00:00
rpotts%netscape.com
4568e2168d
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
316cf197a2
Fix bug in related links
1998-07-16 00:10:48 +00:00
vidur%netscape.com
1143b01a6b
Got rid of unnecessary file
1998-07-15 23:49:22 +00:00
karnaze%netscape.com
f0fd4a385f
initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp
1998-07-15 23:42:14 +00:00
guha%netscape.com
3ddba08d73
Remove duplicates from related links
1998-07-15 23:39:14 +00:00
kipp%netscape.com
953c692e2d
Allocated IID's for nsIHTMLContentSink, nsIContentSink, nsIDTD
1998-07-15 22:51:30 +00:00
scullin%netscape.com
e19a76a8e5
Attempting to fix raptor mac build (not part of grommit or mozilla build)
1998-07-15 22:41:57 +00:00
rpotts%netscape.com
14a8c49f35
Added nsIURL argument to the nsIStreamListener interface
1998-07-15 22:38:01 +00:00
kipp%netscape.com
503b4a123d
Updated to XPCOM'ized sink api
1998-07-15 22:31:10 +00:00