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
Files
0a2ec2e86e894af1ce2f07c19d9b0e2d61e4a738
Mozilla
/
mozilla
/
parser
/
htmlparser
/
public
History
bent.mozilla%gmail.com
49d5e2fb0d
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
...
git-svn-id: svn://10.0.0.236/trunk@247231 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-06 20:14: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
…
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
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
Merging patch by gerv (from mozilla/htmlparser).
2004-04-23 13:24:28 +00:00
nsILoggingSink.h
…
nsIParser.h
Bug 386769 - "Make setting innerHTML faster". r=jst, sr=peterv, a=blocking1.9.
2008-02-08 22:07:53 +00:00
nsIParserFilter.h
…
nsIParserNode.h
nsIParserNode::GetSource should be a const function. bug 374041, r+sr=jst
2007-05-18 18:45:39 +00:00
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
Fix for bug 153998 (COtherDTD should go; composer should handle containment checking itself). r=mrbkap, sr=jst.
2005-09-05 14:18:56 +00:00
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
…