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
jonas%sicking.cc
7647002619
Don't keep a separate count of currently running scripts in the parser since all sorts of badness happens if there's running scripts when we create a new parser. r/sr=mrbkap
...
git-svn-id: svn://10.0.0.236/trunk@257021 18797224-902f-48f8-a5cc-f745e15eee43
2009-04-23 06:54:35 +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
Don't keep a separate count of currently running scripts in the parser since all sorts of badness happens if there's running scripts when we create a new parser. r/sr=mrbkap
2009-04-23 06:54:35 +00:00
nsIDTD.h
…
nsIElementObserver.h
…
nsIExpatSink.idl
…
nsIExtendedExpatSink.idl
326477 extend nsIExpatSink in order to support SAX
2006-03-15 17:45:25 +00:00
nsIFragmentContentSink.h
…
nsIHTMLContentSink.h
…
nsIHTMLFragmentContentSink.h
…
nsILoggingSink.h
…
nsIParser.h
Don't keep a separate count of currently running scripts in the parser since all sorts of badness happens if there's running scripts when we create a new parser. r/sr=mrbkap
2009-04-23 06:54:35 +00:00
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
…
nsITokenizer.h
…
nsParserCIID.h
…
nsParserDataListener.h
…
nsScannerString.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
nsToken.h
…