gecko-dev/htmlparser/src
2000-06-17 01:49:19 +00:00
..
.cvsignore backed out previous change 1999-02-13 03:38:48 +00:00
CNavDTD.cpp fixed nsbeta2 bug 41049; removed warnings 2000-06-11 18:43:35 +00:00
CNavDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
COtherDTD.cpp fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
COtherDTD.h fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
COtherElements.h fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
CParserContext.cpp fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
CParserContext.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
CRtfDTD.cpp fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
CRtfDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
Makefile.in Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
makefile.win Put back in util.lib 1999-11-30 21:56:24 +00:00
MANIFEST Converted parser into a module. NS_NewFoo routines are temporarily inlined to call component manager. Introduced nsIParserService for temporary replacement of nsHTMLTags and nsHTMLEntities static methods. RickG to do complete review. 1999-09-30 22:01:48 +00:00
nsAVLTree.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsAVLTree.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsDTDDebug.cpp # 34082 2000-05-02 23:02:17 +00:00
nsDTDUtils.cpp fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
nsDTDUtils.h fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
nsElementTable.cpp StrictDTD wip, and fixed bugs: 37417 and 26023 2000-05-15 07:28:12 +00:00
nsElementTable.h Fix for 2000-04-21 21:22:03 +00:00
nsExpatDTD.cpp Fix for 2000-05-22 21:32:06 +00:00
nsExpatDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsExpatTokenizer.cpp Fix for bug 15118. XML content sink now processes the DOCTYPE. r=jst,nisheeth 2000-06-17 01:49:19 +00:00
nsExpatTokenizer.h # 34082 2000-05-02 23:02:17 +00:00
nsHTMLContentSinkStream.cpp 38154: include user-defined tags in html output. r=cmanske 2000-06-16 21:23:48 +00:00
nsHTMLContentSinkStream.h 39508: Use an int rather than a boolean to keep track of preformatting level, 2000-05-30 23:11:49 +00:00
nsHTMLEntities.cpp string fixes 2000-05-14 22:54:04 +00:00
nsHTMLEntities.h removed nsStr references 2000-03-12 09:23:40 +00:00
nsHTMLEntityList.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsHTMLNullSink.cpp making string conversions explicit 2000-04-03 08:04:52 +00:00
nshtmlpars.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsHTMLParser.cpp
nsHTMLTagList.h StrictDTD wip, and fixed bugs: 37417 and 26023 2000-05-15 07:28:12 +00:00
nsHTMLTags.cpp Fix for: 2000-06-08 21:30:48 +00:00
nsHTMLTags.h Fix for: 2000-06-08 21:30:48 +00:00
nsHTMLTokenizer.cpp fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsHTMLTokenizer.h StrictDTD WIP and fixed mode regression 2000-05-04 05:53:52 +00:00
nsHTMLTokens.cpp fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
nsHTMLTokens.h removed warnings; retry landing Strict DTD. r=harishd 2000-04-19 08:08:28 +00:00
nsHTMLToTXTSinkStream.cpp Changed the line wrap code to take care character width, contrituted by bratell@lysator.liu.se, bug 41453, r=akkana,nhotta. 2000-06-16 22:16:14 +00:00
nsHTMLToTXTSinkStream.h Changed the line wrap code to take care character width, contrituted by bratell@lysator.liu.se, bug 41453, r=akkana,nhotta. 2000-06-16 22:16:14 +00:00
nsIContentSink.h Work done by Vidur and me. Added a FlushPendingNotifications() method to the document. This method flushes the pending content notifications from the content sink and the pending reflow notifications from the pres shell. This code is turned off for now so that it can be tested more thoroughly by Vidur and me. 2000-01-24 06:43:15 +00:00
nsIDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsIDTDDebug.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIElementObserver.h Fix for 2000-04-04 23:58:40 +00:00
nsIExpatTokenizer.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIHTMLContentSink.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIHTMLFragmentContentSink.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsILoggingSink.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIParser.h 18022, bookmark doc charset caching 2000-06-01 01:08:28 +00:00
nsIParserFilter.h Added macro for GETIID. 2000-05-26 20:07:06 +00:00
nsIParserNode.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsIParserService.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsITokenHandler.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsITokenizer.h Fix for bugs: 2000-01-15 20:35:57 +00:00
nsLoggingSink.cpp making string conversions explicit 2000-04-15 18:48:07 +00:00
nsLoggingSink.h Work done by Vidur and me. Added a FlushPendingNotifications() method to the document. This method flushes the pending content notifications from the content sink and the pending reflow notifications from the pres shell. This code is turned off for now so that it can be tested more thoroughly by Vidur and me. 2000-01-24 06:43:15 +00:00
nsParser.cpp fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
nsParser.h Fix for 2000-05-15 21:08:57 +00:00
nsParserCIID.h 34458 - Added static APIs to determine DTD for a given 2000-05-03 22:09:09 +00:00
nsParserError.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsParserFactory.cpp Fixing anticipated bustage due to thread safety checking code. 2000-03-05 23:56:59 +00:00
nsParserModule.cpp fixed a few nsbeta2+ bugs; r=harishd and kmcclusk 2000-06-16 07:28:02 +00:00
nsParserNode.cpp fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsParserNode.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsScanner.cpp making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
nsScanner.h fixed bug 28825, 30780, 31723 plus wip for travis; r=harishd 2000-03-25 03:35:50 +00:00
nsTagHandler.h making string conversions explict 2000-04-03 08:09:23 +00:00
nsTextConverter.cpp removed reference to nsString2 2000-03-26 23:22:29 +00:00
nsTextConverter.h Beginnings of stream converter for html/xif/text 1999-09-08 18:51:23 +00:00
nsToken.cpp removed warnings; retry landing Strict DTD. r=harishd 2000-04-19 08:08:28 +00:00
nsToken.h removed warnings; retry landing Strict DTD. r=harishd 2000-04-19 08:08:28 +00:00
nsTokenHandler.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsTokenHandler.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsTokenizer.cpp
nsTokenizer.h
nsValidDTD.cpp Fix for 2000-05-22 21:32:06 +00:00
nsValidDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsViewSourceHTML.cpp fixed nsBeta2+ bugs: 42180, 42270; added env setting for view-errors, which is disabled by default. r=pollmann; a=pdt 2000-06-13 02:50:24 +00:00
nsViewSourceHTML.h fixed nsBeta2+ bugs: 42180, 42270; added env setting for view-errors, which is disabled by default. r=pollmann; a=pdt 2000-06-13 02:50:24 +00:00
nsWellFormedDTD.cpp fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsWellFormedDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsXIFDTD.cpp Warning fix (part of checkin for 38154). r=cmanske 2000-06-16 21:24:06 +00:00
nsXIFDTD.h fixed several nsbeta2+ bugs; r=harish, buster; a=pdt 2000-06-10 02:53:04 +00:00
nsXMLTokenizer.cpp StrictDTD WIP and fixed mode regression 2000-05-04 05:53:52 +00:00
nsXMLTokenizer.h Fix for bugs: 2000-01-15 20:35:57 +00:00
prstrm.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
prstrm.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
SelfTest.cpp removed unused includes; fixed addref bug; r=karnaze 2000-04-01 00:23:24 +00:00