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
ec3cd6be085205896d15337efcefebf166d8aead
Mozilla
/
mozilla
/
htmlparser
/
public
History
jst%mozilla.jstenback.com
56843233c1
More tweaks, no code changes
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@164190 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 16:09:55 +00:00
..
Makefile.in
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
nsHTMLTagList.h
#217715
2004-06-04 15:30:00 +00:00
nsHTMLTags.h
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
nsHTMLTokens.h
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
nsIContentSink.h
Fixing bug 265334. Adding listener API to the parser through which components can listen in on all the data parsed by the parser. r=darin@meer.net, sr=brendan@mozilla.org, a=brendan@mozilla.org
2004-10-22 04:04:12 +00:00
nsIDTD.h
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
nsIElementObserver.h
…
nsIExpatSink.idl
Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing
2003-10-30 02:17:50 +00:00
nsIHTMLContentSink.h
Fixing bug 265334. Adding listener API to the parser through which components can listen in on all the data parsed by the parser. r=darin@meer.net, sr=brendan@mozilla.org, a=brendan@mozilla.org
2004-10-22 04:04:12 +00:00
nsIHTMLFragmentContentSink.h
Make CreateContextualFragment know what document the fragment is destined for.
2003-04-15 01:09:09 +00:00
nsILoggingSink.h
…
nsIParser.h
Preserve case of end tags in preserve targets (<textarea>, <xmp>, etc.). Bug
2004-01-27 04:50:56 +00:00
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
fixes bug 239038 "rev IIDs for all interfaces modified since mozilla 1.6" r=bsmedberg sr=jst a=brendan
2004-04-16 01:09:36 +00:00
nsITokenizer.h
Preserve tokenizer state between document.writes. b=99467, r=heikki@netscape.com, sr=jst@netscape.com
2003-05-28 20:56:21 +00:00
nsParserCIID.h
…
nsParserDataListener.h
More tweaks, no code changes
2004-10-22 16:09:55 +00:00
nsParserError.h
…
nsScannerString.h
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
nsToken.h
…