This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
parser
/
htmlparser
/
public
History
jruderman%hmc.edu
79053d810b
Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner
...
git-svn-id: svn://10.0.0.236/trunk@250043 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-11 04:38:26 +00:00
..
Makefile.in
…
nsHTMLTagList.h
…
nsHTMLTags.h
…
nsHTMLTokens.h
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
nsIContentSink.h
…
nsIDTD.h
…
nsIElementObserver.h
…
nsIExpatSink.idl
…
nsIExtendedExpatSink.idl
…
nsIFragmentContentSink.h
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
2008-03-06 20:14:35 +00:00
nsIHTMLContentSink.h
…
nsIHTMLFragmentContentSink.h
…
nsILoggingSink.h
…
nsIParser.h
Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner
2008-04-11 04:38:26 +00:00
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
…
nsITokenizer.h
…
nsParserCIID.h
…
nsParserDataListener.h
…
nsScannerString.h
…
nsToken.h
…