.. |
.cvsignore
|
|
|
CNavDTD.cpp
|
Protect against our table container being closed before we're ready by using the same logic to find the close tag that HandleEndToken does. bug 329364, r+sr=jst
|
2006-03-06 22:13:41 +00:00 |
CNavDTD.h
|
Bug 106386 Correct misspellings in source code
|
2006-02-23 09:36:43 +00:00 |
CParserContext.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
CParserContext.h
|
Fix for bug 316582 (Clean up style in parser/htmlparser - CParserContext and small nsParser changes). r=mrbkap, sr=jst.
|
2006-01-13 14:45:32 +00:00 |
Makefile.in
|
Bug 315826 Scriptable XPCOM wrapper for SAX content handler
|
2006-04-17 01:13:07 +00:00 |
nsDTDUtils.cpp
|
Remove a redundant null check found by Coverity. bug 333388, r+sr=sicking
|
2006-04-10 20:44:11 +00:00 |
nsDTDUtils.h
|
Don't stomp all over the heap in debug builds. Also raise eMaxTags to reflect the actual deepest stack that we will see. bug 309777, r+sr=jst
|
2006-03-10 00:47:57 +00:00 |
nsElementTable.cpp
|
Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst
|
2006-04-10 20:49:02 +00:00 |
nsElementTable.h
|
bug 307122: Restore compatibility for where we open userdefined elements when neither a head nor a body has been explicitly opened. r=jst sr=bzbarsky
|
2005-09-07 03:35:58 +00:00 |
nsExpatDriver.cpp
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
nsExpatDriver.h
|
326477 extend nsIExpatSink in order to support SAX
|
2006-03-15 17:45:25 +00:00 |
nsHTMLEntities.cpp
|
Bug 113243 Get rid of (Compare|Equals)WithConversion
|
2004-07-21 20:18:39 +00:00 |
nsHTMLEntities.h
|
Merging patch by gerv (from mozilla/htmlparser).
|
2004-04-23 13:24:28 +00:00 |
nsHTMLEntityList.h
|
Merging patch by gerv (from mozilla/htmlparser).
|
2004-04-23 13:24:28 +00:00 |
nsHTMLTags.cpp
|
Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst
|
2006-04-10 20:49:02 +00:00 |
nsHTMLTokenizer.cpp
|
When we don't find a </script> tag, we should put the entire rest of the document into the script element, but not execute the script. This also makes serialization not serialize the end tags for scripts that don't have them (to preserve round tripping). bug 305873, r=sicking sr=jst
|
2006-01-31 22:19:46 +00:00 |
nsHTMLTokenizer.h
|
bug 315927: Clean up nsHTMLTokenizer to not have so many virtual methods. Also clean up CParserContext::GetTokenizer. r+sr=jst
|
2005-11-11 19:11:36 +00:00 |
nsHTMLTokens.cpp
|
Count newlines in textareas correctly. bug 331482, r+sr=sicking
|
2006-04-06 22:30:18 +00:00 |
nsLoggingSink.cpp
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
|
2006-02-03 14:18:39 +00:00 |
nsLoggingSink.h
|
Bug 311785: Simplify the nsIHTMLContentSink interface
|
2005-10-21 15:39:06 +00:00 |
nsParser.cpp
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsParser.h
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsParserModule.cpp
|
Bug 315826 Scriptable XPCOM wrapper for SAX content handler
|
2006-04-17 01:13:07 +00:00 |
nsParserMsgUtils.cpp
|
Merging patch by gerv (from mozilla/htmlparser).
|
2004-04-23 13:24:28 +00:00 |
nsParserMsgUtils.h
|
bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
|
2005-03-08 17:21:36 +00:00 |
nsParserNode.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 19:48:04 +00:00 |
nsParserNode.h
|
bug 265339: nsCParserStartNode::~nsCParserStartNode() asserts unnecessarily. r+sr=peterv
|
2004-10-24 17:24:02 +00:00 |
nsParserService.cpp
|
Bug 334716: Ineffective allocation check in nsParserService::CreateEntry (nsParserService.cpp), patch by patch by Ryan Flint <rflint@dslr.net>, r=mrbkap, sr=jst
|
2006-04-28 17:25:47 +00:00 |
nsParserService.h
|
Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification), checking in the right patch this time. r=sicking, sr=bz.
|
2006-03-17 14:38:57 +00:00 |
nsScanner.cpp
|
Bug 335953 Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
|
2006-05-06 22:09:20 +00:00 |
nsScanner.h
|
bug 276149: Remove nsScanner::Eof() and fix error handling in nsScanner.cpp. patch by Hans-A.Engel@unibas.ch r=mrbkap sr=brendan
|
2005-01-03 22:06:27 +00:00 |
nsScannerString.cpp
|
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
|
2004-11-25 07:03:20 +00:00 |
nsToken.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsViewSourceHTML.cpp
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
|
2006-02-03 14:18:39 +00:00 |
nsViewSourceHTML.h
|
bug 324738: Remove some unnecessary complexity from the parser and hardcode DTDs. r=sicking sr=jst
|
2006-01-26 19:07:41 +00:00 |
parser.pkg
|
|
|