.. |
.cvsignore
|
…
|
|
CNavDTD.cpp
|
Don't close random tags when we encounter an erroneous </head> tag. bug 342520, r+sr=sicking
|
2006-06-23 21:30:57 +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 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin
|
2006-07-21 16:28:51 +00:00 |
nsDTDUtils.cpp
|
Keep the DTD's stack in sync with the content sink's stack to avoid miscommunication. bug 333497, r=sicking sr=jst
|
2006-06-22 21:34:35 +00:00 |
nsDTDUtils.h
|
Keep the DTD's stack in sync with the content sink's stack to avoid miscommunication. bug 333497, r=sicking sr=jst
|
2006-06-22 21:34:35 +00:00 |
nsElementTable.cpp
|
Keep the DTD's stack in sync with the content sink's stack to avoid miscommunication. bug 333497, r=sicking sr=jst
|
2006-06-22 21:34:35 +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
|
Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin
|
2006-07-21 16:28:51 +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
|
b=339599. nsISAXXMLReader expects a nsIChannel passed to onStartRequest, but interface takes an nsIRequest. r=mrbkap, sr=peterv
|
2006-06-19 03:03:28 +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
|
Remove the special painting code for a 165-twips checkbox. Move the remaining parts of nsFormControlHelper to its consumers and remove nsFormControlHelper.{cpp,h} from the tree. b=343495 r+sr=roc (r=me on roc's part)
|
2006-07-06 10:43:51 +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 337917 Make consumers stop using cids from other modules
|
2006-06-03 23:35:59 +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
|
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
|
2006-06-22 19:07:30 +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
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |