gecko-dev/htmlparser/src
bratell%lysator.liu.se 6cde07b1b5 Fix for bug 54016 - crash when indentation wider then wrap width. The fix was to check for that condition. r=akkana@netscape.com, a=vidur@netscape.com 2000-09-28 05:32:52 +00:00
..
.cvsignore backed out previous change 1999-02-13 03:38:48 +00:00
CNavDTD.cpp fix potential leak from checkin for bug 48351. r=harishd, a=syd 2000-09-21 04:00:34 +00:00
CNavDTD.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
COtherDTD.cpp fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
COtherDTD.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
COtherElements.h Ok, so what was the point of a static (non-inline) function in a header file? Why do the other compilers allow this? Why does Workshop 5.0 barf on it? 2000-09-09 06:02:34 +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 nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +00:00
CRtfDTD.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +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 Fix for OS/2 bustage 2000-09-07 03:37:45 +00:00
SelfTest.cpp removed unused includes; fixed addref bug; r=karnaze 2000-04-01 00:23:24 +00:00
makefile.win Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +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 Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsDTDUtils.h fixed bug 40487 and 26347; r=attinasi/harishd 2000-09-14 23:31:07 +00:00
nsElementTable.cpp fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +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 46644: Fix FMM. Contribution from Daniel Bratell, bratell@lysator.liu.se, r=waterson and me 2000-09-19 00:14:12 +00:00
nsHTMLContentSinkStream.h 50821: don't force a bogus 3.2 doctype, and eliminate OutputNoDoctype flag. r=cmanske 2000-09-07 18:40:14 +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
nsHTMLParser.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
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
nsHTMLToTXTSinkStream.cpp Fix for bug 54016 - crash when indentation wider then wrap width. The fix was to check for that condition. r=akkana@netscape.com, a=vidur@netscape.com 2000-09-28 05:32:52 +00:00
nsHTMLToTXTSinkStream.h 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsHTMLTokenizer.cpp fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +00:00
nsHTMLTokenizer.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
nsHTMLTokens.cpp fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +00:00
nsHTMLTokens.h fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +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 fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +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 nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +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 Added IsBlock() to nsIParserService. r=jst 2000-09-10 07:05:09 +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 fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +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 Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsParserModule.cpp Added IsBlock() to nsIParserService. r=jst 2000-09-10 07:05:09 +00:00
nsParserNode.cpp fixed nsbeta3+PDT[n] bugs: 48351, 49278, 50070, 52478. Partial fix (WIP) for 49678 and 52725. R=attinasi, buster, syd. A=buster 2000-09-21 02:58:12 +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 fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
nsTextConverter.cpp Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsTextConverter.h Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsToken.cpp 7670 - Enabling NOSCRIPT content. 2000-09-01 18:17:17 +00:00
nsToken.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +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 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 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 52154: make view source highlighting prefable. Contribution from jce2@po.cwru.edu, r=me, a=brendan 2000-09-14 18:51:05 +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
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