gecko-dev/htmlparser/src
2002-12-09 19:30:10 +00:00
..
.cvsignore
CNavDTD.cpp Backing out fix for bug 149887 because of bug 184029. a=asa 2002-12-09 19:30:10 +00:00
CNavDTD.h Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
COtherDTD.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
COtherDTD.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
COtherElements.h Remove unused parser-related code. b=130439 r=harishd sr=jst 2002-11-28 19:43:51 +00:00
CParserContext.cpp fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it. 2002-07-25 18:31:10 +00:00
CParserContext.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
jar.mn Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst. 2001-08-17 23:27:20 +00:00
Makefile.in Define WIN32_LEAN_AND_MEAN globally for win32 builds. 2002-10-17 06:47:01 +00:00
MANIFEST_PROPERTIES Bug 98214, minor performance improvements and cleanup. r=harishd, sr=vidur. 2001-10-12 22:01:19 +00:00
nsAVLTree.cpp fix bug 124182 - move nsAVLTree into htmlparser, since it is the only consumer 2002-09-12 04:52:01 +00:00
nsAVLTree.h fix bug 124182 - move nsAVLTree into htmlparser, since it is the only consumer 2002-09-12 04:52:01 +00:00
nsDTDUtils.cpp Remove unused parser-related code. b=130439 r=harishd sr=jst 2002-11-28 19:43:51 +00:00
nsDTDUtils.h Fixing warning 2002-11-19 19:25:47 +00:00
nsElementTable.cpp Backing out fix for bug 149887 because of bug 184029. a=asa 2002-12-09 19:30:10 +00:00
nsElementTable.h Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
nsExpatDriver.cpp 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
nsExpatDriver.h Bug 63558, we now store XML declaration in the document and can serialize it. There is fix for 158617 as well, newlines behave properly around doctype. r=bzbarsky, sr=jst. 2002-08-13 18:41:16 +00:00
nsHTMLEntities.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsHTMLEntities.h bug 170219 patch originally by jani.lehtinen@oulu.fi brought to patch form by ajschult@eos.ncsu.edu r=biesi sr=bzbarsky 2002-09-23 16:36:51 +00:00
nsHTMLEntityList.h License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
nsHTMLNullSink.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsHTMLTags.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsHTMLTokenizer.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsHTMLTokenizer.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
nsHTMLTokens.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsLoggingSink.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsLoggingSink.h Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsParser.cpp Make sure to catch error messages returned by nsCompontentManagerImpl::CreateInstance when creating a dtd ( CNavDTD ). This fixes a shutdown crash. r=timeless, sr=heikki, a=asa 2002-12-06 01:54:39 +00:00
nsParser.h Make sure to catch error messages returned by nsCompontentManagerImpl::CreateInstance when creating a dtd ( CNavDTD ). This fixes a shutdown crash. r=timeless, sr=heikki, a=asa 2002-12-06 01:54:39 +00:00
nsParserFactory.cpp 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
nsParserModule.cpp fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it. 2002-07-25 18:31:10 +00:00
nsParserMsgUtils.cpp Bug 98214, minor performance improvements and cleanup. r=harishd, sr=vidur. 2001-10-12 22:01:19 +00:00
nsParserMsgUtils.h License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
nsParserNode.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsParserNode.h fixing linux bustage: make |nsCParserNode::operator delete| protected 2002-11-19 19:42:46 +00:00
nsParserService.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsParserService.h Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsScanner.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsScanner.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
nsTagHandler.h License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
nsToken.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
nsTokenizer.h
nsViewSourceHTML.cpp Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
nsViewSourceHTML.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
prstrm.cpp License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
prstrm.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
SelfTest.cpp use prefix ++, not postfix ++. Bug 82615, r=heikki, sr=jst 2002-09-03 22:23:22 +00:00
win32.order 65845 - new order files 2001-04-05 06:02:32 +00:00
xmlparser.properties Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst. 2001-08-17 23:27:20 +00:00