gecko-dev/htmlparser/src
1999-07-20 22:20:43 +00:00
..
.cvsignore backed out previous change 1999-02-13 03:38:48 +00:00
CNavDTD.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
CNavDTD.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
COtherDTD.cpp assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
COtherDTD.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
CParserContext.cpp Added Observernotification for XML PI, cleaned up some warnings. 1999-07-16 21:07:54 +00:00
CParserContext.h Added Observernotification for XML PI, cleaned up some warnings. 1999-07-16 21:07:54 +00:00
CRtfDTD.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
CRtfDTD.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
Makefile.in Adding nsExpat.dtd to the Unix build. 1999-07-20 22:20:43 +00:00
makefile.win changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
MANIFEST changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsAVLTree.cpp fix linux 1999-07-18 00:59:40 +00:00
nsAVLTree.h new file 1999-07-18 00:03:58 +00:00
nsDTDDebug.cpp fix bugs 8523, 9127, parially fix 8803 1999-07-07 07:40:35 +00:00
nsDTDUtils.cpp fix warnings 1999-07-20 21:12:28 +00:00
nsDTDUtils.h changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsElementTable.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsElementTable.h fixed bug 9905 1999-07-18 03:46:21 +00:00
nsExpatDTD.cpp fixing build bustage - why is nsExpatDTD not built on mac? 1999-07-19 23:35:33 +00:00
nsExpatDTD.h fixing build bustage - why is nsExpatDTD not built on mac? 1999-07-19 23:35:33 +00:00
nsExpatTokenizer.cpp Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
nsExpatTokenizer.h Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
nsHTMLContentSinkStream.cpp Bug 9749: insert a newline after a PRE tag even if mode isn't formatted 1999-07-20 20:54:46 +00:00
nsHTMLContentSinkStream.h Use the Range methods instead of homebrew stuff to determine when a point is contained in a range; eliminate code duplication 1999-07-19 22:41:49 +00:00
nsHTMLEntities.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsHTMLEntities.h changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLEntityList.h changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLNullSink.cpp fix bugs 8523, 9127, parially fix 8803 1999-07-07 07:40:35 +00:00
nshtmlpars.h minor fixes to parser; fixed DoCopy 1999-03-22 10:19:09 +00:00
nsHTMLParser.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsHTMLTagList.h changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLTags.cpp changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLTags.h changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLTokenizer.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsHTMLTokenizer.h Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
nsHTMLTokens.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsHTMLTokens.h remove warnings 1999-07-07 08:32:09 +00:00
nsHTMLToTXTSinkStream.cpp changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsHTMLToTXTSinkStream.h Fix formatted plaintext output -- it wasn't following prettyprint or wrap length 1999-07-06 23:13:15 +00:00
nsIContentSink.h Changed nsIContentSink->NotifyError() to accept an nsParserError argument. 1999-03-06 01:48:11 +00:00
nsIDTD.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsIDTDDebug.h improvements to recursively parser calls 1998-11-26 02:55:59 +00:00
nsIElementObserver.h Added |GetIID()| 1999-06-29 20:28:56 +00:00
nsIExpatTokenizer.h major rev to parsing engine 1999-04-05 06:55:49 +00:00
nsIHTMLContentSink.h Add GetIID()'s to interfaces. 1999-06-30 19:12:21 +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 working on removing iostream 1999-07-17 08:16:04 +00:00
nsIParser.h bug fixes, warning removal, perf. improvements 1999-07-16 17:31:38 +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 Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed. 1999-07-15 08:23:37 +00:00
nsLoggingSink.cpp changed to preprocessor for code generation for tag & entity tables 1999-07-18 00:12:32 +00:00
nsParser.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsParser.h Added Observernotification for XML PI, cleaned up some warnings. 1999-07-16 21:07:54 +00:00
nsParserCIID.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +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 assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsParserNode.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsParserNode.h bug fixes, warning removal, perf. improvements 1999-07-16 17:31:38 +00:00
nsScanner.cpp fixed stupidity in scanner. Sorry folks 1999-07-19 08:06:24 +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 fix bugs 8523, 9127, parially fix 8803 1999-07-07 07:40:35 +00:00
nsToken.h remove warnings 1999-07-07 08:32:09 +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 assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsValidDTD.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsViewSourceHTML.cpp fixed bugs 10104 and 10107 -- also removed warnings 1999-07-20 06:58:01 +00:00
nsViewSourceHTML.h assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsWellFormedDTD.cpp assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
nsWellFormedDTD.h assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +00:00
nsXIFDTD.cpp assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +00:00
nsXIFDTD.h assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +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
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
SelfTest.cpp fix bugs 8523, 9127, parially fix 8803 1999-07-07 07:40:35 +00:00