gecko-dev/htmlparser/src
2000-09-02 06:36:09 +00:00
..
.cvsignore
CNavDTD.cpp 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
CNavDTD.h 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
COtherDTD.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
COtherDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
COtherElements.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +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 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
CRtfDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
Makefile.in Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
makefile.win Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +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 Fixing a potential bustage!!! 2000-08-30 19:03:15 +00:00
nsDTDUtils.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsElementTable.cpp 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsElementTable.h 42429 - Pass whitespace, inside table, to the sink. 2000-08-09 22:28:41 +00:00
nsExpatDTD.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsExpatDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsExpatTokenizer.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsExpatTokenizer.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsHTMLContentSinkStream.cpp 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsHTMLContentSinkStream.h 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +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 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +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 Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsHTMLTags.cpp Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsHTMLTags.h Rearranging some includes to fix solaris bustage (50876). code=harishd,waterson, r=mcafee, a=leaf 2000-08-31 17:23:22 +00:00
nsHTMLTokenizer.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsHTMLTokenizer.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsHTMLTokens.cpp Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S. 2000-09-02 06:36:09 +00:00
nsHTMLTokens.h Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S. 2000-09-02 06:36:09 +00:00
nsHTMLToTXTSinkStream.cpp 36809: got the space wrong in the previous checkin. r=BenB 2000-09-01 23:37:46 +00:00
nsHTMLToTXTSinkStream.h 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +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 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsIDTDDebug.h Forward declaration of eHTMLTags is not needed if including nsHTMLTokens.h. Should help fix speedracer bustage. -cls 2000-08-31 09:30:17 +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 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +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 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsIParserFilter.h Added macro for GETIID. 2000-05-26 20:07:06 +00:00
nsIParserNode.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +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 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsLoggingSink.cpp making string conversions explicit 2000-04-15 18:48:07 +00:00
nsLoggingSink.h 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsParser.cpp Fix for bug 49187. ViewSource now emits HTML. The VIEW_SOURCE_HTML #define at the top of nsViewSourceHTML.cpp and nsLayoutDLF.cpp allows us to switch back to XML if necessary. The VIEW_SOURCE_COLORING #define in nsViewSourceHTML.cpp allows us to turn on source coloring. Without source coloring (the default right now), bringing up source is considerably faster. r=harishd 2000-09-01 00:57:14 +00:00
nsParser.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +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 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsParserNode.cpp r=jst. Fixing refcounting of ID attribute atoms. Additional work to earlier checkin for fixing bug 10292. Also, added support for getElementByID() in XML documents. 2000-09-01 02:21:06 +00:00
nsParserNode.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsScanner.cpp DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsScanner.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +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 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsToken.h Solaris build bustage.. 2000-08-31 04:21:39 +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 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsValidDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsViewSourceHTML.cpp Part of fix for 49187 -- don't hardcode font size of view source, so that it uses browser defaults. r=ben 2000-09-02 04:17:17 +00:00
nsViewSourceHTML.h Fix for bug 49187. ViewSource now emits HTML. The VIEW_SOURCE_HTML #define at the top of nsViewSourceHTML.cpp and nsLayoutDLF.cpp allows us to switch back to XML if necessary. The VIEW_SOURCE_COLORING #define in nsViewSourceHTML.cpp allows us to turn on source coloring. Without source coloring (the default right now), bringing up source is considerably faster. r=harishd 2000-09-01 00:57:14 +00:00
nsWellFormedDTD.cpp 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsWellFormedDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsXIFDTD.cpp Patch #2 to get solaris building (50876). code=harishd, r=jst,mcafee, a=heikki 2000-08-31 22:08:07 +00:00
nsXIFDTD.h Patch #2 to get solaris building (50876). code=harishd, r=jst,mcafee, a=heikki 2000-08-31 22:08:07 +00:00
nsXMLTokenizer.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsXMLTokenizer.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +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