gecko-dev/htmlparser/src
harishd%netscape.com 916c4ea667 Fix for 31873,32094,32337.
Checking in for rickg.
r=me.
2000-03-18 09:15:01 +00:00
..
.cvsignore
CNavDTD.cpp removed calls to deprecated string methods 2000-03-12 22:22:24 +00:00
CNavDTD.h Fixed Bugs: 2000-02-11 22:06:25 +00:00
COtherDTD.cpp removed calls to deprecated string methods 2000-03-12 22:22:24 +00:00
COtherDTD.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
CParserContext.cpp Fix for 31873,32094,32337. 2000-03-18 09:15:01 +00:00
CParserContext.h Fix for 31873,32094,32337. 2000-03-18 09:15:01 +00:00
CRtfDTD.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
CRtfDTD.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +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
Makefile.in Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
SelfTest.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
makefile.win Put back in util.lib 1999-11-30 21:56:24 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsDTDUtils.cpp fixed PDT+ bugs 30929 and 29749; r=harishd, pollman; a=jar 2000-03-08 06:18:18 +00:00
nsDTDUtils.h PDT+ 3944 and 28948; r=harishd; a=jar 2000-02-26 06:14:30 +00:00
nsElementTable.cpp fixed pdt bugs 28208 and 3944; r=harishd, a=jar 2000-03-06 08:44:28 +00:00
nsElementTable.h fixed pdt bugs 28208 and 3944; r=harishd, a=jar 2000-03-06 08:44:28 +00:00
nsExpatDTD.cpp fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsExpatDTD.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsExpatTokenizer.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsExpatTokenizer.h Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content. 2000-01-28 08:02:53 +00:00
nsHTMLContentSinkStream.cpp Do entity conversion even for output-to-string case. r=nhotta 2000-03-16 23:08:38 +00:00
nsHTMLContentSinkStream.h 22662: Completely redesign the editor output formatting system. 2000-01-28 01:17:23 +00:00
nsHTMLEntities.cpp eliminate extra string copy 2000-03-12 10:52:02 +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 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
nsHTMLParser.cpp
nsHTMLTagList.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsHTMLTags.cpp removed calls to deprecated string methods 2000-03-12 22:22:24 +00:00
nsHTMLTags.h removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsHTMLToTXTSinkStream.cpp 29312: move nbsp guard to a more general location so it'll always fire 2000-03-18 04:35:45 +00:00
nsHTMLToTXTSinkStream.h 17883, indentation spaces (from Daniel Bratell, bratell@lysator.liu.se), 2000-03-14 03:01:15 +00:00
nsHTMLTokenizer.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsHTMLTokenizer.h Fixed Bugs: 2000-02-11 22:06:25 +00:00
nsHTMLTokens.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsHTMLTokens.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +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 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +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 fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsIParserFilter.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIParserNode.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +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 Fix for 31873,32094,32337. 2000-03-18 09:15:01 +00:00
nsParser.h fixed PDT+ bug 30026; r=harishd, markA; a=jar 2000-03-11 08:08:24 +00:00
nsParserCIID.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +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 Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsParserNode.cpp fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsParserNode.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsScanner.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsScanner.h removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nsTagHandler.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsTextConverter.cpp Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
nsTextConverter.h Beginnings of stream converter for html/xif/text 1999-09-08 18:51:23 +00:00
nsToken.cpp This checkin contains combined work of rickg and harishd 1999-11-13 03:53:11 +00:00
nsToken.h landing residual style handling; r=harishd, buster, kmcclusk for various parts; a=jar 1999-12-21 07:53:20 +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 fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsValidDTD.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsViewSourceHTML.cpp removed calls to deprecated string methods 2000-03-12 22:22:24 +00:00
nsViewSourceHTML.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsWellFormedDTD.cpp fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsWellFormedDTD.h fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
nsXIFDTD.cpp 19428: fix copying from a document with a doctype. 2000-02-23 01:23:29 +00:00
nsXIFDTD.h backout part of xif update; r=none (because it's a backout) 2000-02-11 15:34:12 +00:00
nsXMLTokenizer.cpp Fix for bugs: 2000-01-15 20:35:57 +00:00
nsXMLTokenizer.h Fix for bugs: 2000-01-15 20:35:57 +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
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