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
aaronr%us.ibm.com
4b3b8da3ed
change nsIParserService to use nsStringGlue. Bug 350748, r=mrbkap, sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@208927 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-31 18:40:42 +00:00
..
Makefile.in
326477 extend nsIExpatSink in order to support SAX
2006-03-15 17:45:25 +00:00
nsHTMLTagList.h
Fix for bug 236873 (Share class for more elements). r/sr=sicking.
2006-05-21 21:00:09 +00:00
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
bug 324738: Remove some unnecessary complexity from the parser and hardcode DTDs. r=sicking sr=jst
2006-01-26 19:07:41 +00:00
nsIElementObserver.h
…
nsIExpatSink.idl
Allow nsIExpatSink implementations to control whether the expat driver logs
2006-08-25 16:34:57 +00:00
nsIExtendedExpatSink.idl
326477 extend nsIExpatSink in order to support SAX
2006-03-15 17:45:25 +00:00
nsIFragmentContentSink.h
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
2006-08-12 04:46:43 +00:00
nsIHTMLContentSink.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
nsIHTMLFragmentContentSink.h
…
nsILoggingSink.h
Bug 319997 - convert parser tests to use the frozen linkage, r=mrbkap
2005-12-12 21:39:56 +00:00
nsIParser.h
Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst
2006-01-30 23:45:19 +00:00
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
change nsIParserService to use nsStringGlue. Bug 350748, r=mrbkap, sr=jst
2006-08-31 18:40:42 +00:00
nsITokenizer.h
…
nsParserCIID.h
…
nsParserDataListener.h
…
nsScannerString.h
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.h
…