pjs/htmlparser/src
rickg%netscape.com 82f5b462fc approved fix 1999-06-17 07:08:30 +00:00
..
.cvsignore backed out previous change 1999-02-13 03:38:48 +00:00
CNavDTD.cpp faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
CNavDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
COtherDTD.cpp final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
COtherDTD.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
CParserContext.cpp *** empty log message *** 1999-06-10 23:21:39 +00:00
CParserContext.h Added a new member variable "mParserTerminated" to stop the parser 1999-06-10 23:20:51 +00:00
CRtfDTD.cpp fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
CRtfDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
MANIFEST push SetParserFilter from nsParser.h to nsIParser.h 1999-06-15 23:29:54 +00:00
Makefile.in Conditionally ifdef out some dtd debugging code that chokes some 1999-06-12 12:49:04 +00:00
SelfTest.cpp Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
makefile.win Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
nsDTDDebug.cpp Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp) 1999-06-03 18:15:53 +00:00
nsDTDUtils.cpp faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
nsDTDUtils.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsElementTable.cpp approved fix 1999-06-17 07:08:30 +00:00
nsElementTable.h faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
nsExpatDTD.cpp fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsExpatDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsExpatTokenizer.cpp External DTD support. (but wrapped in #ifdef EXTERNAL_ENTITY_SUPPORT) 1999-06-15 23:20:01 +00:00
nsExpatTokenizer.h External DTD support. (but wrapped in #ifdef EXTERNAL_ENTITY_SUPPORT) 1999-06-15 23:20:01 +00:00
nsHTMLContentSinkStream.cpp Oh, drat. Previous fix for const problem also threw away the result 1999-06-16 00:52:47 +00:00
nsHTMLContentSinkStream.h Fix const problem 1999-06-15 23:56:44 +00:00
nsHTMLEntities.cpp 6671: map dom codes back to entity form on output 1999-06-15 23:26:13 +00:00
nsHTMLEntities.h Added nsIHTMLContentSink::DoFragment() method. 1999-03-15 05:08:36 +00:00
nsHTMLNullSink.cpp Exporting NS_NewHTMLNullSink() and adding NS_INIT_REFCNT to the constructor. 1999-05-07 05:22:37 +00:00
nsHTMLParser.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsHTMLTags.cpp major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsHTMLTags.h fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
nsHTMLToTXTSinkStream.cpp oops -- I didn't mean to update these -- backing out 1999-05-29 03:04:16 +00:00
nsHTMLToTXTSinkStream.h oops -- I didn't mean to update these -- backing out 1999-05-29 03:04:16 +00:00
nsHTMLTokenizer.cpp Fix for Bug# 6749 1999-06-09 20:10:30 +00:00
nsHTMLTokenizer.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsHTMLTokens.cpp faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
nsHTMLTokens.h checkin to fix bugs per hofmann 1999-05-20 07:36:54 +00:00
nsIContentSink.h Changed nsIContentSink->NotifyError() to accept an nsParserError argument. 1999-03-06 01:48:11 +00:00
nsIDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsIDTDDebug.h improvements to recursively parser calls 1998-11-26 02:55:59 +00:00
nsIElementObserver.h Changed GetTagName api to return a tag for the index passed in. 1999-05-17 20:00:58 +00:00
nsIExpatTokenizer.h major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsIHTMLContentSink.h Exporting NS_NewHTMLNullSink() and adding NS_INIT_REFCNT to the constructor. 1999-05-07 05:22:37 +00:00
nsIHTMLFragmentContentSink.h New file. Checked in while the tree is closed, but it's not yet in the build 1999-06-02 23:45:51 +00:00
nsILoggingSink.h new improved logparse 1998-08-22 17:49:36 +00:00
nsIParser.h push SetParserFilter from nsParser.h to nsIParser.h 1999-06-15 23:29:54 +00:00
nsIParserFilter.h push SetParserFilter from nsParser.h to nsIParser.h 1999-06-15 23:29:54 +00:00
nsIParserNode.h major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsITokenHandler.h A wad of changes to the parser. See my update 1999-01-09 01:09:02 +00:00
nsITokenizer.h major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsLoggingSink.cpp Make destructor virtual (approved by rickg). 1999-04-25 22:01:14 +00:00
nsParser.cpp push SetParserFilter from nsParser.h to nsIParser.h 1999-06-15 23:29:54 +00:00
nsParser.h Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
nsParserCIID.h nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsParserError.h - Send out the source line where the error occurred from inside PushXMLErrorToken(). 1999-03-11 05:36:50 +00:00
nsParserFactory.cpp minor fixes to parser; fixed DoCopy 1999-03-22 10:19:09 +00:00
nsParserNode.cpp faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
nsParserNode.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsScanner.cpp Spelling error 1999-06-14 20:08:13 +00:00
nsScanner.h add SetDocumentCharset method to nsIParser, move nsCharsetSource from nsScanner.h to nsIParser.h 1999-04-26 17:49:45 +00:00
nsTagHandler.h added v-dtor to taghander 1999-02-16 08:07:20 +00:00
nsToken.cpp final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsToken.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsTokenHandler.cpp A wad of changes to the parser. See my update 1999-01-09 01:09:02 +00:00
nsTokenHandler.h A wad of changes to the parser. See my update 1999-01-09 01:09:02 +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 fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsValidDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsViewSourceHTML.cpp fixed build error; accidently left debug code exposed 1999-06-13 22:13:16 +00:00
nsViewSourceHTML.h faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
nsWellFormedDTD.cpp Do not include nsXMLTokenizer.h any more. 1999-06-16 01:31:55 +00:00
nsWellFormedDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsXIFDTD.cpp fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsXIFDTD.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsXMLTokenizer.cpp major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsXMLTokenizer.h Fix to get old XML parser to see CDATASections again 1999-03-02 23:20:45 +00:00
nshtmlpars.h minor fixes to parser; fixed DoCopy 1999-03-22 10:19:09 +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