Commit Graph

12687 Commits

Author SHA1 Message Date
raman%netscape.com
2d987076de Bug fix for 928. Check for null address in the URL_s structure. 1998-12-08 17:55:03 +00:00
kipp%netscape.com
e3b700735e backed out last changes 1998-12-08 17:33:28 +00:00
kipp%netscape.com
bf1ae8fe33 Fix a cut-paste coding error 1998-12-08 17:19:17 +00:00
kipp%netscape.com
825f4e5f8b Fixed an improper use of NS_RELEASE 1998-12-08 16:08:44 +00:00
kipp%netscape.com
a986505b5c Updated to latest nsIWebShellContainer API 1998-12-08 15:51:42 +00:00
waterson%netscape.com
6995c4fe4a Cleaned up data source construction, made more consistent with other NGLayout modules. 1998-12-08 06:53:49 +00:00
waterson%netscape.com
27c65d8512 Changed nsRDFDataSource::Initialize to Init to be consistent with the rest of the world. 1998-12-08 06:28:36 +00:00
waterson%netscape.com
30936717ff Some stuff to the TO DO list. 1998-12-08 06:24:28 +00:00
waterson%netscape.com
4b956c6761 Some horrible hackery to get hyatt started on debugging the tree with a real content model. 1998-12-08 05:10:35 +00:00
waterson%netscape.com
22475ce871 Added CID for RDF tree document. 1998-12-08 04:56:10 +00:00
waterson%netscape.com
b927d8b4cf Fixed a missing refcount. 1998-12-08 04:55:25 +00:00
kipp%netscape.com
320f0facc1 Fixed bug #1621 - if a floater was too wide and it was right aligned it would end up positioned off the left edge of the block 1998-12-08 03:57:12 +00:00
waterson%netscape.com
81f4c717f0 Moved the RDF document interfaces out into the open. Added some stuff to make it easier to construct a data source from outside of normal channels. 1998-12-08 03:49:14 +00:00
kipp%netscape.com
2025694b82 Removed check for a band count of when when clearing floaters because if the floater is large the band may only have one trapezoid in it 1998-12-08 03:47:44 +00:00
kipp%netscape.com
abfa4440e7 new 1998-12-08 03:36:34 +00:00
kipp%netscape.com
8aff77b70d Implement new NewWebShell API 1998-12-08 02:39:48 +00:00
jfrancis%netscape.com
464959493a removing tabs; started deleteContents() imp 1998-12-08 02:26:15 +00:00
mcmullen%netscape.com
f52218c896 Added nsFileSpec.cpp to this project (you also get nsFileStream, but this is all done with templates in a header - this may need to be revisited). This is the first real checkin of nsFileSpec.*, and the first ever checkin of nsFileStream.h. This provides typesafe file specifications, interconversions, and full Standard Library support for iostreams, based on these specifications. The next step is checking by Bill Law and Steve Lamm for Win and Unix. Then it's open season. 1998-12-08 02:24:19 +00:00
mcmullen%netscape.com
4e1f4f4572 First Checked In. 1998-12-08 02:22:54 +00:00
sfraser%netscape.com
42226c005a Added Debug and Tools menus, and hooked up some of the menu items. They don't all work yet. 1998-12-08 02:16:42 +00:00
mcmullen%netscape.com
0fd0d405c3 First Checked In. 1998-12-08 02:15:50 +00:00
sfraser%netscape.com
18caeacae0 Don't crash when failing to create dialogs (which we don't have a widget for yet on Mac). 1998-12-08 02:15:21 +00:00
kipp%netscape.com
8cde7abb9e Implement new NewWebShell API 1998-12-08 01:57:40 +00:00
kipp%netscape.com
3f81658697 Added 2 more arguments to NewWebShell so that new top-level windows could be created properly 1998-12-08 01:57:00 +00:00
kipp%netscape.com
4ae3c44b2c Pass in chrome and visibility during web-shell creation 1998-12-08 01:56:31 +00:00
pierre%netscape.com
9d05ec1948 optimized and cleaned up 1998-12-08 01:47:04 +00:00
buster%netscape.com
c85a6cdd73 fixed a bug in table-layout:fixed mode
fixed bug fixed a few small bugs
1998-12-08 01:00:14 +00:00
buster%netscape.com
bc20fdad3a fixed default cellspacing and cellpadding 1998-12-08 00:59:15 +00:00
kipp%netscape.com
bce8bc5489 new 1998-12-08 00:57:45 +00:00
troy%netscape.com
7cf1fde73d Improved height calculation when there are floaters. Now we check against
the content area y-most rather than the frame bounds y-most. This ensures
that border and padding are respected along the bottom edge
1998-12-08 00:01:12 +00:00
law%netscape.com
1871d64a59 Accept URL on command line 1998-12-07 23:35:02 +00:00
waterson%netscape.com
985fad839d Removed obsolete file. 1998-12-07 23:18:11 +00:00
kipp%netscape.com
924b3d53b7 Made image documents layout again 1998-12-07 22:29:13 +00:00
kipp%netscape.com
3723b826cc Disabled fixed height/width ignoring code for shrink-wrap blocks; fixed crash bug with premature deleting of a line 1998-12-07 22:28:55 +00:00
kipp%netscape.com
be0240395a Added DeleteLine method 1998-12-07 22:28:23 +00:00
akkana%netscape.com
90d7c049da Change NULL to 0 in NS_RELEASE and NS_IF_RELEASE macros.
This is illegal C++ (at least on machines where NULL == (void*)0)
and breaks some compilers, issues warnings in others.
1998-12-07 21:57:57 +00:00
raman%netscape.com
27869a72de Bug fix for 1741. For XP_FILE_READ_BIN permission types, set mode as nsRead. 1998-12-07 21:49:29 +00:00
shaver%netscape.com
5e62a635e8 remove dead code, tweak whitespace 1998-12-07 20:23:37 +00:00
waterson%netscape.com
95c99a86f8 Cleaned up content model generation. 1998-12-07 20:09:30 +00:00
kipp%netscape.com
4d4668dca4 Slightly better handling of left/right block margins 1998-12-07 19:34:41 +00:00
dcone%netscape.com
7d1ce17ed3 Changed some attributes on the printer items for the menus 1998-12-07 19:14:33 +00:00
harishd%netscape.com
541bcbe5cd changed the code that previously accessed mBorderStyle and mBordercolor
with new methods added in nsStyleSpacing
1998-12-07 19:07:45 +00:00
harishd%netscape.com
511b951294 Changed code that previously accessed mBorderStyle and mBorderColor with
new methods added in nsStyleSpacing
1998-12-07 19:06:55 +00:00
harishd%netscape.com
dccdd4a155 Changed code that previously accessed mBorderStyle and mBorderColor
with new mehtods added in nsStyleSpacing
1998-12-07 19:05:40 +00:00
harishd%netscape.com
f3cdc3cfdb Included a new DrawDashedSide() function prototype and modified DrawSide() function. 1998-12-07 19:04:39 +00:00
harishd%netscape.com
2adb142aa5 Changed code that previously accessed mBorderStyle and mBorderColor
with new methods added in nsStyleSpacing
1998-12-07 19:02:13 +00:00
harishd%netscape.com
17a3189fde No change 1998-12-07 19:00:45 +00:00
harishd%netscape.com
267a36eda9 Changed code that previously accessed mBorderStyle and mBorderColor
with new methods added in nsStyleSpacing
1998-12-07 18:56:29 +00:00
harishd%netscape.com
555757d651 Changed code that previously accessed mBorderStyle and mBorderColor
with the new methods added in nsStyleSpacing
1998-12-07 18:55:19 +00:00
harishd%netscape.com
d87392317e Changed all the places that previously accessed mBorderStyle and mBorderColor
with the new methods added in nsStyleSpacing
1998-12-07 18:53:07 +00:00