96 Commits

Author SHA1 Message Date
rickg%netscape.com
4de83d23a8 tiny fix to allow form tag inside the table tag 1998-11-06 21:41:59 +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
rickg%netscape.com
dad03101d2 small parser improvements to handle bad quotes better 1998-11-03 00:55:33 +00:00
rickg%netscape.com
0a6d0170bf allow button anywhere in content, other small improvements 1998-10-27 05:13:16 +00:00
rickg%netscape.com
9e9e057d8f fixed bug I recently introduced in canContain 1998-10-27 02:34:41 +00:00
rickg%netscape.com
4ed94cd519 WIP for new style handling and well-formed content 1998-10-24 04:44:38 +00:00
rickg%netscape.com
cb7c655b72 added autoclose to DT 1998-10-06 02:38:45 +00:00
rickg%netscape.com
ea272c050e fixed a bunch-O-bugs 1998-10-04 04:56:55 +00:00
rickg%netscape.com
e106e55c80 added support for XML processing instructions 1998-09-23 16:55:13 +00:00
kipp%netscape.com
f877659693 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
rickg%netscape.com
43c79980f8 improved DTD context for better style/structure handling 1998-09-11 00:54:36 +00:00
rickg%netscape.com
a08b9e66dd a few small bug fixes for DTD 1998-09-04 02:52:47 +00:00
rickg%netscape.com
0def007cba fixed a few infinite loops in new DTD code 1998-08-31 21:52:47 +00:00
rickg%netscape.com
41eaa2cef7 improved script handling--required by changes to DTD 1998-08-29 19:32:30 +00:00
rickg%netscape.com
099ad72d09 improved script handling--required by changes to DTD 1998-08-29 19:31:00 +00:00
rickg%netscape.com
acdaa67ff1 added noembed support 1998-08-29 06:52:17 +00:00
rickg%netscape.com
f44612c847 lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
peterl%netscape.com
4518de8325 hacked colgroup & col handling 1998-08-27 01:04:22 +00:00
rickg%netscape.com
77e914c0ef various bug fixes, performance wip 1998-08-26 21:20:41 +00:00
troy%netscape.com
23feb93c16 Work in progress for LAYER tag 1998-08-26 02:23:21 +00:00
rickg%netscape.com
941595cc23 more WIP for logparse 1998-08-23 20:21:58 +00:00
rickg%netscape.com
e3504a2fc5 Too many bugs to mention; tables, skipped content; perf; memory 1998-08-21 02:04:39 +00:00
rickg%netscape.com
dac8ffff94 a host of propagation bugs and a comment bug to boot 1998-08-13 08:33:18 +00:00
rickg%netscape.com
6ba2a5aa37 many parser bugs; better backward propagation 1998-08-12 08:53:55 +00:00
rickg%netscape.com
8a0553b937 too many bug fixes to name, but all legit scopus bugs 1998-08-07 03:09:24 +00:00
rickg%netscape.com
ea69f11969 WIP for token reduction and a few bug fixes 1998-08-05 02:01:44 +00:00
rickg%netscape.com
bfdeafce1b fixed serious parser bug from earlier today 1998-08-04 10:16:09 +00:00
rickg%netscape.com
7f7ecd4daf major perf changes; a few WIP's 1998-08-03 21:04:54 +00:00
kipp%netscape.com
cfd57f3de5 Normalized style tag handling 1998-08-03 18:10:43 +00:00
rickg%netscape.com
36395151d9 fixed attribute bug and factored DTDDebug interfaces 1998-07-29 23:43:20 +00:00
rickg%netscape.com
393a3c4392 even more improvements to containment creation 1998-07-28 02:54:02 +00:00
rickg%netscape.com
80a8cf5731 fixed build buster; seems VC doesn't know false 1998-07-28 01:39:55 +00:00
rickg%netscape.com
1460f6fd8f too many fixes to enumerate 1998-07-28 01:08:12 +00:00
kipp%netscape.com
cb53546fa3 Fixed a typo 1998-07-27 17:51:17 +00:00
rickg%netscape.com
5446c139c4 warning removal 1998-07-25 02:11:02 +00:00
rickg%netscape.com
7693865115 fixed a state problem in parser related to nesting levels 1998-07-25 01:02:01 +00:00
rickg%netscape.com
79205ce3c8 added line number support to nodes for Javascript 1998-07-25 00:29:15 +00:00
rickg%netscape.com
a6035c39f1 even more progress in the parser 1998-07-25 00:05:29 +00:00
rickg%netscape.com
91c3a6956c tons-o-fixes in the parser 1998-07-24 21:57:43 +00:00
kipp%netscape.com
aa0ea3f84d Allow most everything to live in a caption, just like a table cell 1998-07-24 15:54:18 +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
bc0982b1b2 table bug fixes, heading fixes, performance, docs 1998-07-23 08:21:02 +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
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
kipp%netscape.com
2fe4af0884 Revised sink API's and others to be more xpcom'ish 1998-07-15 22:30:39 +00:00