gecko-dev/parser/htmlparser/src
rickg%netscape.com 2c49966bdc fixed containment bugs, which corrects problems with www.majorleaguebaseball.com 1998-11-21 21:06:29 +00:00
..
CNavDTD.cpp fixed containment bugs, which corrects problems with www.majorleaguebaseball.com 1998-11-21 21:06:29 +00:00
CNavDTD.h fix or partial fix to lots of bugs 1998-11-20 03:42:54 +00:00
COtherDTD.cpp get rid of "hiding inherited virtual method" warnings on CanContain() by making it const like it's parent class. 1998-11-13 20:04:27 +00:00
COtherDTD.h get rid of "hiding inherited virtual method" warnings on CanContain() by making it const like it's parent class. 1998-11-13 20:04:27 +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 added tag handling support for future use 1998-11-13 19:45:09 +00:00
CRtfDTD.h added tag handling support for future use 1998-11-13 19:45:09 +00:00
MANIFEST add nsWellFormedDTD.h to fix build bustage. 1998-11-12 01:01:22 +00:00
Makefile.in Oops, premature commit last time. Try this one. 1998-11-19 06:33:10 +00:00
SelfTest.cpp Added check for ios::binary which seems to just be the new ANSI/ISO standard for ios::bin . 1998-11-17 16:53:02 +00:00
makefile.win first pass support for view-source 1998-11-11 11:55:32 +00:00
nsDTDDebug.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsDTDUtils.cpp Added support for CDATA sections. 1998-11-12 23:54:37 +00:00
nsDTDUtils.h assertions for bug 1375 and better autodetection code 1998-11-21 07:48:49 +00:00
nsHTMLContentSinkStream.cpp Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +00:00
nsHTMLContentSinkStream.h Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +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 Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +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 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 last tweak needed to get entities right again 1998-11-21 03:57:03 +00:00
nsHTMLTokens.h Added support for CDATA sections. 1998-11-12 23:54:37 +00:00
nsIContentSink.h Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +00:00
nsIDTD.h added tag handling support for future use 1998-11-13 19:45:09 +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 allow view-source on XML 1998-11-13 04:36:46 +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 Added XML display support. Added NotifyError method to nsIContentSink 1998-11-11 22:04:42 +00:00
nsParser.cpp assertions for bug 1375 and better autodetection code 1998-11-21 07:48:49 +00:00
nsParser.h assertions for bug 1375 and better autodetection code 1998-11-21 07:48: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 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsParserNode.cpp moved skipped content token from the attribute list to it's own slot 1998-09-22 02:07:31 +00:00
nsParserNode.h moved skipped content token from the attribute list to it's own slot 1998-09-22 02:07:31 +00:00
nsParserTypes.h Added support for CDATA sections. 1998-11-12 23:54:37 +00:00
nsScanner.cpp Get Irix autoconf build a bit farther along -- thanks to var@sgi.com 1998-11-19 02:24:28 +00:00
nsScanner.h Support mapping the character set encoding properly so that codes from 0x80 to 0x9f get mapped into ucs2 properly 1998-11-06 02:07:17 +00:00
nsTagHandler.h Fixed some warnings, slight rework of the taghandling classes. 1998-11-20 15:38:18 +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 added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsValidDTD.h added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsViewSourceHTML.cpp assertions for bug 1375 and better autodetection code 1998-11-21 07:48:49 +00:00
nsViewSourceHTML.h added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsWellFormedDTD.cpp added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsWellFormedDTD.h added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsXIFDTD.cpp added tag handling support for future use 1998-11-13 19:45:09 +00:00
nsXIFDTD.h added tag handling support for future use 1998-11-13 19:45:09 +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