gecko-dev/htmlparser/src
rickg%netscape.com a08b9e66dd a few small bug fixes for DTD 1998-09-04 02:52:47 +00:00
..
CNavDTD.cpp a few small bug fixes for DTD 1998-09-04 02:52:47 +00:00
CNavDTD.h fixed a few infinite loops in new DTD code 1998-08-31 21:52:47 +00:00
COtherDTD.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
COtherDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
CParserContext.cpp tons-o-fixes in the parser 1998-07-24 21:57:43 +00:00
CParserContext.h table bug fixes, heading fixes, performance, docs 1998-07-23 08:21:02 +00:00
CRtfDTD.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
CRtfDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
MANIFEST Added nsHTMLEntities.h 1998-08-11 23:42:06 +00:00
Makefile Build generate entities file 1998-08-10 21:37:36 +00:00
SelfTest.cpp Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
makefile.win Build entities table 1998-08-10 21:10:04 +00:00
nsDTDDebug.cpp warning removal 1998-07-25 02:11:02 +00:00
nsHTMLContentSinkStream.cpp Removed the PushMark method 1998-08-28 16:18:14 +00:00
nsHTMLContentSinkStream.h Removed the PushMark method 1998-08-28 16:18:14 +00:00
nsHTMLEntities.cpp new 1998-08-10 21:07:40 +00:00
nsHTMLEntities.h new 1998-08-10 21:07:40 +00:00
nsHTMLNullSink.cpp Removed the PushMark method 1998-08-28 16:18:14 +00:00
nsHTMLParser.cpp Added XIF Support. XIF is a Netscape internal XML format which is 1998-07-14 22:37:51 +00:00
nsHTMLTags.cpp Fixed assertion message 1998-08-10 21:08:36 +00:00
nsHTMLTags.h Removed nextid tag 1998-08-04 21:14:19 +00:00
nsHTMLTokens.cpp a few small bug fixes for DTD 1998-09-04 02:52:47 +00:00
nsHTMLTokens.h Disabled old entity routines 1998-08-10 21:38:10 +00:00
nsIContentSink.h table bug fixes, heading fixes, performance, docs 1998-07-23 08:21:02 +00:00
nsIDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsIDTDDebug.h added WIP support for reentrancy in the parser 1998-07-13 21:13:09 +00:00
nsIHTMLContentSink.h Removed the PushMark method 1998-08-28 16:18:14 +00:00
nsILoggingSink.h new improved logparse 1998-08-22 17:49:36 +00:00
nsIParser.h added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
nsIParserFilter.h XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
nsIParserNode.h various bug fixes, performance wip 1998-08-26 21:20:41 +00:00
nsITokenHandler.h major improvements to parser API's; fixed a few bugs 1998-07-02 08:14:22 +00:00
nsLoggingSink.cpp Removed the PushMark method 1998-08-28 16:18:14 +00:00
nsParser.cpp added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
nsParser.h added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
nsParserCIID.h XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
nsParserFactory.cpp Added code to create logging sinks 1998-08-06 20:27:57 +00:00
nsParserNode.cpp various bug fixes, performance wip 1998-08-26 21:20:41 +00:00
nsParserNode.h various bug fixes, performance wip 1998-08-26 21:20:41 +00:00
nsParserTypes.h many parser bugs; better backward propagation 1998-08-12 08:53:55 +00:00
nsScanner.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsScanner.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsToken.cpp many parser bugs; better backward propagation 1998-08-12 08:53:55 +00:00
nsToken.h many parser bugs; better backward propagation 1998-08-12 08:53:55 +00:00
nsTokenHandler.cpp warning removal 1998-07-25 02:11:02 +00:00
nsTokenHandler.h huge refactoring effort; transient style support; tables fixes, and more 1998-06-17 23:13:28 +00:00
nsTokenizer.cpp Major whacking of the debug robot code. 1998-06-18 22:57:25 +00:00
nsTokenizer.h Major whacking of the debug robot code. 1998-06-18 22:57:25 +00:00
nsValidDTD.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsValidDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsWellFormedDTD.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsWellFormedDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsXIFDTD.cpp lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nsXIFDTD.h lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
nshtmlpars.h Export the CNavDTD interface so DTD's residing in remote shared libraries 1998-07-14 19:24:54 +00:00
prstrm.cpp More debug robot work. I added some statistic gathering information 1998-06-12 01:34:49 +00:00
prstrm.h fixed to compile on Mac 1998-08-05 08:26:03 +00:00