Commit Graph

167 Commits

Author SHA1 Message Date
vidur%netscape.com
4850d9a00a Added missing parameter to scanner constructor in the case where we're parsing a string 1998-07-23 22:46:48 +00:00
rickg%netscape.com
40102bf8ea bug fixes; more docs; lots of new testing 1998-07-23 21:10:19 +00:00
michaelp%netscape.com
96cf645164 modified for new streaming APIs. 1998-07-23 20:35:43 +00:00
rickg%netscape.com
c9d783c6ef tried again to fix linux build 1998-07-23 09:17:45 +00:00
rickg%netscape.com
bfd6737278 fixed a linux build problem 1998-07-23 09:01:24 +00:00
rickg%netscape.com
bc0982b1b2 table bug fixes, heading fixes, performance, docs 1998-07-23 08:21:02 +00:00
troy%netscape.com
e4e88105ad Changed mEmptyString to be a static const nsAutoString, and commented
out mName because it isn't being used
1998-07-22 22:18:14 +00:00
rpotts%netscape.com
01b9ef5140 IWebShell now supports a single observer... 1998-07-22 11:19:54 +00:00
dcone%netscape.com
d188e0afde added nsHTMLTAGS.h 1998-07-21 21:48:26 +00:00
kipp%netscape.com
92e6e58dce Fixed map tag and area tag handling 1998-07-21 17:35:48 +00:00
kipp%netscape.com
adb61d9380 Repaired script tag handling so that attributes make it through 1998-07-21 16:43:25 +00:00
dcone%netscape.com
8f6dbfdcf5 fixed so the fstream include is added. 1998-07-20 20:47:07 +00:00
dcone%netscape.com
b2dec70768 removed nsIHtmlcontentsink.cpp from project 1998-07-20 20:45:56 +00:00
spider%netscape.com
af135bdd93 Re-Exporting CNavDTD class, until a *better* solution is implemented... 1998-07-20 15:39:48 +00:00
kipp%netscape.com
39f5530391 Port to new nsIWebShell and related API's 1998-07-18 21:47:56 +00:00
kipp%netscape.com
f89ad269a7 Fixed a regression: we were eating the character following a bare ampersand that isn't an entity; in addition tables were being kicked out of paragraphs which is no-no 1998-07-18 01:35:45 +00:00
kipp%netscape.com
2767248cf9 Fixed nesting headings in lists bug 1998-07-17 21:27:42 +00:00
rickg%netscape.com
9b423afccd major changes to nested tag handling 1998-07-17 02:35:23 +00:00
rickg%netscape.com
6f95c347a6 fixed frameset/frames 1998-07-16 19:36:28 +00:00
rpotts%netscape.com
646e80db63 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
kipp%netscape.com
2fe4af0884 Revised sink API's and others to be more xpcom'ish 1998-07-15 22:30:39 +00:00
rickg
22dc30d276 eliminated warnings from linux build 1998-07-15 02:08:19 +00:00
rickg
ba4e32e19c fixed linux warnings 1998-07-15 02:01:00 +00:00
rickg
fef7448f3b fixed linux tinderbox error 1998-07-15 01:58:02 +00:00
kipp
4d7ae47daf Treat embed just like img 1998-07-15 00:47:19 +00:00
rickg
d09bc7fbb3 fixed a tinderbox problem introduced in latest contentsinkstream 1998-07-15 00:21:39 +00:00
joki
a3768a39bd Change these to PR boolean values 1998-07-14 23:34:37 +00:00
rickg
c0b7b411e2 fixed 's' tag which broke with introduction of nsHTMLTags 1998-07-14 23:29:25 +00:00
kostello
4774b3488b Added XIF Support. XIF is a Netscape internal XML format which is
designed to allow for easy conversion from the NGLayoutContent model
to other formats. It's primary focus is to allow easy conversion to
HTML3.2 and HTML4.0 formats. Other formats may be supported in the future.
1998-07-14 22:37:51 +00:00
kostello
3f77ac3183 DTD to take XIF input and write to a IHTMLContentSinkStream 1998-07-14 22:26:38 +00:00
spider
9920970271 Export the CNavDTD interface so DTD's residing in remote shared libraries
can use it.
1998-07-14 19:24:54 +00:00
rickg
3fa9d5af37 added a few missing tags 1998-07-14 19:18:06 +00:00
rickg
6dac07d686 added a few missing tags 1998-07-14 19:10:42 +00:00
rickg
970eabe698 better support for applet/param tags; also converted DIR/MENU to UL 1998-07-14 01:57:25 +00:00
kipp
a85d899e7a Removed LI hack 1998-07-14 00:54:21 +00:00
rickg
0c16bf20e7 quick fix to deal with applet tags 1998-07-13 21:56:26 +00:00
rickg
ab2f5f794e fixed a few problems with unix build 1998-07-13 21:42:45 +00:00
kipp
1d20a35b4b Fixed rickg's build bustage 1998-07-13 21:26:18 +00:00
rickg
8a28474764 added WIP support for reentrancy in the parser 1998-07-13 21:13:09 +00:00
kipp
8e1643eba4 Empty the style stack when closing out a td/th 1998-07-12 01:12:34 +00:00
kipp
a9a335fddc Fixed case of nsString.h include 1998-07-10 20:19:03 +00:00
jevering
e6414640ef Fixing Linux & Irix builds... 1998-07-10 18:49:02 +00:00
jevering
5404fe15bf Fix parser build bustage on win32. 1998-07-10 18:14:11 +00:00
rickg
8b9c5f20cc dynamic DTD support 1998-07-10 05:35:23 +00:00
kipp
077ba45776 Added a temporary hack to normalize nested lists 1998-07-09 17:05:36 +00:00
kipp
e73dd51e0c Eliminate some compiler warnings 1998-07-03 23:14:21 +00:00
kipp
e9d79bfdb1 Don't forget to build nsHTMLTags.o 1998-07-03 23:13:37 +00:00
kipp
aa4ac2c69a Added rules to export and generate nsHTMLTags.h, nsHTMLTags.cpp 1998-07-03 20:33:10 +00:00
kipp
e148ee8200 Removed some cruft 1998-07-03 18:40:45 +00:00
kipp
c2ebba68ae updated 1998-07-03 18:40:25 +00:00