gecko-dev/htmlparser/src
rickg%netscape.com abc6c95cdf oops -- I didn't mean to update these -- backing out 1999-05-29 03:04:16 +00:00
..
.cvsignore backed out previous change 1999-02-13 03:38:48 +00:00
CNavDTD.cpp fixed bug 6950 1999-05-28 00:21:24 +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 small bug fixes and removal of global statics 1999-02-26 06:33:54 +00:00
CParserContext.h small bug fixes and removal of global statics 1999-02-26 06:33:54 +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 add nsIElementObserver.h 1999-05-14 23:23:41 +00:00
Makefile.in Exporting nsIElementObserver.h 1999-05-07 05:18:37 +00:00
SelfTest.cpp nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
makefile.win Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsDTDDebug.cpp fixed a dozen new parser bugs 1999-01-15 19:29:35 +00:00
nsDTDUtils.cpp fixed nsString2 usage error introduced by observerlist change 1999-05-29 03:01:22 +00:00
nsDTDUtils.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsElementTable.cpp fixed bug 6950 1999-05-28 00:21:24 +00:00
nsElementTable.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +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 fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsExpatTokenizer.h Don't use XML_UNICODE_WCHAR_T (defines characters with the wchar_t data type whose size varies by platform) for strings in expat. Use XML_UNICODE (defines characters with the unsigned short data type whose size is the same across all platforms) instead. 1999-04-24 08:39:06 +00:00
nsHTMLContentSinkStream.cpp oops -- I didn't mean to update these -- backing out 1999-05-29 03:04:16 +00:00
nsHTMLContentSinkStream.h oops -- I didn't mean to update these -- backing out 1999-05-29 03:04:16 +00:00
nsHTMLEntities.cpp fixed a dozen bugs 1999-03-19 08:47:51 +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 bug 6901 per CYEH 1999-05-21 23:01:37 +00:00
nsHTMLTokenizer.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsHTMLTokens.cpp fix bug 6901 per CYEH 1999-05-21 23:01:37 +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
nsILoggingSink.h
nsIParser.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsIParserFilter.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +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 small performance enhancement -- less searching 1999-05-28 07:14:08 +00:00
nsParser.h Added IsValidFragment() 1999-05-27 06:44:44 +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 final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsParserNode.h final features for parsing engine (WIP); lots of bug fixes 1999-05-16 05:27:23 +00:00
nsScanner.cpp fix signed/unsigned problem, call Reset function when error occur 1999-05-05 23:53:49 +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
nsTokenizer.h
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 bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsViewSourceHTML.h fixed bug 6597 and added memory allocation conditioning 1999-05-19 05:01:46 +00:00
nsWellFormedDTD.cpp fixed nsString2 usage error introduced by observerlist change 1999-05-29 03:01:22 +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
prstrm.h